aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.xml
Commit message (Collapse)AuthorAge
* Merge pull request #16187 from apolcyn/ipv6_resolver_scope_idsGravatar apolcyn2019-01-08
|\ | | | | Support named scope id's in grpc_parse_ipv6 on posix platforms
* | Regenerate projectsGravatar Sanjay Pujare2019-01-03
| |
| * Support named scope id's with ipv6 resolver on posixGravatar Alexander Polcyn2018-12-26
|/
* Refactor request routing code out of client_channel.Gravatar Mark D. Roth2018-12-20
|
* Revert "Revert "Allow encoding arbitrary channel args on a per-address basis.""Gravatar Mark D. Roth2018-12-11
|
* Revert "Allow encoding arbitrary channel args on a per-address basis."Gravatar hcaseyal2018-12-07
|
* Allow encoding arbitrary channel args on a per-address basis.Gravatar Mark D. Roth2018-12-07
|
* Add TSAN annotations to gRPC.Gravatar Soheil Hassas Yeganeh2018-12-04
|
* Merge branch 'master' into httpplumbingGravatar Yash Tibrewal2018-11-21
|\
| * Regenerate projectsGravatar Muxi Yan2018-11-19
| |
* | Merge masterGravatar Yash Tibrewal2018-11-16
|\ \
| | * Add support for LB config in service configGravatar Juanli Shen2018-11-15
| |/
| * remove ALTS shared resourcesGravatar Yihua Zhang2018-11-13
| |
| * Merge pull request #16773 from yihuazhang/alts_tsi_handshaker_use_pollset_setGravatar yihuaz2018-11-02
| |\ | | | | | | Use gRPC thread model (i.e., pollset_set) in ALTS TSI implementation
| | * use gRPC thread modelGravatar Yihua Zhang2018-11-01
| | |
| * | fix build and sanityGravatar ncteisen2018-10-31
| | |
| * | Move uri_parser to libGravatar ncteisen2018-10-31
| | |
| * | Move uri_parser to common spotGravatar ncteisen2018-10-30
| |/
| * Merge pull request #16507 from markdroth/health_checking_clientGravatar Mark D. Roth2018-10-24
| |\ | | | | | | Health checking client
| | * Client-side health checking support.Gravatar Mark D. Roth2018-10-24
| | |
| * | security connector refactorGravatar Yihua Zhang2018-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.
| * Regenerate projectsGravatar Stanley Cheung2018-10-08
| |
| * Merge pull request #16735 from hcaseyal/delete_lookup_tableGravatar hcaseyal2018-10-01
| |\ | | | | | | Delete hpack lookup table
| | * Delete hpack lookup tableGravatar Hope Casey-Allen2018-09-28
| | |
| * | Delete epollsig poller and tests using itGravatar Vijay Pai2018-09-22
| |/
| * Some reorganizing to respond to code review commentsGravatar Hope Casey-Allen2018-09-19
| |
| * 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
| |
* | 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
| * | | 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
| | |\ | |_|/ |/| |
* | | 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.
* 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
| |\