aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
Commit message (Collapse)AuthorAge
...
| * | | Delete epollsig poller and tests using itGravatar Vijay Pai2018-09-22
| | | |
| | | * Boost version to v1.15.1Gravatar Muxi Yan2018-09-21
| | | |
| * | | 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
| | | |
| | | * Bump version to 1.15.0Gravatar Srini Polavarapu2018-09-11
| | | |
| * | | 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
| | | |
| | | * Bump version to v1.15.0-pre1Gravatar Juanli Shen2018-08-27
| | |/ | |/|
| | * Bump version to 1.16.0-devGravatar Juanli Shen2018-08-27
| |/
| * Revert "Fathom tcp changes"Gravatar Jan Tattermusch2018-08-27
| |
* | more stuffGravatar Yash Tibrewal2018-08-24
|/
* 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
* \ \ \ Merge pull request #16373 from markdroth/mu_guard_cleanupGravatar Mark D. Roth2018-08-17
|\ \ \ \ | | | | | | | | | | Move C++ mu_guard class out of C-core public headers and fix style.
| | * | | Fix Bazel BUILDGravatar Vijay Pai2018-08-16
| | | | |
| | * | | 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 #16261 from muxi/dynamic-cfstream-initGravatar Muxi Yan2018-08-13
|\ \ \ \ | |/ / / |/| | | Use environment variable to enable CFStream
* | | | 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.
| * | Enable CFStream with environment variableGravatar Muxi Yan2018-08-06
|/ /
* | 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
| |
* | Merge pull request #16067 from srini100/masterGravatar Srini Polavarapu2018-07-23
|\ \ | | | | | | Bump version to v1.15.0-dev
* | | reviewer feedbackGravatar ncteisen2018-07-20
| | |
| * | Bump version to 1.15.0-devGravatar Srini Polavarapu2018-07-19
| | |
* | | Adds C++ Channelz ServiceGravatar ncteisen2018-07-18
|/ /
| * 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.
* Add server load reporting serviceGravatar Juanli Shen2018-07-13
|
* Merge pull request #15906 from ncteisen/channelzGravatar Noah Eisen2018-07-09
|\ | | | | Fix Channelz Linkage Error
* \ Merge pull request #15845 from ghostwriternr/add_gevent_to_bazelGravatar Nathaniel Manista2018-07-09
|\ \ | | | | | | Add gevent_util.h to grpc_base_c Bazel target.
| | * Fix the muddled linkeage of channelzGravatar ncteisen2018-07-06
| |/ |/|
* | Merge pull request #15909 from yihuazhang/local_channel_credentialsGravatar yihuaz2018-07-06
|\ \ | | | | | | Implement local channel/server credentials
* \ \ Merge pull request #15771 from ncteisen/serializationGravatar Noah Eisen2018-07-03
|\ \ \ | | | | | | | | Support Per-Method Codegen Generic on Server Side
| | * | implement loca credentialsGravatar Yihua Zhang2018-07-02
| |/ / |/| |
| * | Merge branch 'master' of https://github.com/grpc/grpc into serializationGravatar ncteisen2018-06-28
| |\ \
* | | | Avoid duplicate definitions of ROUND_UP_TO_ALIGNMENT_SIZE() macro.Gravatar Mark D. Roth2018-06-27
| |/ / |/| |
* | | Merge pull request #15840 from dgquintas/common_nanopbGravatar David G. Quintas2018-06-22
|\ \ \ | | | | | | | | Update to use the canonical version of LB proto
* | | | Add load reporting filterGravatar Juanli Shen2018-06-22
| | | |
| | | * Add gevent_util.h to grpc_base_c Bazel targetGravatar Naresh2018-06-22
| |_|/ |/| | | | | | | | | | | | | | gevent_util.h was added to iomgr in 1bfff8e, but wasn't added to the grpc_base_c Bazel target. This is required when building cygrpc under gRPC Python using Bazel. Add gevent_util.h to `hdrs` in grpc_base_c.
| * | Update to use the canonical version of LB protoGravatar David Garcia Quintas2018-06-21
| | |
* | | Add load reporterGravatar Juanli Shen2018-06-21
|/ /
| * Support codegen generic on server sideGravatar ncteisen2018-06-20
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into channelzGravatar ncteisen2018-06-19
|\|