aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
...
| | | | * | | fix alarm test flake on windowsGravatar Jan Tattermusch2018-01-17
| | | |/ / / | | |/| | |
| | * | | | Add fuzzed example that found this crashGravatar Craig Tiller2018-01-16
| | * | | | Also stop processing input streamGravatar Craig Tiller2018-01-16
| | * | | | Fix issue whereby fuzzer creates infinitely deep creds (since this is not act...Gravatar Craig Tiller2018-01-16
| | * | | | Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failureGravatar Jan Tattermusch2018-01-16
| | |\ \ \ \
| | | | * \ \ Merge remote-tracking branch 'upstream/master' into ref_countingGravatar Mark D. Roth2018-01-16
| | | | |\ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Merge pull request #13815 from vjpai/catcherGravatar Vijay Pai2018-01-15
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge pull request #13975 from danzh2010/adjustrcvbufGravatar Yang Gao2018-01-12
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge pull request #14004 from jtattermusch/gpr_sync_windowsGravatar Jan Tattermusch2018-01-12
| | |\ \ \ \ \ \
| | | | | | | * | Add equality operators to RefCountedPtr.Gravatar Mark D. Roth2018-01-12
| | * | | | | | | Merge pull request #14003 from grpc/revert-13697-nostdthreadGravatar Vijay Pai2018-01-12
| | |\ \ \ \ \ \ \
| | | | * | | | | | start with fewer iterationsGravatar Jan Tattermusch2018-01-12
| | | * | | | | | | Revert "Stop using std::thread in C++ library since it can trigger exceptions"Gravatar Jan Tattermusch2018-01-12
| | | | * | | | | | windows needs fflush after fprintfGravatar Jan Tattermusch2018-01-12
| | | |/ / / / / /
| | * | | | | | | Fix issue with filter_status_code test for proxy tests.Gravatar Ken Payson2018-01-11
| | * | | | | | | Revert "Revert "Set error status correctly on server side""Gravatar Ken Payson2018-01-11
| | |/ / / / / /
| | * | | | | | Revert "Set error status correctly on server side"Gravatar David G. Quintas2018-01-11
| | * | | | | | Merge pull request #13697 from vjpai/nostdthreadGravatar Vijay Pai2018-01-11
| | |\ \ \ \ \ \
| | | | * | | | | change to int typeGravatar Dan Zhang2018-01-11
| | | | | | | * | Fix existing ref counting classes and add new ones.Gravatar Mark D. Roth2018-01-11
| | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Merge pull request #13676 from markdroth/inlined_vectorGravatar Mark D. Roth2018-01-11
| | |\ \ \ \ \ \
| | * | | | | | | exec_ctx_fwd.h should never have been in public headersGravatar Vijay Pai2018-01-10
| | | | | * | | | change to pass in valueGravatar Dan Zhang2018-01-10
| | | |_|/ / / / | | |/| | | | |
| | | * | | | | Implement InlinedVector independently of absl.Gravatar Mark D. Roth2018-01-10
| * | | | | | | Merge branch 'master' of github.com:grpc/grpc into conn_subchannelGravatar David Garcia Quintas2018-01-09
| |\| | | | | |
| | * | | | | | Merge pull request #13912 from ncteisen/nullptrGravatar David G. Quintas2018-01-09
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | | | * | | Address review feedback; stop using result of 'what'Gravatar Vijay Pai2018-01-09
| | | | | * | | Comment on cpp guardGravatar Vijay Pai2018-01-08
| | | | | * | | Use appropriate preprocessor guards to allow building without exceptionsGravatar Vijay Pai2018-01-08
| | | | | * | | Catch exceptions from sync method handlers without crashing serverGravatar Vijay Pai2018-01-08
| | | |_|/ / / | | |/| | | |
| | * | | | | Need to include functional to use std::bindGravatar Vijay Pai2018-01-08
| | | | * | | Switch C++ sync server to use gpr_thd rather than std::thread and provide res...Gravatar Vijay Pai2018-01-08
| | | |/ / / | | |/| | |
| * | | | | Connected subchannel refactoringGravatar David Garcia Quintas2018-01-05
| | | | | * Delete stale fileGravatar Muxi Yan2018-01-05
| | | | | * Add C++ library iOS testGravatar Muxi Yan2018-01-05
| | |_|_|/ | |/| | |
| | * | | Set error status correctly on server sideGravatar Ken Payson2018-01-04
| |/ / /
| | * / Missing s/NULL/nullptrGravatar ncteisen2018-01-03
| |/ /
| * | Merge pull request #13871 from yang-g/gmock_search_pathGravatar Yang Gao2017-12-22
| |\ \
| | * | Provide a way to use custom search path for gmock.hGravatar yang-g2017-12-22
| * | | fix data race in shutdown_and_destroy_pollsetGravatar Dan Zhang2017-12-22
| * | | fix typoGravatar Dan Zhang2017-12-22
| * | | fix udp_server_test flakinessGravatar Dan Zhang2017-12-22
| * | | format changeGravatar Dan Zhang2017-12-20
| * | | Add a start_cb to grpc_udp_listener to be called when listener isGravatar Dan Zhang2017-12-20
| |/ /
| * | Merge pull request #13837 from yang-g/interopGravatar Yang Gao2017-12-20
| |\ \
| * | | Use the same ParseCommandLineFlags for golden file test that is used in other...Gravatar Alexander Polcyn2017-12-19
| | * | When seeing an error in interop test, also log the debug error string.Gravatar yang-g2017-12-19
| * | | Mark one test binary as testonlyGravatar Alexander Polcyn2017-12-19
| |/ /
| * | Merge pull request #13494 from dgquintas/backoff_cppGravatar David G. Quintas2017-12-19
| |\ \
| * \ \ Merge pull request #13720 from apolcyn/enable_golden_file_test_in_bazelGravatar apolcyn2017-12-19
| |\ \ \