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