aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Merge pull request #8795 from markdroth/client_channel_init_cleanupGravatar Mark D. Roth2016-12-15
|\
* \ Merge pull request #9098 from y-zeng/grpc_context_trafficGravatar Yuchen Zeng2016-12-14
|\ \
* \ \ Merge pull request #9095 from soltanmm-google/rushing-is-not-always-a-good-ideaGravatar Masood Malekghassemi2016-12-14
|\ \ \
| | | * clang-formatGravatar Mark D. Roth2016-12-14
| * | | Patch overlooked strings from Python un-namespacingGravatar Masood Malekghassemi2016-12-14
| | | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-14
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #9061 from jtattermusch/csharp_generated_arg_commentsGravatar Jan Tattermusch2016-12-14
|\ \ \ \
* \ \ \ \ Merge pull request #9060 from jtattermusch/csharp_protoc_leading_spaceGravatar Jan Tattermusch2016-12-14
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #9089 from dgquintas/short_deadlines_sans_testsGravatar David G. Quintas2016-12-13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| | | | * | Add GRPC_CONTEXT_TRAFFIC in grpc_context_indexGravatar Yuchen Zeng2016-12-13
| |_|_|/ / |/| | | |
* | | | | Merge pull request #9006 from kpayson64/revert_bizarre_apiGravatar kpayson642016-12-13
|\ \ \ \ \
| | * | | | Short deadlines: set Status on deadlineGravatar David Garcia Quintas2016-12-13
| | | | * | Generate param comments in C# proto pluginGravatar Jan Tattermusch2016-12-13
| | | | * | remove leading space in C# commentsGravatar Jan Tattermusch2016-12-13
| |_|_|/ / |/| | | |
| | | * | remove leading space in C# commentsGravatar Jan Tattermusch2016-12-13
| |_|/ / |/| | |
* | | | Recover 'namespace'd Python distribution packagesGravatar Masood Malekghassemi2016-12-12
* | | | Un-namespace Python packagesGravatar Masood Malekghassemi2016-12-12
| | | * Move internal channel arg definitions out of public headers.Gravatar Mark D. Roth2016-12-12
| | | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-12
| | | |\ | |_|_|/ |/| | |
| | | * Eliminate redundant places where server name was stored.Gravatar Mark D. Roth2016-12-12
| | | * Fix grpclb code.Gravatar Mark D. Roth2016-12-12
* | | | Merge pull request #9062 from grpc/revert-9019-short_deadlinesGravatar Craig Tiller2016-12-12
|\ \ \ \
* | | | | 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
|/ / / /
* | | | Merge pull request #9028 from jtattermusch/remove_releasesigned_configGravatar Jan Tattermusch2016-12-12
|\ \ \ \
* \ \ \ \ Merge pull request #8797 from sreecha/pss_piGravatar David G. Quintas2016-12-09
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #9019 from dgquintas/short_deadlinesGravatar David G. Quintas2016-12-09
|\ \ \ \ \ \
* | | | | | | Add ServiceRpcHandler to exported namesGravatar Ken Payson2016-12-09
| |_|_|_|/ / |/| | | | |
| | | | | * Add function to create channel arg for client channel factory.Gravatar Mark D. Roth2016-12-09
| * | | | | Short deadlines: set Status on deadlineGravatar David Garcia Quintas2016-12-09
|/ / / / /
| | | | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-09
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #8979 from markdroth/handshaker_cleanupGravatar Mark D. Roth2016-12-09
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #8951 from grpc/revert-8949-revert-8922-slice_cleanupGravatar Mark D. Roth2016-12-09
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #8980 from markdroth/handshaker_early_exitGravatar Mark D. Roth2016-12-09
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #8742 from kpayson64/service_names_hintGravatar kpayson642016-12-09
|\ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ Merge pull request #8745 from kpayson64/sigpipe_handleGravatar kpayson642016-12-09
|\ \ \ \ \ \ \ \ \
| | | | | | | | | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-09
| | | | | | | | | |\ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| | | | * | | | | | Merge remote-tracking branch 'upstream/master' into revert-8949-revert-8922-s...Gravatar Mark D. Roth2016-12-09
| | | | |\ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| | | * | | | | | | 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
| | | | | * | | | | Fix allocation bug.Gravatar Mark D. Roth2016-12-09
| | | | | | | * | | get rid of unused ReleaseSigned configGravatar Jan Tattermusch2016-12-09
| |_|_|_|_|_|/ / / |/| | | | | | | |
| | * | | | | | | Allow handlers to hint at the services they exportGravatar kpayson642016-12-08
| | | * | | | | | Merge remote-tracking branch 'upstream/master' into handshaker_early_exitGravatar Mark D. Roth2016-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