aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
Commit message (Expand)AuthorAge
* Add socket factory support to udp_server.cGravatar Michael Warres2017-03-24
* Merge pull request #9655 from markdroth/remove_initial_connect_stringGravatar Mark D. Roth2017-03-22
|\
* \ Merge pull request #9850 from markdroth/retry_throttleGravatar Mark D. Roth2017-03-21
|\ \
| | * Merge remote-tracking branch 'upstream/master' into remove_initial_connect_st...Gravatar Mark D. Roth2017-03-21
| | |\ | |_|/ |/| |
* | | Merge pull request #10123 from y-zeng/androidGravatar Yuchen Zeng2017-03-17
|\ \ \
| | | * Merge remote-tracking branch 'upstream/master' into remove_initial_connect_st...Gravatar Mark D. Roth2017-03-17
| | | |\ | |_|_|/ |/| | |
| | * | Merge remote-tracking branch 'upstream/master' into retry_throttleGravatar Mark D. Roth2017-03-17
| | |\ \ | |_|/ / |/| | |
| | * | Switch to using a CAS loop to update the token value.Gravatar Mark D. Roth2017-03-17
| * | | Resolve dependency issuesGravatar Yuchen Zeng2017-03-14
| * | | Split ifaddr related functions out into a separate fileGravatar Yuchen Zeng2017-03-13
* | | | Arena allocator for grpcGravatar Craig Tiller2017-03-12
|/ / /
| * | Merge remote-tracking branch 'upstream/master' into retry_throttleGravatar Mark D. Roth2017-03-01
| |\ \ | |/ / |/| |
* | | Add a spinlock type.Gravatar Craig Tiller2017-02-27
* | | Merge pull request #9694 from nicolasnoble/upmerge_from_1_1_xGravatar Michael Lumish2017-02-23
|\ \ \
| | * | Retry throttling implementation.Gravatar Mark D. Roth2017-02-23
| |/ / |/| |
* | | Use call context to propagare LR costsGravatar David Garcia Quintas2017-02-13
| * | Merge remote-tracking branch 'google/v1.1.x'Gravatar Nicolas "Pixel" Noble2017-02-13
|/| |
| | * Remove initial_connect_string hack.Gravatar Mark D. Roth2017-02-09
| |/ |/|
| * build fixes for ruby on macGravatar Alexander Polcyn2017-02-09
* | Merge pull request #9371 from Vizerai/tracing_APIGravatar Jim King2017-02-08
|\ \
* | | Secure naming support for gRPCLBGravatar David Garcia Quintas2017-02-07
| | * also pick up latest version of google-protobufGravatar Alexander Polcyn2017-02-02
* | | Merge branch 'bm_countwrites' into bwestGravatar Craig Tiller2017-01-27
|\ \ \
| | * \ Merge branch 'master' of https://github.com/Vizerai/grpc into tracing_APIGravatar Vizerai2017-01-27
| | |\ \ | | |/ / | |/| |
* | | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-26
|\ \ \ \
| | | * \ Merge branch 'master' of https://github.com/Vizerai/grpc into tracing_APIGravatar Vizerai2017-01-26
| | | |\ \ | | |_|/ / | |/| | |
| | * | | Merge branch 'cp' into rollfwdGravatar Craig Tiller2017-01-26
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #9372 from markdroth/proxy_mapperGravatar Mark D. Roth2017-01-25
| |\ \ \ \
| * \ \ \ \ Merge pull request #9383 from markdroth/http_connect_channel_argGravatar Mark D. Roth2017-01-25
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | | | * | Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | |_|/ / | |/| | |
| * | | | Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
| * | | | Merge pull request #9340 from stanley-cheung/update-boringsslGravatar Nicolas Noble2017-01-20
| |\ \ \ \
| | | | | * updateGravatar Vizerai2017-01-20
* | | | | | Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-20
|\| | | | |
| | * | | | Update boringssl to latest chromium-stableGravatar Stanley Cheung2017-01-20
| | | |_|/ | | |/| |
| | | * | Move detection of HTTP CONNECT proxy from DNS resolver to client channel.Gravatar Mark D. Roth2017-01-18
| | |/ /
| * | | Merge github.com:grpc/grpc into metadata_filterGravatar Craig Tiller2017-01-17
| |\| |
| | | * Add proxy mapper hook.Gravatar Mark D. Roth2017-01-17
| | |/
| | * Merge remote-tracking branch 'upstream/master' into revert-9063-revert-8951-r...Gravatar Mark D. Roth2017-01-13
| | |\
* | | \ Merge github.com:grpc/grpc into bwestGravatar Craig Tiller2017-01-13
|\ \ \ \ | | |_|/ | |/| |
| | * | Fix buildGravatar Craig Tiller2017-01-10
| | * | Merge github.com:grpc/grpc into fix_errorsGravatar Craig Tiller2017-01-09
| | |\ \ | | |/ / | |/| |
| | * | Start fixing http error --> grpc status conversionGravatar Craig Tiller2017-01-06
| * | | Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
| | | * Merge remote-tracking branch 'upstream/master' into revert-9063-revert-8951-r...Gravatar Mark D. Roth2017-01-06
| | | |\ | | |_|/ | |/| |
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
| |\ \ \
| * \ \ \ Merge branch 'patchy' into slice_with_exec_ctx_and_buildGravatar Craig Tiller2017-01-04
| |\ \ \ \
| | * | | | Moving message_size_filter properly.Gravatar Nicolas "Pixel" Noble2017-01-04
| | |/ / /
* | | | | Merge branch 'flow_control_v2' into bwestGravatar Craig Tiller2016-12-27
|\ \ \ \ \ | | |/ / / | |/| | |
| | | * | Merge branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-27
| | | |\ \ | | | |/ / | | |/| |