Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #14092 from mehrdada/bump1-10 | Mehrdad Afshari | 2018-01-19 |
|\ | | | | | Bump version to 1.10 | ||
| * | Bump version to 1.10 | Mehrdad Afshari | 2018-01-19 |
| | | |||
* | | Rename 'gpr++' directories to 'gprpp'. | Mark D. Roth | 2018-01-19 |
|/ | |||
* | Split lib/support into lib/gpr and lib/gpr++. | Mark D. Roth | 2018-01-18 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into ref_counting | Mark D. Roth | 2018-01-16 |
|\ | |||
| * | Merge pull request #13815 from vjpai/catcher | Vijay Pai | 2018-01-15 |
| |\ | | | | | | | C++: Catch exceptions from sync method handlers rather than crashing server | ||
* | | | Fix existing ref counting classes and add new ones. | Mark D. Roth | 2018-01-11 |
|/ / | |||
* | | Merge pull request #13676 from markdroth/inlined_vector | Mark D. Roth | 2018-01-11 |
|\ \ | | | | | | | Implement InlinedVector independently of absl. | ||
* | | | exec_ctx_fwd.h should never have been in public headers | Vijay Pai | 2018-01-10 |
| | | | |||
| * | | Implement InlinedVector independently of absl. | Mark D. Roth | 2018-01-10 |
|/ / | |||
| * | Add portability tests on Linux to make sure that build with -fno-exceptions | Vijay Pai | 2018-01-08 |
| | | | | | | | | continues to work | ||
| * | uses_polling shouldn't be false for this test | Vijay Pai | 2018-01-08 |
| | | |||
| * | Catch exceptions from sync method handlers without crashing server | Vijay Pai | 2018-01-08 |
| | | |||
* | | Silence openssl 1.1.0 warnings | Yuchen Zeng | 2018-01-04 |
|/ | |||
* | Merge branch 'master' of github.com:grpc/grpc into backoff_cpp | David Garcia Quintas | 2017-12-13 |
|\ | |||
| * | Fix windows compile | ncteisen | 2017-12-13 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into backoff_cpp | David Garcia Quintas | 2017-12-04 |
|\| | |||
* | | Backoff test is now a C++ file | David Garcia Quintas | 2017-12-04 |
| | | |||
| * | Merge pull request #13336 from markdroth/server_connection_timeout | Mark D. Roth | 2017-12-04 |
| |\ | | | | | | | On server, include receiving HTTP/2 settings in handshake timeout | ||
| * \ | Merge pull request #13442 from adelez/foundry_integration | adelez | 2017-12-01 |
| |\ \ | | | | | | | | | Create a pilot job to run bazel tests remotely | ||
| | | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeout | Mark D. Roth | 2017-12-01 |
| | | |\ | | |_|/ | |/| | | |||
| | * | | Rename port_hermetic to port_isolated_runtime_environment | Adele Zhou | 2017-11-30 |
| | | | | |||
| | * | | Enabling hermetic testing for running tests on Foundry. | Adele Zhou | 2017-11-30 |
| | | | | |||
| * | | | Move histogram to test/core/util | Vijay Pai | 2017-11-30 |
| |/ / | |||
| * | | Merge pull request #13357 from markdroth/reference_counted | Mark D. Roth | 2017-11-30 |
| |\ \ | | | | | | | | | Add ReferenceCounted base class. | ||
| | | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeout | Mark D. Roth | 2017-11-29 |
| | | |\ | |||
| | * | \ | Merge remote-tracking branch 'upstream/master' into reference_counted | Mark D. Roth | 2017-11-29 |
| | |\ \ \ | | | | |/ | | | |/| | |||
| | * | | | Shorted "reference" to "ref". | Mark D. Roth | 2017-11-29 |
| | | | | | |||
| | * | | | Fix check_sources_and_headers. | Mark D. Roth | 2017-11-29 |
| | | | | | |||
| * | | | | Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 | Nicolas "Pixel" Noble | 2017-11-29 |
| |\ \ \ \ | | | |/ / | | |/| | | |||
| | | * | | Code review changes. | Mark D. Roth | 2017-11-28 |
| | | | | | |||
| | * | | | Merge github.com:grpc/grpc into no-absl | Craig Tiller | 2017-11-28 |
| | |\ \ \ | |||
| | | * \ \ | Merge pull request #13515 from mehrdada/bump-master-version | Mehrdad Afshari | 2017-11-28 |
| | | |\ \ \ | | | | | | | | | | | | | | | Bump 1.8.0-dev to 1.9.0-dev | ||
| | | * | | | | Merge pull request #13491 from vjpai/destack | Vijay Pai | 2017-11-28 |
| |_|/| | | | |/| | | | | | | | | | | | | | Pop lockfree stack off core implementation | ||
| | * | | | | | Merge github.com:grpc/grpc into no-absl | Craig Tiller | 2017-11-28 |
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||
| | | | | * | | Add ReferenceCountedPtr class. | Mark D. Roth | 2017-11-28 |
| | | | | | | | |||
| | | | * | | | Bump 1.8.0-dev to 1.9.0-dev | Mehrdad Afshari | 2017-11-27 |
| |_|_|/ / / |/| | | | | | |||
| | | | * | | Add ReferenceCounted base class. | Mark D. Roth | 2017-11-27 |
| |_|_|/ / |/| | | | | |||
| | | | * | Merge remote-tracking branch 'upstream/master' into server_connection_timeout | Mark D. Roth | 2017-11-27 |
| | | | |\ | |_|_|_|/ |/| | | | | |||
| | | * | | Remove lockfree stack, again | Vijay Pai | 2017-11-22 |
| | | | | | |||
* | | | | | Enable check for use-after-dtor | yang-g | 2017-11-21 |
| |_|/ / |/| | | | |||
| | | * | Add test for handshake timeout. | Mark D. Roth | 2017-11-21 |
| | | | | |||
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core | Noah Eisen | 2017-11-21 |
|\ \ \ \ | | |_|/ | |/| | | |||
| | * | | Merge branch 'v1.7.x' of https://github.com/grpc/grpc | Nicolas "Pixel" Noble | 2017-11-21 |
| |/| | | |||
| * | | | Merge branch 'master' of https://github.com/grpc/grpc into tracing++ | ncteisen | 2017-11-17 |
| |\ \ \ | |||
| * | | | | Rename tracer_peer to tracer_util | ncteisen | 2017-11-17 |
| | | | | | |||
| | * | | | Merge pull request #13335 from ncteisen/inline-closure | Noah Eisen | 2017-11-16 |
| | |\ \ \ | | | | | | | | | | | | | Inline Closure | ||
* | | \ \ \ | Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core | ncteisen | 2017-11-14 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
| * | | | | | Merge pull request #13139 from AspirinSJL/stress_test | Juanli Shen | 2017-11-14 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Client channel stress test | ||
| | | * | | | | Add tracer peer to keep set_enabled private() | ncteisen | 2017-11-14 |
| | |/ / / / | |/| | | | |