aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
...
| | * | Convert retry throttle code to C++ and add tests.Gravatar Mark D. Roth2018-03-28
| | | |
| * | | Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-27
| |\| |
| | * | Merge pull request #14810 from muxi/cronet-plugin-registry-followupGravatar Muxi Yan2018-03-27
| | |\ \ | | | | | | | | | | Add more plugins to be used by grpc_cronet
| * | | | more commentsGravatar David Garcia Quintas2018-03-27
| | | | |
| | | | * Bump protobuf version check from 3.0.0 to 3.5.0Gravatar Srini Polavarapu2018-03-26
| | | |/ | | |/|
| * | | rest of pr commentsGravatar David Garcia Quintas2018-03-26
| | | |
| * | | added call_host_override testGravatar David Garcia Quintas2018-03-26
| | | |
| | * | Merge pull request #13290 from apolcyn/cares_address_sorting_master_cGravatar apolcyn2018-03-26
| | |\ \ | | | | | | | | | | Add address sorting submodule for use in c-ares wrapper
| | | | * Add more plugins to be used by grpc_cronetGravatar Muxi Yan2018-03-23
| | | |/ | | |/|
| * | | Factor out grpc_add_default_authority_if_not_presentGravatar David Garcia Quintas2018-03-23
| | | |
| * | | Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-21
| |\| |
| | * | Merge pull request #14751 from ncteisen/channel-tracingGravatar Noah Eisen2018-03-21
| | |\ \ | | | | | | | | | | [Fix Forward]: Channel Tracing Implementation; Part 1
| * | | | Merge branch 'master' of github.com:grpc/grpc into authority_headerGravatar David Garcia Quintas2018-03-21
| |\| | |
| | * | | Merge pull request #14758 from muxi/cronet-plugin-registryGravatar Muxi Yan2018-03-21
| | |\ \ \ | | | | | | | | | | | | Let cronet use grpc_cronet_registry_plugin
| | | | | * Put address_sorting's public header under its own directory. Also addGravatar Alex Polcyn2018-03-20
| | | | | | | | | | | | | | | | | | | | | | | | test_only to sort function used in test.
| | | | | * Add address sorting submodule for use in c-ares wrapperGravatar Alexander Polcyn2018-03-20
| | | |_|/ | | |/| |
| | | * | Add message size filter and deadline filter pluginsGravatar Muxi Yan2018-03-20
| | | | |
| | | * | Let cronet use grpc_cronet_registry_pluginGravatar Muxi Yan2018-03-20
| | | | |
| | * | | regenerate projectsGravatar Ruslan Nigmatullin2018-03-20
| | | | |
| | | | * Revert "Revert "Channel Tracing Implementation; Part 1""Gravatar ncteisen2018-03-19
| | | |/ | | |/| | | | | | | | | This reverts commit f2bea3725f8218777268decfd37c7b543f839d9f.
| | * | Revert "Channel Tracing Implementation; Part 1"Gravatar Noah Eisen2018-03-19
| | | |
| | * | Merge pull request #13883 from ncteisen/channel-tracingGravatar Noah Eisen2018-03-16
| | |\ \ | | | | | | | | | | Channel Tracing Implementation; Part 1
| | | * | Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-15
| | | |\|
| * | | | moved filter to extGravatar David Garcia Quintas2018-03-15
| | | | |
| | * | | Delete status_test that has no coverage; replace with static_assertsGravatar Vijay Pai2018-03-15
| | | |/ | | |/|
| * | | Abort if direct channel doesn't provide default authority ch argGravatar David Garcia Quintas2018-03-14
| | | |
| | * | Abstract libuv implementationGravatar kpayson642018-03-13
| | | | | | | | | | | | | | | | | | | | Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers
| | * | Merge pull request #14591 from vjpai/framesizeGravatar Vijay Pai2018-03-12
| | |\ \ | | | | | | | | | | Build with stack frame size limits
| * | | | Secure channels: use the right authorityGravatar David Garcia Quintas2018-03-10
| | | | |
| | * | | Convert byte_stream API to C++.Gravatar Mark D. Roth2018-03-09
| |/ / /
| * | | Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-08
| | | |
| * | | Merge pull request #14629 from jtattermusch/bump_boringsslGravatar Jan Tattermusch2018-03-08
| |\ \ \ | | | | | | | | | | Update third_party/boringssl to the latest chromium-stable
| * | | | Revert "Add ALTS C stack to gRPC core"Gravatar Sree Kuchibhotla2018-03-07
|/ / / /
| * / / regenerate projectsGravatar Jan Tattermusch2018-03-07
|/ / /
| | * Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-07
| | |\ | |_|/ |/| |
| | * Fix sanityGravatar ncteisen2018-03-07
| | |
| | * Move C++ to util, call it from core testGravatar ncteisen2018-03-07
| | |
| | * Add JsonProtoTestGravatar ncteisen2018-03-06
| | |
* | | Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-06
| | |
| | * Review feedback, gTestGravatar ncteisen2018-03-06
| | |
| | * Move status utilGravatar ncteisen2018-03-06
| | |
| | * Reviewer feedback, s/object_registry/channel_trace_registryGravatar ncteisen2018-03-06
| | |
| | * reviewer feedback, renameGravatar ncteisen2018-03-06
| | |
| | * Reviewer feedbackGravatar ncteisen2018-03-05
| | |
| * | Use stack frame size limits for consistency with internal buildsGravatar Vijay Pai2018-03-05
|/ /
| * Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-02
| |\ | |/ |/|
| * Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-01
| |\
* | \ Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-03-01
|\ \ \ | | |/ | |/|
| * | Merge pull request #10684 from markdroth/retryGravatar Mark D. Roth2018-03-01
| |\ \ | | | | | | | | Retry support
| * | | Introduce a 'weak' and mutable version of slice hash tableGravatar David Garcia Quintas2018-02-28
| | | |