index
:
unit.git
alx-gzip
applog
bool
compr
master
skel_lm
wasm
Universal Web Application Server
andrew@digital-domain.net
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
test
/
nxt_http_parse_test.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-17
HTTP parser: allowed more characters in header field names.
Valentin Bartenev
1
-7
/
+31
2020-04-16
Using malloc/free for the http fields hash.
Max Romanov
1
-12
/
+5
2019-09-30
HTTP parser: removed unused "exten" field.
Valentin Bartenev
1
-22
/
+0
2019-09-17
HTTP parser: fixed parsing of target after literal space character.
Valentin Bartenev
1
-1
/
+14
2019-09-16
HTTP parser: removed unused "plus_in_target" flag.
Valentin Bartenev
1
-20
/
+10
2019-09-16
HTTP parser: removed unused "exten_start" and "args_start" fields.
Valentin Bartenev
1
-16
/
+8
2018-07-03
HTTP parser: relaxed checking of fields values.
Valentin Bartenev
1
-1
/
+1
2018-03-15
HTTP parser: allowing tabs in field values as per RFC 7230.
Valentin Bartenev
1
-0
/
+24
2018-03-15
HTTP parser: restricting allowed characters in fields values.
Valentin Bartenev
1
-0
/
+18
2018-03-15
HTTP parser: fixed parsing of field values ending with space.
Valentin Bartenev
1
-0
/
+6
2018-01-24
Fixed formatting in nxt_sprintf() and logging.
Sergey Kandaurov
1
-1
/
+1
2018-01-24
Using size_t for the field width type of the "%*s" specifier.
Sergey Kandaurov
1
-2
/
+3
2018-01-15
Checking for major HTTP version.
Valentin Bartenev
1
-0
/
+5
2018-01-15
HTTP parser: improved error reporting.
Valentin Bartenev
1
-11
/
+11
2018-01-09
HTTP parser: allowing underscore in header field names.
Valentin Bartenev
1
-1
/
+1
2017-12-25
HTTP parser: reworked header fields handling.
Valentin Bartenev
1
-28
/
+89
2017-11-21
Tests: move existing tests to "src" folder.
Andrey Zelenkov
1
-0
/
+0
2017-08-30
Lib unit tests have been renamed to tests.
Igor Sysoev
1
-91
/
+89
2017-08-22
Removed unused structure.
Valentin Bartenev
1
-4
/
+0
2017-06-20
HTTP parser: reduced memory consumption of header fields list.
Valentin Bartenev
1
-61
/
+44
2017-06-20
Fixed errors in the previous changeset.
Igor Sysoev
1
-11
/
+11
2017-06-13
HTTP parser: decoupled header fields processing.
Valentin Bartenev
1
-52
/
+147
2017-06-09
HTTP parser: fixed handling header fields with missing colon.
Valentin Bartenev
1
-0
/
+12
2017-03-08
HTTP parser benchmark.
Valentin Bartenev
1
-3
/
+176
2017-03-01
HTTP parser.
Valentin Bartenev
1
-0
/
+457