aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/http/parser.c
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Add initializers for all tracersGravatar Craig Tiller2017-05-04
|
* Fix ASAN/TSAN failuresGravatar Craig Tiller2017-05-03
| | | | | | - trace system is now thread safe when run with TSAN - fix a race in client_auth_filter.c - allow timer manager to run in single threaded mode for fuzzers
* Change error_create API to sliceGravatar ncteisen2017-03-13
|
* Return an error when the HTTP first line or header is longer than 4KGravatar yang-g2017-03-01
|
* s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* clang-formatGravatar Mark D. Roth2016-08-04
|
* Plumbed read_buffer through and fixed leftover bytes problem.Gravatar Mark D. Roth2016-08-04
|
* Add support for CONNECT to httpcli code and flesh out handshaker implementation.Gravatar Mark D. Roth2016-07-22
|
* Progress converting to new error systemGravatar Craig Tiller2016-05-09
|
* Progress converting to new error systemGravatar Craig Tiller2016-05-04
|
* Merge pull request #6105 from miselin/http-parser-allow-more-newlinesGravatar Jan Tattermusch2016-04-25
|\ | | | | Allow grpc_http_parser to optionally accept a wider range of line endings
| * Allow grpc_http_parser to optionally accept a wider range of line endings.Gravatar Matthew Iselin2016-04-21
| |
* | Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
|/
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Merge github.com:grpc/grpc into fuzzy-bitsGravatar Craig Tiller2016-03-28
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25