aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Make GrpcProtoBufferReaderWriter publicGravatar ncteisen2018-04-06
|
* Regenerate projectsGravatar Mehrdad Afshari2018-04-04
|
* Revert "Let cronet use grpc_cronet_registry_plugin"Gravatar Muxi Yan2018-03-30
|
* Merge pull request #14734 from markdroth/c++_retry_throttleGravatar Mark D. Roth2018-03-29
|\ | | | | Convert retry throttle code to C++ and add tests.
* \ Merge pull request #14850 from vjpai/deinstallGravatar Jan Tattermusch2018-03-29
|\ \ | | | | | | Remove tool from cmake install
| * | Remove tool from installGravatar Vijay Pai2018-03-28
| | |
| | * 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
| | |
| * | Fix sanityGravatar ncteisen2018-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
| | | | * Regenerate projects after rebasingGravatar Alexander Polcyn2018-03-20
| | | | |
| | | | * Reorganize cmake rules for address sorting; also fix merge conflictGravatar Alexander Polcyn2018-03-20
| | | | | | | | | | | | | | | | | | | | Fix clang-tide issue
| | | | * 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
| | |/ | |/|
* | | Testing making the authority filter a plugin, for cronetGravatar David Garcia Quintas2018-03-13
| | |
| * | 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
* | | 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
| |
* | Revert "Add ALTS C stack to gRPC core"Gravatar Sree Kuchibhotla2018-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
| |
| * Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-02
| |\ | |/ |/|
* | Merge pull request #14459 from vjpai/2phase_thdGravatar Vijay Pai2018-03-02
|\ \ | | | | | | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)