aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | | | | * | | | | | | | | | Catch the case where we were shutdown after a handoff.Gravatar Mark D. Roth2016-12-09
| | | | | | | * | | | | | | | Fix more allocation bugs.Gravatar Mark D. Roth2016-12-09
* | | | | | | | | | | | | | | clang-formatGravatar Craig Tiller2016-12-09
* | | | | | | | | | | | | | | Fix compilationGravatar Craig Tiller2016-12-09
| | | | | | | * | | | | | | | Fix allocation bug.Gravatar Mark D. Roth2016-12-09
* | | | | | | | | | | | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-09
|\| | | | | | | | | | | | | |
| | | | | * | | | | | | | | | Fix submodule checkout.Gravatar Mark D. Roth2016-12-09
| | | | | | | | | | * | | | | get rid of unused ReleaseSigned configGravatar Jan Tattermusch2016-12-09
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | readable output from run_tests.py on windowsGravatar Jan Tattermusch2016-12-09
| |/ / / / / / / / / / / /
| | | | | | | | | * / / / make protobuf building consistentGravatar Jan Tattermusch2016-12-09
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| | | | | | | * | | | | Use user provided method name when using binary files in cliGravatar yang-g2016-12-08
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #8699 from apolcyn/run_perf_on_benchmarksGravatar apolcyn2016-12-08
| |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | Allow handlers to hint at the services they exportGravatar kpayson642016-12-08
| | * | | | | | | | | | add a "perf" option to benchmarks script, generate profile text reports and f...Gravatar Alexander Polcyn2016-12-08
| | | | | * | | | | | | Merge remote-tracking branch 'upstream/master' into handshaker_early_exitGravatar Mark D. Roth2016-12-08
| | | | | |\ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| | | | | | | | * | | | Remove pollset_set_test for now and send it in a separate PRGravatar Sree Kuchibhotla2016-12-08
| * | | | | | | | | | | Merge pull request #8969 from apolcyn/fix_netperf_quit_job_timeoutGravatar apolcyn2016-12-08
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | Pass ownership of grpc_tcp_server_acceptor to connector.Gravatar Mark D. Roth2016-12-08
| | | | | | | | | * | | | Remove PO_DEBUG from build.yaml and move it to ev_epoll_linux.cGravatar Sree Kuchibhotla2016-12-08
| | | | | | | | | | | * | Revert "Add configurable exit grace periods and shutdown handlers"Gravatar Ken Payson2016-12-08
| | | | | | | | | * | | | Merge branch 'master' into pss_piGravatar Sree Kuchibhotla2016-12-08
| | | | | | | | | |\ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| | | | | | | | * | | | | clang-formatGravatar Mark D. Roth2016-12-08
| | | | | | | | * | | | | Fix race condition on shutdown.Gravatar Mark D. Roth2016-12-08
| * | | | | | | | | | | | Merge pull request #8898 from rjshade/fix_tsanGravatar Craig Tiller2016-12-08
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8344 from muxi/cronet-stream-readGravatar Muxi Yan2016-12-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | PR commentsGravatar David Garcia Quintas2016-12-07
| * | | | | | | | | | | | | | Fix handling of streams waiting for concurrencyGravatar David Garcia Quintas2016-12-07
| * | | | | | | | | | | | | | Merge pull request #8930 from ctiller/fixit19Gravatar Craig Tiller2016-12-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #8966 from soltanmm-google/this-is-okayGravatar Masood Malekghassemi2016-12-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Unpin Python setuptools dependencyGravatar Masood Malekghassemi2016-12-07
| | | | * | | | | | | | | | | | | Turn off Cronet loggingGravatar Muxi Yan2016-12-07
| * | | | | | | | | | | | | | | | Merge pull request #8986 from dgquintas/rename_gbench_2Gravatar David G. Quintas2016-12-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * | | | | Redo change accidentally reverted in previous commit.Gravatar Mark D. Roth2016-12-07
| | | | | | | | | | | | | * | | | | Make grpc_handshaker vtable wrapper functions public.Gravatar Mark D. Roth2016-12-07
| | | | | | | | | | | | | * | | | | clang-formatGravatar Mark D. Roth2016-12-07
| | | | | | | | | | | | | * | | | | Allow creating security handshaker without adding it to handshake manager.Gravatar Mark D. Roth2016-12-07
* | | | | | | | | | | | | | | | | | clang-formatGravatar Craig Tiller2016-12-07
| | | | | | | | | | | * | | | | | | Make handshakers that exit early responsible for cleaning up all args.Gravatar Mark D. Roth2016-12-07
| * | | | | | | | | | | | | | | | | Merge pull request #8984 from murgatroid99/node_perf_test_quit_fixGravatar Vijay Pai2016-12-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Fix windowsGravatar Craig Tiller2016-12-06
* | | | | | | | | | | | | | | | | | Fix function namesGravatar Craig Tiller2016-12-06
* | | | | | | | | | | | | | | | | | Fix buildGravatar Craig Tiller2016-12-06
* | | | | | | | | | | | | | | | | | Make core_banned_functions.py pass againGravatar Craig Tiller2016-12-06
| | | * | | | | | | | | | | | | | | Renamed google_benchmark submodule to benchmarkGravatar David Garcia Quintas2016-12-06
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fix compilationGravatar Craig Tiller2016-12-06
* | | | | | | | | | | | | | | | | add copyrightGravatar Craig Tiller2016-12-06
* | | | | | | | | | | | | | | | | clang-formatGravatar Craig Tiller2016-12-06
* | | | | | | | | | | | | | | | | port cronetGravatar Craig Tiller2016-12-06
* | | | | | | | | | | | | | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-06
|\| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Perform quit operations in a useful order in Node perf testsGravatar murgatroid992016-12-06
| |/ / / / / / / / / / / / / / /