aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Collapse)AuthorAge
* Merge pull request #7980 from thinkerou/fix_time_posix_convGravatar Craig Tiller2016-09-14
|\ | | | | Fix time posix convert
* \ Merge pull request #7559 from dgquintas/codegen_cleanseGravatar Craig Tiller2016-09-13
|\ \ | | | | | | Removed references to public APIs from codegen/
* | | clang-formatGravatar Makarand Dharmapurikar2016-09-11
| | |
* | | fixes to handle failed connectionsGravatar Makarand Dharmapurikar2016-09-11
| | | | | | | | | | | | | | | | | | 1. added lock/unlock around cronet callbacks to avoid race 2. added on_failed condition check in addition to cancellation 3. changed return code when no cronet call is initiated in failed/cancelled case
* | | Merge pull request #7864 from ctiller/bigger_framesGravatar Craig Tiller2016-09-07
|\ \ \ | | | | | | | | Support >16kib frame sizes in core
* \ \ \ Merge pull request #7987 from ctiller/fuzz-failsGravatar Craig Tiller2016-09-07
|\ \ \ \ | | | | | | | | | | Fix fuzzing detected failure
* \ \ \ \ Merge pull request #7774 from ctiller/percent-encoderGravatar Craig Tiller2016-09-06
|\ \ \ \ \ | | | | | | | | | | | | Percent encoding routines
| | * | | | Fix fuzzing detected failureGravatar Craig Tiller2016-09-05
| |/ / / / |/| | | |
| | | | * fix type convertGravatar thinkerou2016-09-04
| |_|_|/ |/| | |
| | * | clang-formatGravatar Craig Tiller2016-09-02
| | | |
| | * | Merge github.com:grpc/grpc into bigger_framesGravatar Craig Tiller2016-09-02
| | |\ \ | |_|/ / |/| | |
| | | * Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-09-02
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #7943 from markdroth/client_channel_cleanupGravatar Mark D. Roth2016-09-01
|\ \ \ \ | | | | | | | | | | Move subchannel_call_holder code into client_channel module.
| | | | * Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-09-01
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #7942 from a-veitch/add_protoGravatar kpayson642016-09-01
|\ \ \ \ \ | | | | | | | | | | | | Add Trace context proto. This is used to transmit trace context between RPC client and server systems.
| | * | | | clang-formatGravatar Mark D. Roth2016-09-01
| | | | | |
| | | | | * Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-09-01
| | | | | |\ | |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #7862 from makdharma/grpc_cachingGravatar makdharma2016-09-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | prep work for enabling caching
| | | * | | | A bit more cleanup.Gravatar Mark D. Roth2016-09-01
| | | | | | |
| * | | | | | moved kMaxPayloadSizeForGet definition to C fileGravatar Makarand Dharmapurikar2016-08-31
| | | | | | |
| * | | | | | addressed review feedback.Gravatar Makarand Dharmapurikar2016-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | moved method computation in a if block only when send_initial_metadata is true.
| | | * | | | Move subchannel_call_holder code into client_channel module.Gravatar Mark D. Roth2016-08-31
| |_|/ / / / |/| | | | |
| | * | | | add trace context protoGravatar Alistair Veitch2016-08-31
| |/ / / / |/| | | |
| * | | | one more clang-format fixGravatar Makarand Dharmapurikar2016-08-31
| | | | |
* | | | | Merge pull request #7842 from jboeuf/security_context_extensionGravatar Mark D. Roth2016-08-31
|\ \ \ \ \ | | | | | | | | | | | | Adding extension points for security context.
| | * | | | addressed comments from reviewGravatar Makarand Dharmapurikar2016-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified comment about when GET verb is used. Added code to read data from send_message and defer the op when it is not fully available. clang-format one more time.
| | | | | * Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-31
| | | | | |\ | |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #7795 from dgquintas/errors_docGravatar David G. Quintas2016-08-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | slight rewording of grpc_error ownership rules
* \ \ \ \ \ \ Merge pull request #7912 from ctiller/g_stands_forGravatar Craig Tiller2016-08-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Specify the "g" in gRPC
* \ \ \ \ \ \ \ Merge pull request #7645 from y-zeng/fix_ev_epoll_linuxGravatar kpayson642016-08-30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix fd_orphan in ev_epoll_linux.c
| | | | | | | | * Merge branch 'master' of github.com:grpc/grpc into codegen_cleanseGravatar David Garcia Quintas2016-08-30
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | | | * | | | fixes for asan leak, and proxy testGravatar Makarand Dharmapurikar2016-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | freeing up payload_bytes. returning GET response only once.
* | | | | | | | | Merge pull request #7839 from markdroth/rename_client_configGravatar Mark D. Roth2016-08-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Rename grpc_client_config to grpc_resolver_result.
| | | | | | * | | | surface cacheable flag to the callGravatar Makarand Dharmapurikar2016-08-29
| | | | | | | | | |
| | | * | | | | | | Specify the "g" in gRPCGravatar Craig Tiller2016-08-29
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Mark an epoll that has a timeout as a blocking regionGravatar Vijay Pai2016-08-28
| | | | | | | | |
| | | | | * | | | fixed bug exposed by h2_proxy* test.Gravatar Makdharma2016-08-26
| | | | | | | | |
| | | | | * | | | clang-formatGravatar Makdharma2016-08-26
| | | | | | | | |
| | | | | * | | | correctly free up memory for payload_binGravatar Makdharma2016-08-26
| | | | | | | | |
| | | | | * | | | working with send_message with multiple slicesGravatar Makdharma2016-08-26
| | | | | | | | |
| | | | * | | | | Merge branch 'master' of github.com:grpc/grpc into security_context_extensionGravatar Julien Boeuf2016-08-26
| | | | |\ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| | | | * | | | | Addressing feedback.Gravatar Julien Boeuf2016-08-25
| | | | | | | | |
| | | | | | | * | Support >16kib frame sizes in coreGravatar Craig Tiller2016-08-24
| |_|_|_|_|_|/ / |/| | | | | | |
| | | | | * | | prep work for enabling cachingGravatar Makdharma2016-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new header grpc-payload-bin Added new channel arg for setting max payload size Ability to create a GET request in client filter Ability to parse the payload from header in server filter.
| * | | | | | | clang-formatGravatar Mark D. Roth2016-08-23
| | | | | | | |
| | | | * | | | Adding extension points for security context.Gravatar Julien Boeuf2016-08-23
| | | | | | | |
| * | | | | | | Rename grpc_client_config to grpc_resolver_result.Gravatar Mark D. Roth2016-08-22
| | |_|/ / / / | |/| | | | |
| | | | | * | Add explanationsGravatar Craig Tiller2016-08-22
| | | | | | |
* | | | | | | Merge branch 'v1.0.x' of https://github.com/grpc/grpcGravatar Nicolas "Pixel" Noble2016-08-20
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| | | * | | | slight rewording of grpc_error ownership rulesGravatar David Garcia Quintas2016-08-19
| |_|/ / / / |/| | | | |