aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/doxygen
Commit message (Collapse)AuthorAge
* Experimental C++ server callback unary APIGravatar Vijay Pai2018-10-29
|
* Separate out interceptorbatchmethodimpl to a different fileGravatar Yash Tibrewal2018-10-26
|
* Rename call.h to call_op_set.h and call_wrapper.h to call.hGravatar Yash Tibrewal2018-10-26
|
* Merge branch 'master' into interceptorsGravatar Yash Tibrewal2018-10-25
|\
| * Merge pull request #16507 from markdroth/health_checking_clientGravatar Mark D. Roth2018-10-24
| |\ | | | | | | Health checking client
| * \ Merge pull request #16963 from yihuazhang/security_connector_refactor_newGravatar yihuaz2018-10-24
| |\ \ | | | | | | | | security connector refactor
| | | * Client-side health checking support.Gravatar Mark D. Roth2018-10-24
| | |/ | |/|
| * | Move core docs to core subdir.Gravatar Mark D. Roth2018-10-22
| | |
* | | Merge branch 'master' into interceptorsGravatar Yash Tibrewal2018-10-22
|\| |
| | * security connector refactorGravatar Yihua Zhang2018-10-22
| |/
* | Adding intercepted channelGravatar Yash Tibrewal2018-10-22
| |
| * Changes to register xds plugin init and shutdown.Gravatar Vishal Powar2018-10-18
| | | | | | | | | | | | Also, - Changes to extract grpclb_proto into its own build target - Remove client_load_reporting_filter from xds plugin.
* | Starting on server interceptorsGravatar Yash Tibrewal2018-10-16
|/
* Increment version number since grpc_use_signal deletion is an API breakerGravatar Vijay Pai2018-10-10
|
* Regenerate projectsGravatar Stanley Cheung2018-10-08
|
* Merge branch 'master' into interceptors_initialGravatar Yash Tibrewal2018-10-02
|\
| * Merge pull request #16735 from hcaseyal/delete_lookup_tableGravatar hcaseyal2018-10-01
| |\ | | | | | | Delete hpack lookup table
* | | Add experimental versions with interceptors for create channel from fd and ↵Gravatar Yash Tibrewal2018-09-30
| | | | | | | | | | | | inproc channel
| * | Merge branch 'master' into sreek-pe-docGravatar Sree Kuchibhotla2018-09-28
| |\ \
| | | * Delete hpack lookup tableGravatar Hope Casey-Allen2018-09-28
| | | |
* | | | Build changesGravatar Yash Tibrewal2018-09-27
| | | |
| | * | Merge branch 'master' into sreek-pe-usages-docGravatar Sree Kuchibhotla2018-09-27
| | |\ \
| | | * | generate_projects.shGravatar Sree Kuchibhotla2018-09-27
| |_|/ / |/| | |
| * | | generate_projects.shGravatar Sree Kuchibhotla2018-09-27
|/ / /
| * / Polling engine usage in client serverGravatar Sree Kuchibhotla2018-09-27
|/ /
* | Delete epollsig poller and tests using itGravatar Vijay Pai2018-09-22
| |
* | Merge pull request #16646 from vjpai/callback_codegen_client_unaryGravatar Vijay Pai2018-09-20
|\ \ | |/ |/| EXPERIMENTAL: Codegen for callback client unary calls
* | Merge pull request #16488 from hcaseyal/hpack_static_tableGravatar hcaseyal2018-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 codeGravatar Vijay Pai2018-09-19
| |/ |/|
| * Some reorganizing to respond to code review commentsGravatar Hope Casey-Allen2018-09-19
| |
* | Provide a generic client-side unary callback APIGravatar Vijay Pai2018-08-30
|/
* Merge pull request #16467 from AspirinSJL/bump_masterGravatar Juanli Shen2018-08-27
|\ | | | | Bump version to 1.16.0-dev
* | Revert "Revert "Fathom tcp changes""Gravatar Yash Tibrewal2018-08-27
| |
| * Regenerate projectsGravatar Juanli Shen2018-08-27
|/
* Revert "Fathom tcp changes"Gravatar Jan Tattermusch2018-08-27
|
* Merge pull request #15941 from yashykt/fathomtcpchangesGravatar Yash Tibrewal2018-08-24
|\ | | | | Fathom tcp changes
* \ Merge pull request #16358 from muxi/privatize-boringsslGravatar Muxi Yan2018-08-24
|\ \ | | | | | | Make symbols of BoringSSL private
| * | Make symbols of BoringSSL private to gRPCGravatar Muxi Yan2018-08-23
| | |
* | | Merge pull request #16374 from vjpai/censusGravatar Vijay Pai2018-08-17
|\ \ \ | | | | | | | | Move a census file from src/cpp to src/core since core depends on it
| * | | Move a file from src/cpp to src/core since core depends on itGravatar Vijay Pai2018-08-16
| | | |
* | | | Move C++ mu_guard class out of C-core public headers and fix style.Gravatar Mark D. Roth2018-08-16
|/ / /
| | * Merge masterGravatar Yash Tibrewal2018-08-13
| | |\ | |_|/ |/| |
* | | Merge pull request #16283 from grpc/ssl-and-performanceGravatar Jan Tattermusch2018-08-10
|\ \ \ | | | | | | | | Create ssl-performance.md
| * | | regenerate doxygenGravatar Jan Tattermusch2018-08-10
| |/ /
* / / Added system roots feature to load roots from OS trust storeGravatar tdbhacks2018-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"Gravatar Alexander Polcyn2018-07-27
| | | | | | | | | | This reverts commit d9e8f86675cf923714b3ead4b06087e14a88c08c, reversing changes made to 04847aeb1e62bc528d88fa3c47daa24a4cf629b3.
* | Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort"Gravatar Alexander Polcyn2018-07-26
| | | | | | | | | | This reverts commit ae8d3efc3a360b289f0b33e1c53c8c73960cb31f, reversing changes made to e41215e181564a61320b9b69ae5feb7f7c3625fe.
* | Get c-ares to compile and do address sorting on windowsGravatar Alex Polcyn2018-07-25
| |
* | Regenerate projectsGravatar Srini Polavarapu2018-07-19
| |
| * Fathom TCP level changes. TracedBuffer for keeping track of all buffersGravatar Yash Tibrewal2018-07-16
|/ | | | | to be traced. Adding tests for Fathom and TracedBuffer. A lot more. Please read PR description.