aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Merge pull request #8598 from ctiller/rst_streamGravatar Muxi Yan2016-11-02
|\ | | | | Send RST_STREAM from client when it receives trailing metadata without the corresponding RST_STREAM
* \ Merge pull request #8614 from dgquintas/grpclb_shame_cube_af_inet6Gravatar David G. Quintas2016-11-03
|\ \ | | | | | | Use the right address family
| * | Use the right address familyGravatar David Garcia Quintas2016-11-02
| | |
* | | RR: Don't copy user_data is no vtableGravatar David Garcia Quintas2016-11-02
|/ /
* | Merge pull request #8588 from murgatroid99/uv_resource_quotaGravatar Michael Lumish2016-11-02
|\ \ | | | | | | Add resource quota support to uv TCP code
* \ \ Merge pull request #8568 from dgquintas/grpclb_leaks_fixGravatar David G. Quintas2016-11-02
|\ \ \ | | | | | | | | gRPC LB fixes from end two end testing
| * | | clang-formatGravatar David Garcia Quintas2016-11-01
| | | |
| | * | Fixed weird whitespace changeGravatar murgatroid992016-11-01
| | | |
* | | | Merge pull request #8548 from dgquintas/lb-tokens-lengthGravatar David G. Quintas2016-11-02
|\ \ \ \ | | | | | | | | | | Made LB token dynamic size <= 50 bytes
| * | | | Reverted back to using 128 bytes for service nameGravatar David Garcia Quintas2016-11-01
| | | | |
| | * | | PR comments, take threeGravatar David Garcia Quintas2016-11-01
| | | | |
| | * | | Merge branch 'master' of github.com:grpc/grpc into grpclb_leaks_fixGravatar David Garcia Quintas2016-11-01
| | |\ \ \ | |_|/ / / |/| | | |
| | * | | PR comments, take twoGravatar David Garcia Quintas2016-11-01
| | | | |
| | | | * Send a RST_STREAM from the client if servers dont properly close streamsGravatar Craig Tiller2016-11-01
| |_|_|/ |/| | |
| | | * Merge branch 'master' into uv_resource_quotaGravatar murgatroid992016-11-01
| | | |\ | |_|_|/ |/| | |
| | * | PR commentsGravatar David Garcia Quintas2016-10-31
| | | |
| | | * Add resource quota support to uv TCP codeGravatar murgatroid992016-10-31
| | | |
* | | | Merge pull request #8527 from nicolasnoble/revert-tsi-ntopGravatar Nicolas Noble2016-10-31
|\ \ \ \ | | | | | | | | | | Reverting TSI's ntop change, to avoid dependency between TSI and gRPC.
* \ \ \ \ Merge pull request #8564 from sreecha/endpoint_uvGravatar Sree Kuchibhotla2016-10-31
|\ \ \ \ \ | | | | | | | | | | | | Fix compilation bug when GRPC_UV is defined
| | | * | | Updated max length of load balanced service to 255 bytesGravatar David Garcia Quintas2016-10-30
| | | | | |
| | | | * | Merge branch 'master' of github.com:grpc/grpc into grpclb_leaks_fixGravatar David Garcia Quintas2016-10-30
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | 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
| | | | | * | gRPC LB fixes from end two end testingGravatar David Garcia Quintas2016-10-30
| | | | | |/
* | | | | | 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
| |/ / / / |/| | | |
| | * | | Fix compilation bug when GRPC_UV is definedGravatar 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
|\ \ \ \
| | | | * Made LB token dynamic size <= 50 bytesGravatar David Garcia Quintas2016-10-28
| | | | |
| * | | | 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
| |/ /
| | * Reverting TSI's ntop change, to avoid dependency between TSI and gRPC.Gravatar Nicolas "Pixel" Noble2016-10-27
| |/
| * 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