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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-24
test/clone: Constify some local static variables
Andrew Clayton
1
-3
/
+3
2024-04-17
Fixes: 64934e59f ("HTTP: Introduce quoted target marker in HTTP parsing")
Zhidao HONG
1
-2
/
+2
2024-02-20
Updated copyright notice.
Andrei Zeliankou
2
-2
/
+2
2023-05-25
Tests: fixed incorrect pointer assignment.
Alejandro Colomar
1
-2
/
+2
2022-11-04
Removed the unsafe nxt_memcmp() wrapper for memcmp(3).
Alejandro Colomar
4
-4
/
+4
2022-10-28
Fixed some function definitions.
Andrew Clayton
2
-2
/
+2
2022-10-03
Renamed a couple of members of nxt_unit_request_t.
Andrew Clayton
1
-1
/
+1
2022-05-03
Fixed #define style.
Alejandro Colomar
1
-4
/
+2
2021-10-28
Moving request limit control to libunit.
Max Romanov
1
-1
/
+1
2021-10-26
Custom implementation of Base64 decoding function.
Valentin Bartenev
3
-0
/
+103
2020-11-18
Libunit: improving logging consistency.
Max Romanov
2
-6
/
+4
2020-11-17
HTTP parser: allowed more characters in header field names.
Valentin Bartenev
1
-7
/
+31
2020-11-01
Fixed building test app without debug.
Valentin Bartenev
1
-2
/
+8
2020-10-28
Added threading to the libunit test app.
Max Romanov
1
-22
/
+108
2020-08-13
Basic variables support.
Valentin Bartenev
1
-16
/
+2
2020-08-11
Circular queues implementations and a test.
Max Romanov
1
-0
/
+578
2020-04-16
Using malloc/free for the http fields hash.
Max Romanov
1
-12
/
+5
2020-03-30
Configuration: support for rational numbers.
Valentin Bartenev
1
-3
/
+3
2019-12-06
Isolation: allowed the use of credentials with unpriv userns.
Tiago Natel
3
-0
/
+608
2019-11-11
Fixing libunit 'off by 2' issue in library.
Max Romanov
1
-4
/
+4
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
2019-08-20
Introducing websocket support in router and libunit.
Max Romanov
2
-0
/
+453
2018-11-15
Fixed lvlhsh test on 64-bit big-endian systems.
Valentin Bartenev
1
-1
/
+1
2018-08-06
Unit application library.
Max Romanov
1
-0
/
+191
2018-07-03
HTTP parser: relaxed checking of fields values.
Valentin Bartenev
1
-1
/
+1
2018-06-25
Introduced nxt_length() macro.
Valentin Bartenev
1
-2
/
+2
2018-04-05
Style.
Valentin Bartenev
1
-1
/
+1
2018-04-04
Style: capitalized letters in hexadecimal literals.
Valentin Bartenev
3
-25
/
+25
2018-03-29
nxt_lvlhsh_each() refactoring and nxt_lvlhsh_each_init().
Igor Sysoev
1
-2
/
+1
2018-03-29
nxt_lvlhsh_retrieve().
Igor Sysoev
1
-0
/
+37
2018-03-29
nxt_lvlhsh_peek().
Igor Sysoev
1
-2
/
+14
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
18
-0
/
+3236