aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/http_server_filter.c
Commit message (Expand)AuthorAge
* Optionalize compress, gather all the http2 filter bits together in ext/Gravatar Craig Tiller2017-04-03
* Merge pull request #10382 from ctiller/checksGravatar Craig Tiller2017-03-31
|\
* | Fixed oss-fuzz/961Gravatar David Garcia Quintas2017-03-30
| * 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
|\
* | fix a fuzzer detected corner caseGravatar Makarand Dharmapurikar2017-03-23
* | yet another ref fixGravatar Makarand Dharmapurikar2017-03-23
* | fixed asan memory leak ref issueGravatar Makarand Dharmapurikar2017-03-23
* | addressed review feedback.Gravatar 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
| * | Only use static on string literalsGravatar Noah Eisen2017-03-14
| * | 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
|/
* Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-24
|\
| * Fix closure running: current code is unsafeGravatar Craig Tiller2017-02-23
* | Merge github.com:grpc/grpc into zallocGravatar Craig Tiller2017-02-23
|\|
* | Add zalloc, convert a bunch of files to use itGravatar Craig Tiller2017-02-16
| * Hoist constant setting out of loop - and shave some ns from call creationGravatar Craig Tiller2017-02-15
|/
* Fix substitutionGravatar Craig Tiller2017-02-09
* Should only do host-->:authority if there is no :authorityGravatar Craig Tiller2017-02-08
* 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
* 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
| |\|
| | * Merge remote-tracking branch 'upstream/master' into client_channel_init_cleanupGravatar Mark D. Roth2016-11-28
| | |\
* | | | Fix metadata batch removal ref countingGravatar Craig Tiller2016-11-23
* | | | bm_fullstack runsGravatar Craig Tiller2016-11-22
* | | | Everything compiles...Gravatar Craig Tiller2016-11-22
* | | | 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
* | | | FixesGravatar Craig Tiller2016-11-18
| | * | 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
* | | | Initial fixesGravatar Craig Tiller2016-11-17
* | | | 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
| |\ \ \ | | | |/ | | |/|
| | * | Fix merge errorGravatar Craig Tiller2016-11-16
| | * | Merge github.com:grpc/grpc into newlinesGravatar Craig Tiller2016-11-16
| | |\|
* | | | Progress towards mdstr eliminationGravatar Craig Tiller2016-11-10
|/ / /
* | | Enable sanity checkGravatar Craig Tiller2016-11-09