Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Rename call.h to call_op_set.h and call_wrapper.h to call.h | Yash Tibrewal | 2018-10-26 | |
| | | | ||||
| * | | Merge branch 'master' into interceptors | Yash Tibrewal | 2018-10-25 | |
| |\ \ | ||||
| | | * | Regenerate projects | Clemens Gruber | 2018-10-25 | |
| | |/ | ||||
| | * | Merge pull request #16507 from markdroth/health_checking_client | Mark D. Roth | 2018-10-24 | |
| | |\ | | | | | | | | | Health checking client | |||
| | * \ | Merge pull request #16963 from yihuazhang/security_connector_refactor_new | yihuaz | 2018-10-24 | |
| | |\ \ | | | | | | | | | | | security connector refactor | |||
| | | | * | Client-side health checking support. | Mark D. Roth | 2018-10-24 | |
| | | | | | ||||
| | * | | | Remove inproc_nosec_test since inproc is inherently secure | Vijay Pai | 2018-10-23 | |
| | | |/ | | |/| | ||||
| * | | | Use InProc Channel for callback tests | Yash Tibrewal | 2018-10-23 | |
| | | | | ||||
| * | | | Merge branch 'master' into interceptors | Yash Tibrewal | 2018-10-22 | |
| |\| | | ||||
| | | * | security connector refactor | Yihua Zhang | 2018-10-22 | |
| | |/ | ||||
| * | | Adding intercepted channel | Yash Tibrewal | 2018-10-22 | |
| | | | ||||
| | * | Changes to register xds plugin init and shutdown. | Vishal Powar | 2018-10-18 | |
| | | | | | | | | | | | | | | | | | | Also, - Changes to extract grpclb_proto into its own build target - Remove client_load_reporting_filter from xds plugin. | |||
| | * | regenerate projects | Jan Tattermusch | 2018-10-17 | |
| | | | ||||
| * | | Starting on server interceptors | Yash Tibrewal | 2018-10-16 | |
| |/ | ||||
| * | Merge pull request #16854 from jtattermusch/bazel_test_adjustments | Jan Tattermusch | 2018-10-16 | |
| |\ | | | | | | | Align some build.yaml test names with bazel counterparts | |||
| * \ | Merge pull request #16807 from mhaidrygoog/callback_unary_benchmark | Moiz Haidry | 2018-10-12 | |
| |\ \ | | | | | | | | | Benchmark test for unary callback based RPCs in gRPC | |||
| | | * | regenerate projects | Jan Tattermusch | 2018-10-12 | |
| | |/ | |/| | ||||
| * | | Increment version number since grpc_use_signal deletion is an API breaker | Vijay Pai | 2018-10-10 | |
| | | | ||||
| * | | Regenerate projects | Stanley Cheung | 2018-10-08 | |
| | | | ||||
| | * | Benchmark test for callback unary gRPC | Moiz Haidry | 2018-10-08 | |
| |/ | | | | | | | Every thread intitiates multiple RPCs. The Callback of the unary RPC then issues a new RPC and this goes until the benchmark shuts down. For shutdown the main thread waits on a conditional variable. After shutdown the callbacks increment a rpcs done variable and once the the rpcs done equate the the total number of outstanding rpcs, the last callback performing the increment operation also issues a signal to wake up the main thread. The mainthread process to join the other threads and perform cleanup | |||
| * | Merge pull request #16754 from jtattermusch/fix_unsecure_pc | Jan Tattermusch | 2018-10-08 | |
| |\ | | | | | | | fix *_unsecure.pc files | |||
| * \ | Merge branch 'master' into interceptors_initial | Yash Tibrewal | 2018-10-02 | |
| |\ \ | ||||
| | | * | fix *_unsecure.pc files | Jan Tattermusch | 2018-10-02 | |
| | |/ | ||||
| | * | Merge pull request #16735 from hcaseyal/delete_lookup_table | hcaseyal | 2018-10-01 | |
| | |\ | | | | | | | | | Delete hpack lookup table | |||
| * | | | Add experimental versions with interceptors for create channel from fd and ↵ | Yash Tibrewal | 2018-09-30 | |
| | | | | | | | | | | | | | | | | inproc channel | |||
| | | * | Delete hpack lookup table | Hope Casey-Allen | 2018-09-28 | |
| | | | | ||||
| * | | | Build changes | Yash Tibrewal | 2018-09-27 | |
| |/ / | ||||
| * | | Delete epollsig poller and tests using it | Vijay Pai | 2018-09-22 | |
| | | | ||||
| * | | Warn on non-virtual destructor if class has virtual functions | Vijay Pai | 2018-09-20 | |
| | | | ||||
| * | | Merge pull request #16646 from vjpai/callback_codegen_client_unary | Vijay Pai | 2018-09-20 | |
| |\ \ | | |/ | |/| | EXPERIMENTAL: Codegen for callback client unary calls | |||
| * | | Merge pull request #16488 from hcaseyal/hpack_static_table | hcaseyal | 2018-09-20 | |
| |\ \ | | | | | | | | | Hpack changes part 1: make grpc use the static hpack table on the encode path and optimize encoding | |||
| | | * | Make the core callback interface API so that it can be used in generated code | Vijay Pai | 2018-09-19 | |
| | |/ | |/| | ||||
| | * | Some reorganizing to respond to code review comments | Hope Casey-Allen | 2018-09-19 | |
| | | | ||||
| * | | Merge pull request #16492 from vjpai/client_callback | Vijay Pai | 2018-09-12 | |
| |\ \ | | | | | | | | | EXPERIMENTAL: C++ generic client-side unary callback API | |||
| * | | | Resolve ip literals and Windows localhost manually when using c-ares | Alexander Polcyn | 2018-09-11 | |
| | |/ | |/| | ||||
| | * | Provide a generic client-side unary callback API | Vijay Pai | 2018-08-30 | |
| |/ | ||||
| * | Merge pull request #16467 from AspirinSJL/bump_master | Juanli Shen | 2018-08-27 | |
| |\ | | | | | | | Bump version to 1.16.0-dev | |||
| * | | Revert "Revert "Fathom tcp changes"" | Yash Tibrewal | 2018-08-27 | |
| | | | ||||
| | * | Regenerate projects | Juanli Shen | 2018-08-27 | |
| |/ | ||||
| * | Revert "Fathom tcp changes" | Jan Tattermusch | 2018-08-27 | |
| | | ||||
* | | More commits | Yash Tibrewal | 2018-08-26 | |
| | | ||||
* | | more stuff | Yash Tibrewal | 2018-08-24 | |
|/ | ||||
* | Merge pull request #15941 from yashykt/fathomtcpchanges | Yash Tibrewal | 2018-08-24 | |
|\ | | | | | Fathom tcp changes | |||
* | | Add an inproc-based non-polling test of core callback API | Vijay Pai | 2018-08-21 | |
| | | ||||
* | | Move a file from src/cpp to src/core since core depends on it | Vijay Pai | 2018-08-16 | |
| | | ||||
* | | pkgconfig: add gpr to grpc's Requires.private | Jan Tattermusch | 2018-08-13 | |
| | | ||||
* | | make should generate pkg-config file for gpr as well | Jan Tattermusch | 2018-08-13 | |
| | | ||||
| * | Merge master | Yash Tibrewal | 2018-08-13 | |
| |\ | |/ |/| | ||||
* | | Added system roots feature to load roots from OS trust store | tdbhacks | 2018-08-09 | |
| | | | | | | | | | | | | Added a flag-guarded feature that allows gRPC to load TLS/SSL roots from the OS trust store. This is the Linux-specific implementation of such feature. | |||
* | | Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage" | Alexander Polcyn | 2018-07-27 | |
| | | | | | | | | | | This reverts commit d9e8f86675cf923714b3ead4b06087e14a88c08c, reversing changes made to 04847aeb1e62bc528d88fa3c47daa24a4cf629b3. |