aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/http_client_filter.c
Commit message (Collapse)AuthorAge
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
|
* Merge branch 'slice_with_exec_ctx_and_new_closures' into ↵Gravatar Craig Tiller2017-01-04
|\ | | | | | | metadata_filter_and_new_closures
| * Merge branch 'cleanup_closures' into slice_with_exec_ctx_and_new_closuresGravatar Craig Tiller2017-01-03
| |\
| | * 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 branch 'slice_with_exec_ctx' into metadata_filterGravatar Craig Tiller2016-12-27
|\| |
| * | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-12-27
| |\|
* | | Fix bug whereby errors on a call do not lead to cancellationGravatar Craig Tiller2016-12-08
| | |
* | | Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-12-06
|\| |
| * | Make core_banned_functions.py pass againGravatar Craig Tiller2016-12-06
| | |
| | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-11-30
| | |\
* | | | Merge branch 'slice_interning' into metadata_filterGravatar Craig Tiller2016-11-30
|\| | |
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-30
| |\ \ \ | | | |/ | | |/|
| | * | Fixed http_client raceGravatar David Garcia Quintas2016-11-28
| | | |
| | | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-11-28
| | | |\ | | | |/ | | |/|
* | | | Fix memory leaksGravatar Craig Tiller2016-11-23
| | | |
* | | | Fix metadata batch removal ref countingGravatar Craig Tiller2016-11-23
| | | |
* | | | Initial conversion work to indexed metadataGravatar Craig Tiller2016-11-22
| | | |
* | | | Move from cmp --> eq, and provide a good implementation for interningGravatar Craig Tiller2016-11-21
| | | |
| | | * clang-formatGravatar Mark D. Roth2016-11-18
| | | |
| | | * Change destroy_call_elem() to return a grpc_error*.Gravatar Mark D. Roth2016-11-18
| | | |
* | | | Begin moving mdelem to be a value typeGravatar Craig Tiller2016-11-18
| | | |
* | | | Merge branch 'slice_interning' into eliminate_mdstrGravatar Craig Tiller2016-11-16
|\| | |
| * | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-16
| |\| |
| | * | Merge github.com:grpc/grpc into newlinesGravatar Craig Tiller2016-11-16
| | |\|
* | | | Progress towards mdstr eliminationGravatar Craig Tiller2016-11-10
|/ / /
* | | Merge github.com:grpc/grpc into slice_with_exec_ctxGravatar Craig Tiller2016-11-09
|\ \ \ | | |/ | |/|
| * | Merge pull request #8618 from markdroth/channel_info_apiGravatar Mark D. Roth2016-11-08
| |\ \ | | | | | | | | Add API for getting arbitrary state back from a channel
| | | * Support percent-encoding status messagesGravatar Craig Tiller2016-11-03
| | | |
* | | | Progress towards making grpc_slice_unref_internal take an exec_ctxGravatar Craig Tiller2016-10-31
|/ / /
| * / Add grpc_channel_get_info() to C-core API.Gravatar Mark D. Roth2016-10-27
| |/
* | s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
| |
* | s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|/
* Fix close vs. cancel confusion in transport helper functions.Gravatar Mark D. Roth2016-09-09
|
* Fix fuzzing detected failureGravatar Craig Tiller2016-09-05
|
* Merge pull request #7862 from makdharma/grpc_cachingGravatar makdharma2016-09-01
|\ | | | | prep work for enabling caching
| * 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.
| * one more clang-format fixGravatar Makarand Dharmapurikar2016-08-31
| |
| * 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.
| * fixes for asan leak, and proxy testGravatar Makarand Dharmapurikar2016-08-29
| | | | | | | | | | freeing up payload_bytes. returning GET response only once.
* | Specify the "g" in gRPCGravatar Craig Tiller2016-08-29
| |
| * 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
| |
| * 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.
* Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-08-02
|\
| * clang-formatGravatar David Garcia Quintas2016-07-28
| |
* | Merge remote-tracking branch 'upstream/master' into filter_call_init_failureGravatar Mark D. Roth2016-07-12
|\ \
| | * Added new features to load reporting.Gravatar David Garcia Quintas2016-07-10
| |/ | | | | | | | | | | | | - Propagation of (rpc) method name. - Invocation of the hook at (call, channel) x (creation, destruction) - Added enum to identify the source of invocation. - Fixed testing. Went from test fixture to simple test.