Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #5736 from pquerna/pq/is_wan_is_ios_only | 2016-03-29 | |
|\ | | | | | Objective C: kSCNetworkReachabilityFlagsIsWWAN is only available on iOS | ||
* \ | Merge pull request #5855 from grpc/revert-5724-revert-5607-revert-5544-master | 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. | 2016-03-21 | |
| | | | |||
* | | | For GRPCOperation's, ensure finish _handler can only be called once, and ↵ | 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() ↵ | 2016-03-20 | |
|/ / | | | | | | | to prevent queues from blocking indefinitely in poll()"" | ||
* | | Merge pull request #5749 from jcanizales/only-one-completion-queue | 2016-03-15 | |
|\ \ | | | | | | | Use a singleton completion queue | ||
* \ \ | Merge pull request #5722 from jcanizales/fix-writeable | 2016-03-14 | |
|\ \ \ | | | | | | | | | Make GRXWriteable with single handler robust against streaming Writers | ||
| * | | | Make copyright not expire one year too soon. | 2016-03-14 | |
| | | | | |||
| | * | | Use a singleton completion queue | 2016-03-14 | |
| |/ / |/| | | |||
* | | | Merge pull request #5727 from nicolasnoble/upmerge | 2016-03-14 | |
|\ \ \ | | | | | | | | | Upmerge from 0.13.1 | ||
* \ \ \ | Merge pull request #5724 from grpc/revert-5607-revert-5544-master | 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. | 2016-03-13 | |
| |_|_|/ |/| | | | |||
| | | * | Use a named constant for error domain and code | 2016-03-11 | |
| | | | | |||
| | * | | Merge branch 'release-0_13' | 2016-03-12 | |
| |/| | |/| | | | | | | | | | | | | | | | | | | | Conflicts: composer.json src/php/composer.json | ||
| | * | | Disabling iOS user-agent test. | 2016-03-11 | |
| | | | | |||
| * | | | Revert "Revert "Pass a non-infinite deadline to grpc_completion_queue_next() ↵ | 2016-03-11 | |
| |/ / | | | | | | | | | | to prevent queues from blocking indefinitely in poll()"" | ||
| | * | Make Writeable with single handler robust against stream Writers | 2016-03-11 | |
| | | | |||
| | * | Test robustness of WriteableSingleHandler against non-single Writers | 2016-03-11 | |
| |/ | |||
* | | Clean up ownership of the connection loss handler | 2016-03-11 | |
| | | |||
* | | Not call external methods from within a critical section | 2016-03-11 | |
| | | |||
* | | Add monitoring of connectivity | 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 | 2016-03-04 | |
| | |||
* | Revert "Pass a non-infinite deadline to grpc_completion_queue_next() to ↵ | 2016-03-04 | |
| | | | | prevent queues from blocking indefinitely in poll()" | ||
* | Add comments and feature flag. | 2016-03-04 | |
| | |||
* | Feedback from @jcanizales and @vjpai | 2016-03-02 | |
| | |||
* | Pass a non-infinite deadline to grpc_completion_queue_next() to prevent ↵ | 2016-03-02 | |
| | | | | queues from blocking indefinitely in poll(). | ||
* | Another nit fix.. | 2016-02-26 | |
| | |||
* | fixed indentation and removed unnecessary empty line | 2016-02-26 | |
| | |||
* | Added a test to verify user agent prefix can be set correctly. | 2016-02-26 | |
| | |||
* | Fixing format and copyright. | 2016-02-25 | |
| | |||
* | Order change of includes. | 2016-02-24 | |
| | |||
* | Reverted a change, removed empty test. | 2016-02-24 | |
| | |||
* | Fixed nits. | 2016-02-24 | |
| | |||
* | Addressed feedback from @jcanizales | 2016-02-23 | |
| | |||
* | Added tests for code coverage | 2016-02-18 | |
| | |||
* | Fix sanity | 2016-02-08 | |
| | |||
* | Removed unused userAgentPrefix variable | 2016-02-05 | |
| | |||
* | Add user agent of the library to that of the app. | 2016-02-04 | |
| | |||
* | Updated user agent to be a host-level setting | 2016-02-03 | |
| | |||
* | Formatting and naming fixes | 2016-02-03 | |
| | |||
* | Restored strdup of keys and values to ensure ownership of their memory | 2016-02-03 | |
| | |||
* | Renamed user agent setting to userAgentPrefix and changed its scope to global | 2016-02-02 | |
| | |||
* | Removed (un)secure channel subclasses | 2016-02-02 | |
| | |||
* | Fixed some formatting | 2016-01-31 | |
| | |||
* | Add channel args to enable user agent string for Objective-C | 2016-01-31 | |
| | |||
* | Merge pull request #4959 from grpc/release-0_12 | 2016-01-29 | |
|\ | | | | | Release 0.12 -> master | ||
| * | Upgrade BoringSSL podspec to v2.0 | 2016-01-25 | |
| | | |||
* | | fix copyrights | 2016-01-22 | |
| | | |||
* | | Merge pull request #4790 from adelez/update_interop_url | 2016-01-22 | |
|\ \ | | | | | | | Update interop test service url to grpc-test.sandbox.googleapis.com. | ||
* | | | Copyright fix | 2016-01-22 | |
| | | |