Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix client_crash_test, implement idempotency, fail_fast for C++ | Craig Tiller | 2016-04-01 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Added back trailing newlines | David Garcia Quintas | 2016-01-14 |
| | |||
* | Fix copyrights again | murgatroid99 | 2016-01-14 |
| | |||
* | FormatCode | Sree Kuchibhotla | 2016-01-13 |
| | |||
* | Rename TestService to EchoTestService to prevent name-conflict with | Sree Kuchibhotla | 2016-01-13 |
| | | | | 'TestService' in test.proto | ||
* | 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 | ||
* | Fixing Cpp tests. | Julien Boeuf | 2015-10-12 |
| | |||
* | Fixing headers and paths after merge with upstream. | Julien Boeuf | 2015-08-30 |
| | |||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| | |||
* | implementation fix | yang-g | 2015-08-27 |
| | |||
* | headers reorg | yang-g | 2015-08-21 |
| | |||
* | Remove ChannelInterface and replace it with Channel | yang-g | 2015-08-19 |
| | |||
* | clang-format all source | Craig Tiller | 2015-08-18 |
| | |||
* | Change name of thread_pool files to fixed_size_thread_pool when | vjpai | 2015-07-15 |
| | | | | appropriate | ||
* | Make thread_pool.h a public header | Vijay Pai | 2015-07-15 |
| | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool | ||
* | Fix flaky test | Craig Tiller | 2015-06-22 |
| | | | | | | Assertation could be false if the server responds quickly enough (it's unlikely to). Removing the assert does not change the nature of the test. | ||
* | Merge branch 'you-complete-me' into we-dont-need-no-backup | Craig Tiller | 2015-06-17 |
|\ | |||
| * | Update the Status API | Yang Gao | 2015-06-16 |
| | | |||
* | | Make test more robust | Craig Tiller | 2015-05-29 |
|/ | |||
* | Add crashing client test | Craig Tiller | 2015-05-19 |