Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into channel_max_reconnect_backoff | Craig Tiller | 2016-04-04 |
|\ | |||
| * | Update copyrights | Craig Tiller | 2016-03-31 |
| | | |||
* | | Merge github.com:grpc/grpc into channel_max_reconnect_backoff | Craig Tiller | 2016-03-30 |
|\| | |||
| * | clang-format | David Garcia Quintas | 2016-03-08 |
| | | |||
* | | Added a channel argument to set the maximum reconnect backoff duration. ↵ | Aaron Isotton | 2016-03-08 |
| | | | | | | | | | | | | Extended the interop test to test the custom reconnect backoffs. This closes #5377. | ||
* | | Revert "Ensure that no #includes are inside of a namespace." | Craig Tiller | 2016-03-04 |
| | | |||
* | | sanity | David Garcia Quintas | 2016-03-02 |
| | | |||
| * | clang-format | David Garcia Quintas | 2016-03-02 |
|/ | |||
* | Update reconnect_interop_server.cc | makdharma | 2016-03-02 |
| | |||
* | Updated copyrights | murgatroid99 | 2016-01-12 |
| | |||
* | Merge github.com:grpc/grpc into proto_names | Craig Tiller | 2016-01-06 |
|\ | |||
| * | Eliminate gpr_ int types - and insist on C99 variants instead | Craig Tiller | 2015-12-22 |
| | | |||
* | | Consolidate C++ proto files under src/proto | Craig Tiller | 2015-12-17 |
|/ | | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies | ||
* | refacto of the reconnect tcp server to a general purpose test tcp server to ↵ | yang-g | 2015-11-06 |
| | | | | be reused by the set_initial_string_test | ||
* | Fixing headers and paths after merge with upstream. | Julien Boeuf | 2015-08-30 |
| | |||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | remove braces | yang-g | 2015-07-30 |
| | |||
* | notify inside lock | yang-g | 2015-07-30 |
| | |||
* | Support two clients calling start simultaneously | yang-g | 2015-07-27 |
| | |||
* | Add reconnect interop test client and server | yang-g | 2015-07-24 |