index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
*
Add fuzzed example that found this crash
Craig Tiller
2018-01-16
*
Also stop processing input stream
Craig Tiller
2018-01-16
*
Fix issue whereby fuzzer creates infinitely deep creds (since this is not act...
Craig Tiller
2018-01-16
*
Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failure
Jan Tattermusch
2018-01-16
|
\
*
\
Merge pull request #13815 from vjpai/catcher
Vijay Pai
2018-01-15
|
\
\
*
\
\
Merge pull request #13975 from danzh2010/adjustrcvbuf
Yang Gao
2018-01-12
|
\
\
\
*
\
\
\
Merge pull request #14004 from jtattermusch/gpr_sync_windows
Jan Tattermusch
2018-01-12
|
\
\
\
\
*
\
\
\
\
Merge pull request #14003 from grpc/revert-13697-nostdthread
Vijay Pai
2018-01-12
|
\
\
\
\
\
|
|
*
|
|
|
start with fewer iterations
Jan Tattermusch
2018-01-12
|
*
|
|
|
|
Revert "Stop using std::thread in C++ library since it can trigger exceptions"
Jan Tattermusch
2018-01-12
|
|
*
|
|
|
windows needs fflush after fprintf
Jan Tattermusch
2018-01-12
|
|
/
/
/
/
*
|
|
|
|
Fix issue with filter_status_code test for proxy tests.
Ken Payson
2018-01-11
*
|
|
|
|
Revert "Revert "Set error status correctly on server side""
Ken Payson
2018-01-11
|
/
/
/
/
*
|
|
|
Revert "Set error status correctly on server side"
David G. Quintas
2018-01-11
*
|
|
|
Merge pull request #13697 from vjpai/nostdthread
Vijay Pai
2018-01-11
|
\
\
\
\
|
|
*
|
|
change to int type
Dan Zhang
2018-01-11
*
|
|
|
|
Merge pull request #13676 from markdroth/inlined_vector
Mark D. Roth
2018-01-11
|
\
\
\
\
\
*
|
|
|
|
|
exec_ctx_fwd.h should never have been in public headers
Vijay Pai
2018-01-10
|
|
|
*
|
|
change to pass in value
Dan Zhang
2018-01-10
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Implement InlinedVector independently of absl.
Mark D. Roth
2018-01-10
*
|
|
|
|
Merge pull request #13912 from ncteisen/nullptr
David G. Quintas
2018-01-09
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
Address review feedback; stop using result of 'what'
Vijay Pai
2018-01-09
|
|
|
*
|
Comment on cpp guard
Vijay Pai
2018-01-08
|
|
|
*
|
Use appropriate preprocessor guards to allow building without exceptions
Vijay Pai
2018-01-08
|
|
|
*
|
Catch exceptions from sync method handlers without crashing server
Vijay Pai
2018-01-08
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Need to include functional to use std::bind
Vijay Pai
2018-01-08
|
|
*
|
Switch C++ sync server to use gpr_thd rather than std::thread and provide res...
Vijay Pai
2018-01-08
|
|
/
/
|
/
|
|
*
|
|
Set error status correctly on server side
Ken Payson
2018-01-04
|
*
|
Missing s/NULL/nullptr
ncteisen
2018-01-03
|
/
/
*
|
Merge pull request #13871 from yang-g/gmock_search_path
Yang Gao
2017-12-22
|
\
\
|
*
|
Provide a way to use custom search path for gmock.h
yang-g
2017-12-22
*
|
|
fix data race in shutdown_and_destroy_pollset
Dan Zhang
2017-12-22
*
|
|
fix typo
Dan Zhang
2017-12-22
*
|
|
fix udp_server_test flakiness
Dan Zhang
2017-12-22
*
|
|
format change
Dan Zhang
2017-12-20
*
|
|
Add a start_cb to grpc_udp_listener to be called when listener is
Dan Zhang
2017-12-20
|
/
/
*
|
Merge pull request #13837 from yang-g/interop
Yang Gao
2017-12-20
|
\
\
*
|
|
Use the same ParseCommandLineFlags for golden file test that is used in other...
Alexander Polcyn
2017-12-19
|
*
|
When seeing an error in interop test, also log the debug error string.
yang-g
2017-12-19
*
|
|
Mark one test binary as testonly
Alexander Polcyn
2017-12-19
|
/
/
*
|
Merge pull request #13494 from dgquintas/backoff_cpp
David G. Quintas
2017-12-19
|
\
\
*
\
\
Merge pull request #13720 from apolcyn/enable_golden_file_test_in_bazel
apolcyn
2017-12-19
|
\
\
\
|
|
*
|
Fix another data race in client_lb_end2end
David Garcia Quintas
2017-12-19
|
|
*
|
fix tsan issue in client_lb_end2end
David Garcia Quintas
2017-12-18
*
|
|
|
Disabled the json_run_localhost:*_low_thread_count family of tests
David Garcia Quintas
2017-12-18
|
|
*
|
Removed exec_ctx from new client_lb_end2end code
David Garcia Quintas
2017-12-18
*
|
|
|
Merge pull request #13803 from apolcyn/mark_testonly
apolcyn
2017-12-17
|
\
\
\
\
*
\
\
\
\
Merge pull request #13793 from apolcyn/fix_ruby_distrib_retry
apolcyn
2017-12-15
|
\
\
\
\
\
|
|
*
|
|
|
Mark a couple of test binaries asa testonly
Alexander Polcyn
2017-12-15
|
|
|
|
*
|
Merge branch 'master' of github.com:grpc/grpc into backoff_cpp
David Garcia Quintas
2017-12-15
|
|
|
|
|
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
[next]