aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
| * | | | Get wrapped endpoint's fd in secure_endpoint's endpoint_get_fdGravatar Yuchen Zeng2016-12-19
| * | | | Merge pull request #9144 from dgquintas/grpclb_server_uriGravatar David G. Quintas2016-12-16
| |\ \ \ \
| | | | | * Fix RST_STREAM(0) inconsistencyGravatar ncteisen2016-12-16
| | |_|_|/ | |/| | |
| | * | | grpclb: skip slash in server uri path if presentGravatar David Garcia Quintas2016-12-16
| * | | | Merge pull request #8789 from y-zeng/resolver_pollsetGravatar Yuchen Zeng2016-12-16
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Add grpc_pollset_set as an arg in grpc_resolver_createGravatar Yuchen Zeng2016-12-15
| | * | | Fix resolve_address_windowsGravatar Yuchen Zeng2016-12-15
| | * | | Add pollset_set in grpc_resolverGravatar Yuchen Zeng2016-12-15
| | * | | Request a pollset_set in grpc_resolve_addressGravatar Yuchen Zeng2016-12-15
| * | | | Merge remote-tracking branch 'upstream/master' into cpp_filter_api_cleanupGravatar Mark D. Roth2016-12-15
| |\| | |
| | * | | Merge pull request #8795 from markdroth/client_channel_init_cleanupGravatar Mark D. Roth2016-12-15
| | |\ \ \
| | | | * \ Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-15
| | | | |\ \ | | | |_|/ / | | |/| | |
| | * | | | Merge pull request #9098 from y-zeng/grpc_context_trafficGravatar Yuchen Zeng2016-12-14
| | |\ \ \ \
| * | \ \ \ \ Merge branch 'client_channel_init_cleanup' into cpp_filter_api_cleanupGravatar Mark D. Roth2016-12-14
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | clang-formatGravatar Mark D. Roth2016-12-14
| | | | | * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-14
| | | | | |\ \ | | | | |_|/ / | | | |/| | |
| * | | | | | Merge branch 'client_channel_init_cleanup' into cpp_filter_api_cleanupGravatar Mark D. Roth2016-12-14
| |\| | | | |
| | * | | | | Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-12-14
| | |\| | | |
* | | | | | | Code review comment: make maybe_embiggen more efficient and realloc only if n...Gravatar Sree Kuchibhotla2016-12-13
| | | * | | | Merge pull request #9089 from dgquintas/short_deadlines_sans_testsGravatar David G. Quintas2016-12-13
| | | |\ \ \ \
* | | | | | | | Improve grpc_slice_buffer's grpc_slice_buffer_take_first function. ThisGravatar Sree Kuchibhotla2016-12-13
| |_|/ / / / / |/| | | | | |
| | | | * | | Add GRPC_CONTEXT_TRAFFIC in grpc_context_indexGravatar Yuchen Zeng2016-12-13
| |_|_|/ / / |/| | | | |
| | | * | | Short deadlines: set Status on deadlineGravatar David Garcia Quintas2016-12-13
| * | | | | Clean up C++ filter API.Gravatar Mark D. Roth2016-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 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 "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 #8797 from sreecha/pss_piGravatar David G. Quintas2016-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 #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
| | | | | | | * | 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
| | | | | | | |\ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |