Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Include <cinttypes> for PRIuPTR. Not clear why this is needed. | Vijay Pai | 2016-06-16 |
| | |||
* | Merge branch 'master' into wheezy | Vijay Pai | 2016-06-15 |
|\ | |||
* | | Deal with issues surrounding const members of classes used in | Vijay Pai | 2016-06-15 |
| | | | | | | | | containers | ||
* | | Deal with to_string, proper usage of nullptr, and lack of map::emplace | Vijay Pai | 2016-06-15 |
| | | |||
* | | Manual clang-format | vjpai | 2016-06-13 |
| | | |||
| * | Fix type mismatch for type_size | Yuchen Zeng | 2016-06-10 |
| | | |||
| * | Fix gpr_log format mismatches in c++ tests | Yuchen Zeng | 2016-06-10 |
| | | |||
* | | Switch server builder plugin API to something that will work with gcc4.4 | Vijay Pai | 2016-06-10 |
|/ | |||
* | Let Next set ok=true when receiving error status | yang-g | 2016-06-01 |
| | |||
* | Add calls to grpc_recycle_unused_port to two of the tests which call | David Klempner | 2016-05-13 |
| | | | | grpc_pick_unused_port a lot. | ||
* | Resolve conflicts | Yuchen Zeng | 2016-05-06 |
|\ | |||
| * | Fix async_end2end_test flow control | Craig Tiller | 2016-05-03 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Completion queues + flow control + single threading is hard. We need a read outstanding on a call to grant flow control tokens to the remote end. To do that we need to request a read *before* we wait for the write to be finished, otherwise, in the case of a large write we'll block waiting for flow control tokens. Built on #6402 | ||
| * | Cover large message sent securely or insecurely over async | Vijay Pai | 2016-05-02 |
| | | |||
| * | Add coverage for secure async end2end testing | Vijay Pai | 2016-05-02 |
| | | |||
* | | Server builder plugin | Yuchen Zeng | 2016-04-29 |
|/ | |||
* | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-31 |
|\ | |||
| * | Update copyrights | Craig Tiller | 2016-03-31 |
| | | |||
* | | Fix include path | Craig Tiller | 2016-03-30 |
| | | |||
| * | Fix includes | Craig Tiller | 2016-03-25 |
| | | |||
* | | Merge github.com:grpc/grpc into cleaner-posix2 | Craig Tiller | 2016-03-16 |
|\| | |||
| * | Revert "Revert "Properly integrate async API with server-side cancellations."" | Sree Kuchibhotla | 2016-03-07 |
| | | |||
| * | Revert "Properly integrate async API with server-side cancellations." | Sree Kuchibhotla | 2016-03-04 |
| | | |||
| * | Better comments. | Vijay Pai | 2016-03-03 |
| | | |||
| * | clang-format | Vijay Pai | 2016-03-03 |
| | | |||
| * | Properly integrate async API with server-side cancellations. | Vijay Pai | 2016-03-03 |
| | | | | | | | | There is a comment above IsCancelled that says when it is ok to use this. | ||
* | | Fix async e2e | Craig Tiller | 2016-02-25 |
|/ | |||
* | Discard the read buffer on stream error | yang-g | 2016-02-22 |
| | |||
* | Make the poll override function assert on non-zero timeout if invoked | Vijay Pai | 2016-02-16 |
| | | | | | | from the end2end test thread itself (done by adding a TLS on that thread) Also clang-format | ||
* | Set up poll overrides | Vijay Pai | 2016-02-16 |
| | |||
* | Comment the requirements for changing grpc_poll_function and do | vjpai | 2016-02-15 |
| | | | | poll overrides in such a way as to avoid polling races | ||
* | Properly handle "." in metadata | Craig Tiller | 2016-02-03 |
| | |||
* | Address code review comments | Sree Kuchibhotla | 2016-02-01 |
| | |||
* | Comments and a minor fix | Sree Kuchibhotla | 2016-01-29 |
| | |||
* | Use the same completion queue for both client and server | Sree Kuchibhotla | 2016-01-29 |
| | |||
* | Sync server end2end and async_end2end tests | Sree Kuchibhotla | 2016-01-28 |
| | |||
* | merge with head | yang-g | 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 | ||
* | | merge with head | yang-g | 2016-01-13 |
|\| | |||
| * | Updated copyrights | murgatroid99 | 2016-01-12 |
| | | |||
* | | Exploratory refactoring for mixed sync/async methods on the same C++ service | Craig Tiller | 2016-01-07 |
| | | |||
| * | 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 | ||
* | clang-format after last weeks test-fest | Craig Tiller | 2015-12-14 |
| | |||
* | Cover an unsupported case of mixing sync and async service in same server | vjpai | 2015-12-09 |
| | |||
* | Fixing Cpp tests. | Julien Boeuf | 2015-10-12 |
| | |||
* | Removing pessimizing moves. | Nicolas "Pixel" Noble | 2015-09-02 |
| | | | | These have been reported by a (very recent) build of clang and its new -Wpessimizing-move option. | ||
* | Fixing headers and paths after merge with upstream. | Julien Boeuf | 2015-08-30 |
| | |||
* | Shuffling headers around. | Julien Boeuf | 2015-08-28 |
| |