Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update podfiles for objc examples | Yuchen Zeng | 2016-06-20 |
| | |||
* | Merge pull request #6905 from makdharma/2868 | Jan Tattermusch | 2016-06-16 |
|\ | | | | | Fixes #2868 | ||
* | | fix terminal encoding for cocoapods | Jan Tattermusch | 2016-06-14 |
| | | |||
| * | Fixes #2868 | Makarand Dharmapurikar | 2016-06-14 |
| | | |||
* | | Merge remote-tracking branch 'upstream/release-0_14' into HEAD | Jan Tattermusch | 2016-06-13 |
|\ \ | |/ |/| | |||
* | | Merge pull request #6481 from dgquintas/compression_md_level_bis | Jan Tattermusch | 2016-06-08 |
|\ \ | | | | | | | Allow servers to select compression level via initial MD & overall compression cleanup | ||
* \ \ | Merge pull request #6823 from makdharma/bugfixes | Jan Tattermusch | 2016-06-08 |
|\ \ \ | | | | | | | | | added comment about host parameter format (issue 4147) | ||
* | | | | addressed feedback. | Makarand Dharmapurikar | 2016-06-08 |
| | | | | |||
| | * | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-07 |
| | |\ \ | |||
| | * | | | s/maybe_compression_level.compression_level/maybe_compression_level.level | David Garcia Quintas | 2016-06-07 |
| | | | | | |||
* | | | | | fix for issue 5548. Deprecated old classes and created subclasses. | Makarand Dharmapurikar | 2016-06-07 |
| |_|/ / |/| | | | |||
| * | | | added ** for doc autogen. | Makarand Dharmapurikar | 2016-06-07 |
| | | | | |||
| * | | | added comment about host parameter format (issue 4147) | Makarand Dharmapurikar | 2016-06-07 |
| | | | | |||
| * | | | added comment about host parameter format (issue 4147) | Makarand Dharmapurikar | 2016-06-07 |
|/ / / | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-06-03 |
| |\ \ | |||
* | | | | cronet build related changes | Makarand Dharmapurikar | 2016-06-01 |
| |/ / |/| | | |||
* | | | docgen format fix | Makarand Dharmapurikar | 2016-05-26 |
| | | | |||
* | | | Style guide related feedback fixes. | Makarand Dharmapurikar | 2016-05-26 |
| | | | |||
* | | | Slight change to surface API. | Makarand Dharmapurikar | 2016-05-25 |
| | | | |||
| | * | Merge pull request #6671 from jcanizales/move-to-cocoapods-1 | makdharma | 2016-05-25 |
| | |\ | | | | | | | | | Move tests to Cocoapods 1.0.0 | ||
* | | | | Cosmetic changes to address feedback. | Makarand Dharmapurikar | 2016-05-25 |
| | | | | |||
* | | | | ObjC interface for using Cronet, and test for Cronet | Makarand Dharmapurikar | 2016-05-20 |
| | | | | |||
| | | * | Disable deterministic UUIDs in the test Podfile | Jorge Canizales | 2016-05-20 |
| | | | | |||
| | | * | Update tests XCode project to Cocoapods 1.0.0 | Jorge Canizales | 2016-05-20 |
| | | | | |||
| * | | | updated obj-c code | David Garcia Quintas | 2016-05-17 |
| | | | | |||
| * | | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-05-12 |
| |\ \ \ | |/ / / |/| | | | |||
| * | | | Allow servers to select compression level via initial MD. | David Garcia Quintas | 2016-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. | Jorge Canizales | 2016-05-06 |
|/ / | |||
* | | Add state transitions to GRPCCall | Jorge Canizales | 2016-04-30 |
| | | |||
* | | Test that GRPCCall transitions states properly | Jorge Canizales | 2016-04-30 |
| | | |||
* | | Objective-C: Add ChannelCredentials to gRPC Call. | Paul Querna | 2016-04-29 |
| | | | | | | | | GRPCHost now has a property channelCreds which is used when creating a GRPCChannel. | ||
* | | Update copyrights | Craig Tiller | 2016-03-31 |
| | | |||
* | | Merge pull request #5736 from pquerna/pq/is_wan_is_ios_only | Jan Tattermusch | 2016-03-29 |
|\ \ | | | | | | | Objective C: kSCNetworkReachabilityFlagsIsWWAN is only available on iOS | ||
* \ \ | Merge pull request #5855 from grpc/revert-5724-revert-5607-revert-5544-master | Jan Tattermusch | 2016-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. | Nicolas "Pixel" Noble | 2016-03-21 |
| | | | | |||
* | | | | For GRPCOperation's, ensure finish _handler can only be called once, and ↵ | Nicolas "Pixel" Noble | 2016-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() ↵ | Jorge Canizales | 2016-03-20 |
|/ / / | | | | | | | | | | to prevent queues from blocking indefinitely in poll()"" | ||
* | | | Merge pull request #5749 from jcanizales/only-one-completion-queue | Jan Tattermusch | 2016-03-15 |
|\ \ \ | | | | | | | | | Use a singleton completion queue | ||
* \ \ \ | Merge pull request #5722 from jcanizales/fix-writeable | Jan Tattermusch | 2016-03-14 |
|\ \ \ \ | | | | | | | | | | | Make GRXWriteable with single handler robust against streaming Writers | ||
| * | | | | Make copyright not expire one year too soon. | Jorge Canizales | 2016-03-14 |
| | | | | | |||
| | * | | | Use a singleton completion queue | Jorge Canizales | 2016-03-14 |
| |/ / / |/| | | | |||
* | | | | Merge pull request #5727 from nicolasnoble/upmerge | Jan Tattermusch | 2016-03-14 |
|\ \ \ \ | | | | | | | | | | | Upmerge from 0.13.1 | ||
* \ \ \ \ | Merge pull request #5724 from grpc/revert-5607-revert-5544-master | Jan Tattermusch | 2016-03-14 |
|\ \ \ \ \ | | | | | | | | | | | | | Redo "Pass a non-infinite deadline to grpc_completion_queue_next() to prevent queues from blocking indefinitely in poll()" | ||
| | | | * | | kSCNetworkReachabilityFlagsIsWWAN is only available on iOS, not all Mac targets. | Paul Querna | 2016-03-13 |
| |_|_|/ / |/| | | | | |||
| | | * | | Use a named constant for error domain and code | Jorge Canizales | 2016-03-11 |
| | | | | | |||
| | * | | | Merge branch 'release-0_13' | Nicolas "Pixel" Noble | 2016-03-12 |
| |/| | | |/| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: composer.json src/php/composer.json | ||
| | * | | | Disabling iOS user-agent test. | Nicolas "Pixel" Noble | 2016-03-11 |
| | | | | | |||
| * | | | | Revert "Revert "Pass a non-infinite deadline to grpc_completion_queue_next() ↵ | Jorge Canizales | 2016-03-11 |
| |/ / / | | | | | | | | | | | | | to prevent queues from blocking indefinitely in poll()"" | ||
| | * | | Make Writeable with single handler robust against stream Writers | Jorge Canizales | 2016-03-11 |
| | | | | |||
| | * | | Test robustness of WriteableSingleHandler against non-single Writers | Jorge Canizales | 2016-03-11 |
| |/ / |