summaryrefslogtreecommitdiffhomepage
path: root/src/test/nxt_http_parse_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-04Removed the unsafe nxt_memcmp() wrapper for memcmp(3).Alejandro Colomar1-1/+1
2020-11-17HTTP parser: allowed more characters in header field names.Valentin Bartenev1-7/+31
2020-04-16Using malloc/free for the http fields hash.Max Romanov1-12/+5
2019-09-30HTTP parser: removed unused "exten" field.Valentin Bartenev1-22/+0
2019-09-17HTTP parser: fixed parsing of target after literal space character.Valentin Bartenev1-1/+14
2019-09-16HTTP parser: removed unused "plus_in_target" flag.Valentin Bartenev1-20/+10
2019-09-16HTTP parser: removed unused "exten_start" and "args_start" fields.Valentin Bartenev1-16/+8
2018-07-03HTTP parser: relaxed checking of fields values.Valentin Bartenev1-1/+1
2018-03-15HTTP parser: allowing tabs in field values as per RFC 7230.Valentin Bartenev1-0/+24
2018-03-15HTTP parser: restricting allowed characters in fields values.Valentin Bartenev1-0/+18
2018-03-15HTTP parser: fixed parsing of field values ending with space.Valentin Bartenev1-0/+6
2018-01-24Fixed formatting in nxt_sprintf() and logging.Sergey Kandaurov1-1/+1
2018-01-24Using size_t for the field width type of the "%*s" specifier.Sergey Kandaurov1-2/+3
2018-01-15Checking for major HTTP version.Valentin Bartenev1-0/+5
2018-01-15HTTP parser: improved error reporting.Valentin Bartenev1-11/+11
2018-01-09HTTP parser: allowing underscore in header field names.Valentin Bartenev1-1/+1
2017-12-25HTTP parser: reworked header fields handling.Valentin Bartenev1-28/+89
2017-11-21Tests: move existing tests to "src" folder.Andrey Zelenkov1-0/+714