aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
|\
| * Merge pull request #9062 from grpc/revert-9019-short_deadlinesGravatar Craig Tiller2016-12-12
| |\ | | | | | | Revert "Handle (and test) short call deadlines"
| * \ Merge pull request #9063 from ↵Gravatar Craig Tiller2016-12-12
| |\ \ | | | | | | | | | | | | | | | | grpc/revert-8951-revert-8949-revert-8922-slice_cleanup Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""
| | * | Revert "Revert "Revert "Remove redundant includes from string.h and tmpfile.h"""Gravatar Craig Tiller2016-12-12
| |/ /
| | * Revert "Handle (and test) short call deadlines"Gravatar Craig Tiller2016-12-12
| |/
* | Fix merge errorGravatar Craig Tiller2016-12-12
| |
* | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-12
|\|
| * Merge pull request #9026 from jtattermusch/protobuf_consistent_cmakeGravatar Jan Tattermusch2016-12-12
| |\ | | | | | | Make cmake protobuf building consistent with third_party/protobuf
| * \ Merge pull request #9028 from jtattermusch/remove_releasesigned_configGravatar Jan Tattermusch2016-12-12
| |\ \ | | | | | | | | Get rid of unused ReleaseSigned config
| * \ \ Merge pull request #9055 from randvis/patch-1Gravatar Craig Tiller2016-12-11
| |\ \ \ | | | | | | | | | | Fix the incorrect number of states
| | * | | Fix the incorrect number of statesGravatar randvis2016-12-12
| |/ / / | | | | | | | | There're five states: CONNECTING, READY, TRANSIENT_FAILURE, IDLE, SHUTDOWN.
| * | | Merge pull request #8797 from sreecha/pss_piGravatar David G. Quintas2016-12-09
| |\ \ \ | | | | | | | | | | Rewrite pollset_set implementation
| * \ \ \ Merge pull request #9019 from dgquintas/short_deadlinesGravatar David G. Quintas2016-12-09
| |\ \ \ \ | | | | | | | | | | | | Handle (and test) short call deadlines
| * \ \ \ \ Merge pull request #9043 from kpayson64/service_rpchandlerGravatar kpayson642016-12-09
| |\ \ \ \ \ | | | | | | | | | | | | | | Add ServiceRpcHandler to exported names
| | * | | | | Add ServiceRpcHandler to exported namesGravatar Ken Payson2016-12-09
| |/ / / / /
| | * / / / Short deadlines: set Status on deadlineGravatar David Garcia Quintas2016-12-09
| |/ / / /
| * | | | Merge pull request #8940 from yang-g/cliGravatar Yang Gao2016-12-09
| |\ \ \ \ | | | | | | | | | | | | Use user provided method name when using binary files in cli
| * \ \ \ \ Merge pull request #8979 from markdroth/handshaker_cleanupGravatar Mark D. Roth2016-12-09
| |\ \ \ \ \ | | | | | | | | | | | | | | Address comments from #8913. Also make changes needed for import.
| * \ \ \ \ \ Merge pull request #8951 from grpc/revert-8949-revert-8922-slice_cleanupGravatar Mark D. Roth2016-12-09
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Revert "Revert "Remove redundant includes from string.h and tmpfile.h""
| * \ \ \ \ \ \ Merge pull request #8980 from markdroth/handshaker_early_exitGravatar Mark D. Roth2016-12-09
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Provide a way to exit handshaking early without an error.
| * \ \ \ \ \ \ \ Merge pull request #8742 from kpayson64/service_names_hintGravatar kpayson642016-12-09
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Allow handlers to hint at the services they export
| * \ \ \ \ \ \ \ \ Merge pull request #8745 from kpayson64/sigpipe_handleGravatar kpayson642016-12-09
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Return status unavailable (over internal) on EPIPE
| | | | | * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into ↵Gravatar Mark D. Roth2016-12-09
| | | | | |\ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | revert-8949-revert-8922-slice_cleanup
| * | | | | | | | | | Merge pull request #9027 from jtattermusch/run_tests_windows_outputGravatar Jan Tattermusch2016-12-09
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Readable output from run_tests.py on windows
| | | | | * | | | | | | 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
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add perf option to benchmark runner script, create text profiles and flamegraphs
| | | | * | | | | Allow handlers to hint at the services they exportGravatar kpayson642016-12-08
| | | | | | | | |
| | * | | | | | | add a "perf" option to benchmarks script, generate profile text reports and ↵Gravatar Alexander Polcyn2016-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flamegraphs
| | | | | * | | | 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
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | handle empty string for qps workers in driver and dont quit them after netperf test
| | | | | | | | * | 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
| | | | | | | | | |
| | | | | | | | | * 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
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix TSAN failure when running DEBUG mode.
| * \ \ \ \ \ \ \ \ \ Merge pull request #8344 from muxi/cronet-stream-readGravatar Muxi Yan2016-12-07
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Cronet end2end tests
| * | | | | | | | | | | PR commentsGravatar David Garcia Quintas2016-12-07
| | | | | | | | | | | |
| * | | | | | | | | | | Fix handling of streams waiting for concurrencyGravatar David Garcia Quintas2016-12-07
| | | | | | | | | | | |