Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| |/ | |||
* | | Clean up ownership of the connection loss handler | Jorge Canizales | 2016-03-11 |
| | | |||
* | | Not call external methods from within a critical section | Jorge Canizales | 2016-03-11 |
| | | |||
* | | Add monitoring of connectivity | Jorge Canizales | 2016-03-11 |
|/ | | | | | | | Move C-layer call creation into GRPCChannel, so that it always acts on a non-destroyed channel. Listen for connectivity in the GRPCCall, and destroy the channel. | ||
* | Fix sanity | Craig Tiller | 2016-03-04 |
| | |||
* | Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to ↵ | Jan Tattermusch | 2016-03-04 |
| | | | | prevent queues from blocking indefinitely in poll()" | ||
* | Add comments and feature flag. | Greg Haines | 2016-03-04 |
| | |||
* | Feedback from @jcanizales and @vjpai | Greg Haines | 2016-03-02 |
| | |||
* | Pass a non-infinite deadline to grpc_completion_queue_next() to prevent ↵ | Greg Haines | 2016-03-02 |
| | | | | queues from blocking indefinitely in poll(). | ||
* | Another nit fix.. | Makarand Dharmapurikar | 2016-02-26 |
| | |||
* | fixed indentation and removed unnecessary empty line | Makarand Dharmapurikar | 2016-02-26 |
| | |||
* | Added a test to verify user agent prefix can be set correctly. | Makarand Dharmapurikar | 2016-02-26 |
| | |||
* | Fixing format and copyright. | Nicolas "Pixel" Noble | 2016-02-25 |
| | |||
* | Order change of includes. | Makarand Dharmapurikar | 2016-02-24 |
| | |||
* | Reverted a change, removed empty test. | Makarand Dharmapurikar | 2016-02-24 |
| | |||
* | Fixed nits. | Makarand Dharmapurikar | 2016-02-24 |
| | |||
* | Addressed feedback from @jcanizales | Makarand Dharmapurikar | 2016-02-23 |
| | |||
* | Added tests for code coverage | Test User | 2016-02-18 |
| | |||
* | Fix sanity | Craig Tiller | 2016-02-08 |
| | |||
* | Removed unused userAgentPrefix variable | Kristopher Wuollett | 2016-02-05 |
| | |||
* | Add user agent of the library to that of the app. | Jorge Canizales | 2016-02-04 |
| | |||
* | Updated user agent to be a host-level setting | Kristopher Wuollett | 2016-02-03 |
| | |||
* | Formatting and naming fixes | Kristopher Wuollett | 2016-02-03 |
| | |||
* | Restored strdup of keys and values to ensure ownership of their memory | Kristopher Wuollett | 2016-02-03 |
| | |||
* | Renamed user agent setting to userAgentPrefix and changed its scope to global | Kristopher Wuollett | 2016-02-02 |
| | |||
* | Removed (un)secure channel subclasses | Kristopher Wuollett | 2016-02-02 |
| | |||
* | Fixed some formatting | Kristopher Wuollett | 2016-01-31 |
| | |||
* | Add channel args to enable user agent string for Objective-C | Kristopher Wuollett | 2016-01-31 |
| | |||
* | Merge pull request #4959 from grpc/release-0_12 | Michael Lumish | 2016-01-29 |
|\ | | | | | Release 0.12 -> master | ||
| * | Upgrade BoringSSL podspec to v2.0 | Jorge Canizales | 2016-01-25 |
| | | |||
* | | fix copyrights | Jan Tattermusch | 2016-01-22 |
| | | |||
* | | Merge pull request #4790 from adelez/update_interop_url | Yang Gao | 2016-01-22 |
|\ \ | | | | | | | Update interop test service url to grpc-test.sandbox.googleapis.com. |