aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
Commit message (Collapse)AuthorAge
* Merge pull request #6922 from y-zeng/ios-testGravatar Jan Tattermusch2016-06-23
|\ | | | | Enable treating warnings as errors in objc tests
* \ Merge pull request #6994 from y-zeng/update-exampleGravatar Jan Tattermusch2016-06-23
|\ \ | | | | | | Update examples with Cocoapods 1.0.0
| * | Update examples with Cocoapods 1.0.0Gravatar Yuchen Zeng2016-06-22
| | |
| | * Fixed format issuesGravatar Yuchen Zeng2016-06-21
| | |
| | * Addressed review commentsGravatar Yuchen Zeng2016-06-21
| | | | | | | | | | | | | | | | | | Removed the silencing for incompatible-pointer-types Removed unused objects Fixed format issues
| | * Revert ProtoService.m, add an exception for its incompatible-pointer-types ↵Gravatar Yuchen Zeng2016-06-20
| | | | | | | | | | | | warning
* | | Update podfiles for objc examplesGravatar Yuchen Zeng2016-06-20
|/ /
| * Merge remote-tracking branch 'upstream/master' into ios-testGravatar Yuchen Zeng2016-06-20
| |\ | |/ |/|
| * Enable treating warnings as errors for target gRPCGravatar Yuchen Zeng2016-06-20
| |
* | Merge pull request #6905 from makdharma/2868Gravatar Jan Tattermusch2016-06-16
|\ \ | | | | | | Fixes #2868
| | * Enable treating warnings as errors in objc testsGravatar Yuchen Zeng2016-06-15
| | |
* | | fix terminal encoding for cocoapodsGravatar Jan Tattermusch2016-06-14
| | |
| * | Fixes #2868Gravatar Makarand Dharmapurikar2016-06-14
| |/
* | Merge remote-tracking branch 'upstream/release-0_14' into HEADGravatar Jan Tattermusch2016-06-13
|\ \ | |/ |/|
* | Merge pull request #6481 from dgquintas/compression_md_level_bisGravatar Jan Tattermusch2016-06-08
|\ \ | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup
* \ \ Merge pull request #6823 from makdharma/bugfixesGravatar Jan Tattermusch2016-06-08
|\ \ \ | | | | | | | | added comment about host parameter format (issue 4147)
* | | | addressed feedback.Gravatar Makarand Dharmapurikar2016-06-08
| | | |
| | * | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-07
| | |\ \
| | * | | s/maybe_compression_level.compression_level/maybe_compression_level.levelGravatar David Garcia Quintas2016-06-07
| | | | |
* | | | | fix for issue 5548. Deprecated old classes and created subclasses.Gravatar Makarand Dharmapurikar2016-06-07
| |_|/ / |/| | |
| * | | added ** for doc autogen.Gravatar Makarand Dharmapurikar2016-06-07
| | | |
| * | | added comment about host parameter format (issue 4147)Gravatar Makarand Dharmapurikar2016-06-07
| | | |
| * | | added comment about host parameter format (issue 4147)Gravatar Makarand Dharmapurikar2016-06-07
|/ / /
| * | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-03
| |\ \
* | | | cronet build related changesGravatar Makarand Dharmapurikar2016-06-01
| |/ / |/| |
* | | docgen format fixGravatar Makarand Dharmapurikar2016-05-26
| | |
* | | Style guide related feedback fixes.Gravatar Makarand Dharmapurikar2016-05-26
| | |
* | | Slight change to surface API.Gravatar Makarand Dharmapurikar2016-05-25
| | |
| | * Merge pull request #6671 from jcanizales/move-to-cocoapods-1Gravatar makdharma2016-05-25
| | |\ | | | | | | | | Move tests to Cocoapods 1.0.0
* | | | Cosmetic changes to address feedback.Gravatar Makarand Dharmapurikar2016-05-25
| | | |
* | | | ObjC interface for using Cronet, and test for CronetGravatar Makarand Dharmapurikar2016-05-20
| | | |
| | | * Disable deterministic UUIDs in the test PodfileGravatar Jorge Canizales2016-05-20
| | | |
| | | * Update tests XCode project to Cocoapods 1.0.0Gravatar Jorge Canizales2016-05-20
| | | |
| * | | updated obj-c codeGravatar David Garcia Quintas2016-05-17
| | | |
| * | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-12
| |\ \ \ | |/ / / |/| | |
| * | | Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-05-09
| |/ / | | | | | | | | | | | | | | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms.
* / / Update BoringSSL podspec version.Gravatar Jorge Canizales2016-05-06
|/ /
* | Add state transitions to GRPCCallGravatar Jorge Canizales2016-04-30
| |
* | Test that GRPCCall transitions states properlyGravatar Jorge Canizales2016-04-30
| |
* | Objective-C: Add ChannelCredentials to gRPC Call.Gravatar Paul Querna2016-04-29
| | | | | | | | GRPCHost now has a property channelCreds which is used when creating a GRPCChannel.
* | Update copyrightsGravatar Craig Tiller2016-03-31
| |
* | Merge pull request #5736 from pquerna/pq/is_wan_is_ios_onlyGravatar Jan Tattermusch2016-03-29
|\ \ | | | | | | Objective C: kSCNetworkReachabilityFlagsIsWWAN is only available on iOS
* \ \ Merge pull request #5855 from grpc/revert-5724-revert-5607-revert-5544-masterGravatar Jan Tattermusch2016-03-24
|\ \ \ | | | | | | | | Revert for good "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()"
* | | | Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-03-21
| | | |
* | | | For GRPCOperation's, ensure finish _handler can only be called once, and ↵Gravatar Nicolas "Pixel" Noble2016-03-21
| | | | | | | | | | | | | | | | | | | | | | | | release it when called, so weak ptrs needn't be used with it, and the call won't be released until the finish handler is called. When the connectivityMonitor determines the connection has been lost, pull the host disconnect call. Creates an unreliable connection when connectivity is restored. Calling finishWithError: is sufficient.
| * | | Revert "Redo "Pass a non-infinite deadline to grpc_completion_queue_next() ↵Gravatar Jorge Canizales2016-03-20
|/ / / | | | | | | | | | to prevent queues from blocking indefinitely in poll()""
* | | Merge pull request #5749 from jcanizales/only-one-completion-queueGravatar Jan Tattermusch2016-03-15
|\ \ \ | | | | | | | | Use a singleton completion queue
* \ \ \ Merge pull request #5722 from jcanizales/fix-writeableGravatar Jan Tattermusch2016-03-14
|\ \ \ \ | | | | | | | | | | Make GRXWriteable with single handler robust against streaming Writers
| * | | | Make copyright not expire one year too soon.Gravatar Jorge Canizales2016-03-14
| | | | |
| | * | | Use a singleton completion queueGravatar Jorge Canizales2016-03-14
| |/ / / |/| | |