aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
* Merge pull request #14751 from ncteisen/channel-tracingGravatar Noah Eisen2018-03-21
|\ | | | | [Fix Forward]: Channel Tracing Implementation; Part 1
* \ Merge pull request #14758 from muxi/cronet-plugin-registryGravatar Muxi Yan2018-03-21
|\ \ | | | | | | Let cronet use grpc_cronet_registry_plugin
| * | 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
| |\|
* | | Delete status_test that has no coverage; replace with static_assertsGravatar Vijay Pai2018-03-15
| |/ |/|
* | 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
* | | 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
| | | |
| | * | Retry support.Gravatar Mark D. Roth2018-02-28
| |/ /
| * | Convert slice hash table and service config code to C++.Gravatar Mark D. Roth2018-02-26
| | |
* | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-24
|\| |
| * | Regenerate projectsGravatar Mehrdad Afshari2018-02-22
| | |
* | | Merge branch 'master' into 2phase_thdGravatar Vijay Pai2018-02-21
|\| |
| * | place security_connector in its own subdirectoryGravatar Yihua Zhang2018-02-20
| | |
* | | C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
| | |
| * | grpc-cli: add install-grpc-cli target to MakefileGravatar Tobias Jungel2018-02-16
| | | | | | | | | | | | ease the installation of grpc-cli using the Makefile
* | | Remove support for detached threads. All threads must be joined.Gravatar Vijay Pai2018-02-15
|/ /
* | Merge pull request #14444 from dgquintas/kill_grpclb_testGravatar David G. Quintas2018-02-15
|\ \ | | | | | | Removed outdated grpclb_test
| * | Removed outdated grpclb_testGravatar David Garcia Quintas2018-02-15
| | |
* | | Move headers from grpc++ to grpcppGravatar Muxi Yan2018-02-15
|/ /
| * Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-02-13
| |\
* | | Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
| |/ |/|
* | Add non-blocking testGravatar Vijay Pai2018-02-09
| |
* | Merge branch 'master' into gpr_reviewGravatar Vijay Pai2018-02-08
|\ \
| * \ Merge pull request #14196 from vjpai/gpr_review_tlsGravatar Vijay Pai2018-02-08
| |\ \ | | | | | | | | GPR review: Privatize thread-local storage headers