aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/http_client_filter.c
Commit message (Expand)AuthorAge
* Optionalize compress, gather all the http2 filter bits together in ext/Gravatar Craig Tiller2017-04-03
* Reinstate one check, fix fall outGravatar Craig Tiller2017-03-30
* review feedback and one bugfixGravatar Makarand Dharmapurikar2017-03-24
* Merge branch 'master' of https://github.com/grpc/grpc into caching_with_uriGravatar Makarand Dharmapurikar2017-03-24
|\
* | fixed yet another referencing issueGravatar Makarand Dharmapurikar2017-03-23
* | fixed asan memory leak ref issueGravatar Makarand Dharmapurikar2017-03-23
* | addressed review feedback.Gravatar Makarand Dharmapurikar2017-03-22
* | free the allocated slice to fix asan failureGravatar Makarand Dharmapurikar2017-03-22
| * Merge branch 'master' of https://github.com/grpc/grpc into error-slice-optimi...Gravatar Noah Eisen2017-03-22
| |\
* | | removed multiple allocs, refactored b64 encoderGravatar Makarand Dharmapurikar2017-03-20
* | | using URI query to communicate payloadGravatar Makarand Dharmapurikar2017-03-20
| * | Change error_create API to sliceGravatar ncteisen2017-03-13
| | * FixesGravatar Craig Tiller2017-03-13
| |/ |/|
| * Change error get/set API to grpc_sliceGravatar ncteisen2017-03-10
|/
* Hoist constant setting out of loop - and shave some ns from call creationGravatar Craig Tiller2017-02-15
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
* Fix sanity: core_banned_functionsGravatar Craig Tiller2017-01-11
* Merge branch 'slice_with_exec_ctx_and_new_closures' into metadata_filter_and_...Gravatar Craig Tiller2017-01-04
|\
| * 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
* | | 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
| |\ \
| | | * 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