summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-05-28Merged with the default branch.1.18.0-1Andrei Belov4-5/+5
2020-05-28Packages: fixed java configure script.1.18.0Tiago Natel de Moura4-5/+5
2020-05-281.18.0-1Andrei Belov1-0/+1
2020-05-28Merged with the default branch.Andrei Belov119-2016/+5344
2020-05-28Added tag 1.18.0 for changeset a34bc498d976Valentin Bartenev1-0/+1
2020-05-28Generated Dockerfiles for Unit 1.18.0.Valentin Bartenev8-8/+8
2020-05-28Added version 1.18.0 CHANGES.Valentin Bartenev2-0/+58
2020-05-28Tests: Added rootfs tests.Tiago Natel de Moura12-35/+543
2020-05-28Added "rootfs" feature.Tiago Natel de Moura27-74/+1520
2020-04-161.17.0-1Andrei Belov1-0/+1
2020-04-16Merged with the default branch.1.17.0-1Andrei Belov85-1294/+2006
2020-04-16Added tag 1.17.0 for changeset 4b13438632bcValentin Bartenev1-0/+1
2020-04-16Generated Dockerfiles for Unit 1.17.0.1.17.0Valentin Bartenev8-8/+8
2020-04-16Added version 1.17.0 CHANGES.Valentin Bartenev2-0/+113
2020-04-16Using malloc/free for the http fields hash.Max Romanov9-52/+24
2020-04-15Fixed memory leak occurring upon failure to accept a connection.Igor Sysoev2-12/+11
2020-04-15Fixed crash that occurs when idle connections are closed forcibly.Igor Sysoev3-35/+77
2020-04-15Disabled epoll error processing when socket events are inactive.Igor Sysoev1-0/+7
2020-04-14Completing chained shared memory buffers.Max Romanov1-3/+14
2020-04-14Tests: added test with rescheduling requests.Andrei Zeliankou1-0/+32
2020-04-14Tests: minor fixes and style.Andrei Zeliankou16-175/+99
2020-04-10Resolving a racing condition while adding ports on the app's side.Max Romanov5-13/+48
2020-04-08Controller: improved handling of unix domain control socket.Valentin Bartenev5-18/+90
2020-04-08Controller: fixed cleaning up of control socket file in some cases.Valentin Bartenev1-6/+20
2020-04-08Removed unused code related to testing of address binding.Valentin Bartenev7-31/+9
2020-04-08Controller: eliminated extra control socket's sockaddr copying.Valentin Bartenev1-11/+1
2020-04-08Node.js: fixing Server.listen() method.Max Romanov1-1/+11
2020-04-06Fixing 'find & add' racing condition in connected ports hash.Max Romanov4-32/+29
2020-04-03Tests: use "return" action in upstream tests.Andrei Zeliankou5-98/+101
2020-04-03Tests: added notification on "read_timeout" expiration.Andrei Zeliankou2-4/+30
2020-04-03Tests: minor fixes.Andrei Zeliankou3-9/+20
2020-04-01Fixed build with Clang 10, broken by 32578e837322.Valentin Bartenev1-1/+3
2020-03-30Tests: added tests for rational numbers in upstream server weight.Andrei Zeliankou2-12/+98
2020-03-30Rational number support in upstream server weight.Igor Sysoev2-24/+38
2020-03-30Configuration: support for rational numbers.Valentin Bartenev8-170/+135
2020-03-30Fixing application process infinite loop.Max Romanov4-23/+33
2020-03-30Handling change file message in libunit.Max Romanov3-2/+11
2020-03-30Attributing libunit logging function for arguments validation.Max Romanov4-10/+31
2020-03-27Tests: added tests for "location" option.Andrei Zeliankou1-0/+94
2020-03-27Tests: added tests for "return" action.Andrei Zeliankou4-270/+191
2020-03-27Tests: increase default "read_timeout" to 60s in message_read().Andrei Zeliankou1-1/+1
2020-03-21Implemented "location" option for "return" action.Valentin Bartenev5-2/+60
2020-03-27Added nxt_is_complex_uri_encoded()/nxt_encode_complex_uri().Valentin Bartenev2-44/+158
2020-03-27Updated URI escaping table for better conformity with RFC 3986.Valentin Bartenev1-6/+4
2020-03-27Implemented "return" action.Valentin Bartenev5-4/+96
2020-03-27Initialization of the action object made more consistent.Valentin Bartenev1-3/+3
2020-03-25Tests: added tests for comments in JSON.Andrei Zeliankou1-0/+61
2020-03-25Tests: UTF-8 BOM test.Andrei Zeliankou1-0/+19
2020-03-25Configuration: fixed comments parsing.Valentin Bartenev1-1/+5
2020-03-23Tests: increase default "read_timeout" value to 60s.Andrei Zeliankou2-15/+16