aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #14464 from yashykt/socklentGravatar Yash Tibrewal2018-03-19
|\ \ \ \ | | | | | | | | | | Change size_t to socklen_t in resolve_address
| | * | | Revert "Channel Tracing Implementation; Part 1"Gravatar Noah Eisen2018-03-19
| |/ / / |/| | |
| * | | Merge master into yashykt:socklentGravatar Yash Tibrewal2018-03-16
| |\ \ \
* | | | | Add more validation tests to channel_trace_testGravatar ncteisen2018-03-16
| | | | |
* | | | | Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-15
|\ \ \ \ \ | | |/ / / | |/| | |
| | * | | Merge master into yashykt:socklentGravatar Yash Tibrewal2018-03-14
| | |\ \ \
| * | \ \ \ Merge master into yashykt:execctxcleanupGravatar Yash Tibrewal2018-03-14
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Remove unnecessary includes of exec_ctx.hGravatar Yash Tibrewal2018-03-14
| | | | | |
| | | | * | Fix check in channel.cc and tweak direct channel testsGravatar David Garcia Quintas2018-03-14
| | | | | |
| | * | | | Merge pull request #14700 from yashykt/httpsclitestlogGravatar Yash Tibrewal2018-03-13
| | |\ \ \ \ | | | | | | | | | | | | | | Add logging for helping debug httpcli tests
| | | * | | | Add logging for helping debug httpcli testsGravatar Yash Tibrewal2018-03-13
| | |/ / / / | |/| | | |
| | | * | | Merge branch 'master' into socklentGravatar Yash Tibrewal2018-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
| * | | | Merge pull request #14676 from muxi/fix-inttypes-includeGravatar Vijay Pai2018-03-12
| |\ \ \ \ | | | | | | | | | | | | Stop including inttypes.h in gRPC core public header
| | | * | | More explicit static casts for size_t to socklen_tGravatar Yash Tibrewal2018-03-12
| | | | | |
| * | | | | Merge pull request #14591 from vjpai/framesizeGravatar Vijay Pai2018-03-12
| |\ \ \ \ \ | | | | | | | | | | | | | | Build with stack frame size limits
| | | * | | | Stop including inttypes.h in gRPC core public header in Apple platformsGravatar Muxi Yan2018-03-12
| | | |/ / /
| | | | * / Secure channels: use the right authorityGravatar David Garcia Quintas2018-03-10
| | | |/ /
| * | / / Convert byte_stream API to C++.Gravatar Mark D. Roth2018-03-09
| | |/ / | |/| |
| * | | Merge pull request #14638 from yihuazhang/hook_alts_againGravatar yihuaz2018-03-08
| |\ \ \ | | | | | | | | | | Add ALTS code to grpc/core
| * \ \ \ Merge pull request #14560 from ↵Gravatar Jan Tattermusch2018-03-08
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | jtattermusch/fix_windows_shutdown_shutdown_finishes_calls Workaround for h2_http_proxy_nosec_test.exe shutdown_finishes_calls flake
| | | * | | Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-08
| | |/ / / | |/| | |
| * | | | Merge pull request #14616 from yang-g/strikkeGravatar Yang Gao2018-03-07
| |\ \ \ \ | | | | | | | | | | | | Only increase strike once
| * | | | | Revert "Add ALTS C stack to gRPC core"Gravatar Sree Kuchibhotla2018-03-07
| | |_|_|/ | |/| | |
| | * | | Fix testGravatar yang-g2018-03-07
| | | | |
| * | | | Merge pull request #14544 from danzh2010/udpinterfaceGravatar Yang Gao2018-03-07
| |\ \ \ \ | | | | | | | | | | | | Convert udp_server.cc to C++
* | | | | | Merge branch 'master' of https://github.com/grpc/grpc into channel-tracingGravatar ncteisen2018-03-07
|\| | | | |
* | | | | | Reviewer commentsGravatar ncteisen2018-03-07
| | | | | |
* | | | | | Add severityGravatar ncteisen2018-03-07
| | | | | |
* | | | | | Reviewer feedbackGravatar ncteisen2018-03-07
| | | | | |
* | | | | | Move C++ to util, call it from core testGravatar ncteisen2018-03-07
| | | | | |
* | | | | | Make test workGravatar ncteisen2018-03-06
| | | | | |
* | | | | | Redoing render, about to take things awayGravatar ncteisen2018-03-06
| | | | | |
* | | | | | Add JsonProtoTestGravatar ncteisen2018-03-06
| | | | | |
| * | | | | Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-06
| | |/ / / | |/| | |
* | | | | Review feedback, gTestGravatar ncteisen2018-03-06
| | | | |
* | | | | Reviewer commentsGravatar ncteisen2018-03-06
| | | | |
* | | | | Move status utilGravatar ncteisen2018-03-06
| | | | |
* | | | | Reviewer feedback, s/object_registry/channel_trace_registryGravatar ncteisen2018-03-06
| | | | |
| | * | | Merge branch 'master' into udpinterfaceGravatar danzh2018-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-05
|\ \ \ \ \
| | | | | * Use stack frame size limits for consistency with internal buildsGravatar Vijay Pai2018-03-05
| | |_|_|/ | |/| | |
| | * | | Use static_cast rather than reinterpret_cast whenever possibleGravatar Vijay Pai2018-03-05
| |/ / /
| * | | Merge pull request #14582 from markdroth/fake_resolver_test_fixGravatar Mark D. Roth2018-03-05
| |\ \ \ | | | | | | | | | | Fix asan failure in fake_resolver_test.
* | | | | 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)
* | | | | | Fix build and sanityGravatar ncteisen2018-03-02
| | | | | |
* | | | | | Fix testGravatar ncteisen2018-03-02
| | | | | |