aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Store subchannel address in a channel arg.Gravatar Mark D. Roth2017-01-13
|
* Merge pull request #9335 from jtattermusch/vsproject_improvementsGravatar Jan Tattermusch2017-01-13
|\ | | | | Make grpc.sln compile
* \ Merge pull request #9149 from ncteisen/rst_stream_error_code_fixGravatar Noah Eisen2017-01-12
|\ \ | | | | | | Fix RST_STREAM(0) inconsistency
| | * fix compilation of grpc_dll projectGravatar Jan Tattermusch2017-01-12
| |/ |/|
| * Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar ncteisen2017-01-11
| |\ | | | | | | | | | rst_stream_error_code_fix
* | | Promote dns resolution failure message to INFOGravatar yang-g2017-01-11
| |/ |/|
* | fix code formattingGravatar Jan Tattermusch2017-01-11
| |
* | iocp_windows.c and tcp_server_windows.c: fixes for gcc on Windows (unused ↵Gravatar Mario Emmenlauer2017-01-11
| | | | | | | | variables and type casts)
* | clang-formatGravatar Mark D. Roth2017-01-09
| |
* | Add support for sending custom headers in HTTP CONNECT request.Gravatar Mark D. Roth2017-01-09
| |
* | Merge pull request #9129 from markdroth/handshaker_pluginGravatar Mark D. Roth2017-01-09
|\ \ | | | | | | Handshaker plugin mechanism
* | | Review feedbackGravatar Craig Tiller2017-01-06
| | |
* | | Actually add the documentationGravatar Craig Tiller2017-01-06
| | |
| * | Handshaker plugin mechanism.Gravatar Mark D. Roth2017-01-06
| | |
* | | Merge pull request #9268 from soltanmm-google/diddy-kong-racingGravatar Masood Malekghassemi2017-01-06
|\ \ \ | |/ / |/| | Use `grpc_closure`s in `grpc_timer`s
* | | Merge pull request #9253 from ctiller/long_statusGravatar Craig Tiller2017-01-05
|\ \ \ | | | | | | | | Support long grpc-messages on abnormal close path
| | * | Use `grpc_closure`s in `grpc_timer`sGravatar Masood Malekghassemi2017-01-05
| |/ / |/| |
| * | Support long grpc-messages on abnormal close pathGravatar Craig Tiller2017-01-05
| | |
* | | Remove errant headerGravatar Craig Tiller2017-01-04
| | |
* | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
|\| |
| * | Putting message size filter back.Gravatar Nicolas "Pixel" Noble2017-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 'master' of https://github.com/grpc/grpc into bazel-take-2Gravatar Nicolas "Pixel" Noble2017-01-04
| |\ \
| * \ \ Merge remote-tracking branch 'google/master' into bazel-take-2Gravatar Nicolas "Pixel" Noble2017-01-04
| |\ \ \
* | \ \ \ Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-04
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #9207 from ctiller/cleanup_closuresGravatar Craig Tiller2017-01-04
| |\ \ \ \ | | | | | | | | | | | | Changes to exec_ctx/closure/combiner/workqueue interfaces
* | \ \ \ \ Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-04
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | No need for copyright on generated filesGravatar Craig Tiller2017-01-03
| | | | | |
| * | | | | More UV fixesGravatar Craig Tiller2017-01-03
| | | | | |
* | | | | | Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
|\| | | | |
* | | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2017-01-03
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix closure usage in UV codeGravatar Craig Tiller2017-01-03
| | | | | |
| | * | | | clang-format codeGravatar Craig Tiller2017-01-03
| | | | | |
| | * | | | Fixup Windows source files for new closure APIsGravatar Craig Tiller2017-01-03
| | | | | |
| | * | | | Fix some NULL usageGravatar Craig Tiller2017-01-03
| | | | | |
| | * | | | Fix udp serverGravatar Craig Tiller2016-12-29
| | | | | |
| | * | | | Update cronetGravatar Craig Tiller2016-12-29
| | | | | |
| | * | | | Some fixesGravatar Craig Tiller2016-12-29
| | | | | |
| | * | | | Some fixesGravatar Craig Tiller2016-12-29
| | | | | |
| * | | | | Remove for loop initial declarationsGravatar Yuchen Zeng2016-12-29
| | |_|/ / | |/| | |
| | * | | Fix some uninitialized variablesGravatar Craig Tiller2016-12-28
| | | | |
| | * | | Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
| * | | Merge pull request #9187 from yang-g/validate_reserved_metadataGravatar Yang Gao2016-12-27
| |\ \ \ | | | | | | | | | | Check and fail if user provides a metadata key starting with :
* | | | | Fix merge errorsGravatar Craig Tiller2016-12-27
| | | | |
* | | | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
|\ \ \ \ \
| | * | | | Fixing JWT verifier.Gravatar Julien Boeuf2016-12-21
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Initializes grpc correctly in the JWT utils. - Make the email mapping work with the new service accounts produced by Google IAM. - Adding check for email issuers where the issuer has to be the subject as well. - Implementing portable version of memrchr.
| | * / / Check and fail if user provides a metadata key starting with :Gravatar yang-g2016-12-21
| |/ / /
| * | | 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
| |\ \ \ | | | | | | | | | | grpclb: skip slash in server uri path if present