aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAge
...
| | | | | * 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)
* \ \ Merge pull request #14193 from ericgribkoff/android_cpp_helloworldGravatar Eric Gribkoff2018-03-02
|\ \ \ | | | | | | | | C++ on Android: Hello World client and server
| * | | C++ on Android example client and serverGravatar Eric Gribkoff2018-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
| | |
| * | 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
| |