aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Merge pull request #8565 from sreecha/linux_porta_failuresGravatar David G. Quintas2016-10-30
|\ | | | | resource_quota.c: Fix compiler errors in gcc4.4 and 4.6
* \ Merge pull request #8540 from vjpai/ustGravatar Vijay Pai2016-10-29
|\ \ | | | | | | Make udp_server_test pass on Mac, which does not have IP_PKTINFO as a meaningful setsockopt
| | * Fix compiler errors in gcc4.4 and 4.6Gravatar Sree Kuchibhotla2016-10-28
| |/ |/|
* | clang-format codeGravatar Craig Tiller2016-10-28
| |
* | Fix some other Windows bugs while we're hereGravatar Craig Tiller2016-10-28
| |
* | clang-format codeGravatar Craig Tiller2016-10-28
| |
* | Fix resource quotas on WindowsGravatar Craig Tiller2016-10-28
| |
* | Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-27
|\ \
| * \ Merge pull request #8544 from murgatroid99/node_perf_investigationGravatar Michael Lumish2016-10-27
| |\ \ | | | | | | | | Disable Nagle's algorithm in libuv endpoints
* | | | Fix potential use-after-free: connected subchannel gets destroyed after its ↵Gravatar Craig Tiller2016-10-27
| | | | | | | | | | | | | | | | been picked by an lbpolicy
* | | | Fix memory leakGravatar Craig Tiller2016-10-27
| | | |
* | | | Handle calls that are started after transport closureGravatar Craig Tiller2016-10-27
| | | |
| | * | Add commentGravatar murgatroid992016-10-27
| | | |
| | * | Disable Nagle's algorithm in libuv endpointsGravatar murgatroid992016-10-27
| | | |
| | | * MAC and FreeBSD do not have IP_PKTINFO as a meaningful setsockoptGravatar Vijay Pai2016-10-27
| | |/
* | | Review feedbackGravatar Craig Tiller2016-10-26
| | |
* | | Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-26
|\ \ \ | | |/ | |/|
| | * minor formatting fixGravatar Sree Kuchibhotla2016-10-26
| | |
| | * Remove fd from polling island before deleting itGravatar Sree Kuchibhotla2016-10-26
| |/
| * Merge remote-tracking branch 'upstream/master' into circular_dependency_fixGravatar Mark D. Roth2016-10-26
| |\
| * | Move method_config module from ext/client_channel to lib/transport.Gravatar Mark D. Roth2016-10-26
| | |
| | * clang-formatGravatar Mark D. Roth2016-10-26
| | |
| | * Merge remote-tracking branch 'upstream/master' into resolver_channel_argsGravatar Mark D. Roth2016-10-26
| | |\ | | |/ | |/|
| * | Merge pull request #8377 from htuch/alpnGravatar Craig Tiller2016-10-26
| |\ \ | | | | | | | | Introduce a grpc-exp ALPN protocol identifier.
| * \ \ Merge pull request #8125 from murgatroid99/uv_core_transportGravatar Michael Lumish2016-10-25
| |\ \ \ | | | | | | | | | | Add a libuv endpoint to the C core, for use in the Node library
* | | | | Review feedbackGravatar Craig Tiller2016-10-25
| | | | |
| * | | | Merge pull request #8490 from perumaalgoog/masterGravatar David G. Quintas2016-10-25
| |\ \ \ \ | | | | | | | | | | | | Fix incorrect header in thd.c
| | | * | | Fix merge issue in udp_server.cGravatar murgatroid992016-10-25
| | | | | |
| | | * | | Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-25
| | | |\ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge pull request #8489 from ctiller/recursivatorGravatar Craig Tiller2016-10-25
| |\ \ \ \ \ | | | | | | | | | | | | | | Hand build tail recursion to avoid stack overflow
| * \ \ \ \ \ Merge pull request #7615 from rjshade/rewrite_udp_server_linked_listGravatar Yang Gao2016-10-25
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Rewrite udp server linked list
| | | | * | | | Fix incorrect header in thd.cGravatar Perumaal S2016-10-25
| | |_|/ / / / | |/| | | | |
| | | | * | | Remove unnecessary #ifdef in credentials codeGravatar murgatroid992016-10-25
| | | | | | |
| | | * | | | Finish off changeGravatar Craig Tiller2016-10-25
| | | | | | |
| | | * | | | Use the statement sequencing operator instead of introducing an enumGravatar Craig Tiller2016-10-25
| | | | | | |
| | | * | | | Hand build tail recursion to avoid stack overflowGravatar Craig Tiller2016-10-25
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pair of recursive functions was always supposed to take advantage of tail recursion. In debug builds we're seeing some instances of stack overflow however (especially with TensorFlow). Manually apply the tail recursion optimization to eliminate this.
| | | | | * Fix asan bug.Gravatar Mark D. Roth2016-10-25
| | | | | |
| | | | | * Update comments.Gravatar Mark D. Roth2016-10-25
| | | | | |
* | | | | | Merge github.com:grpc/grpc into buffer_pools_for_realsiesGravatar Craig Tiller2016-10-24
|\| | | | |
| | | | | * Merge remote-tracking branch 'upstream/master' into resolver_channel_argsGravatar Mark D. Roth2016-10-24
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | clang-formatGravatar Mark D. Roth2016-10-24
| | | | | |
| | | | | * Fix propagation of channel args for insecure channels.Gravatar Mark D. Roth2016-10-24
| | | | | |
| | | | | * Minor clean-up.Gravatar Mark D. Roth2016-10-24
| | | | | |
| | | | | * Fix dns_resolver_connectivity_test.Gravatar Mark D. Roth2016-10-24
| | | | | |
| | | | | * clang-formatGravatar Mark D. Roth2016-10-24
| | | | | |
| * | | | | Add block comment.Gravatar Mark D. Roth2016-10-24
| | | | | |
| | | * | | Added import order comments, resolved other minor issuesGravatar murgatroid992016-10-24
| | | | | |
| | | | * | Introduce a grpc-exp ALPN protocol identifier.Gravatar Harvey Tuch2016-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces an additional ALPN protocol, grpc-exp, intended to take preference to h2 and indicate to the server that the connection contains only gRPC traffic. This allows servers and intermediate boxes to distinguish gRPC from other HTTP/2 traffic. The choice of grpc-exp as a protocol identifier indicates that this scheme is currently experimental and should not be relied upon. The protocol is not in the IANA TLS registry. This patch also introduces client/server handshake tests that validate the preferential treatment of grpc-exp in an end-to-end manner.
| * | | | | Expand comment documenting grpc_method_config_table_convert().Gravatar Mark D. Roth2016-10-24
| | | | | |
| * | | | | Merge remote-tracking branch 'upstream/master' into service_config2Gravatar Mark D. Roth2016-10-24
| |\ \ \ \ \ | | | |_|/ / | | |/| | |