aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/http/parser.h
Commit message (Collapse)AuthorAge
* Add a sanity check for inclusion of port_platform.hGravatar Alexander Polcyn2018-02-23
|
* Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-cGravatar ncteisen2017-11-20
|\
* | clang fmtGravatar ncteisen2017-11-17
| |
* | Remove all extern CGravatar ncteisen2017-11-17
| |
| * Merge branch 'master' of https://github.com/grpc/grpc into tracing++Gravatar ncteisen2017-11-10
| |\ | |/ |/| | | Lot's of manual work to make this merge work
* | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| |
| * Better nameGravatar Craig Tiller2017-10-18
| |
| * C++ize tracingGravatar Craig Tiller2017-10-16
|/
* Add newline at the end of src/core headers that did not have itGravatar Yash Tibrewal2017-10-09
|
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* 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
* clang-formatGravatar Craig Tiller2016-10-26
|
* Bulk update #includesGravatar Craig Tiller2016-10-26
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* Plumbed read_buffer through and fixed leftover bytes problem.Gravatar Mark D. Roth2016-08-04
|
* 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
|
* Fix include guardsGravatar Craig Tiller2016-03-25
|
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25