Age | Commit message (Expand) | Author | Files | Lines |
2018-09-26 | Packages: removed "loadconfig" and "saveconfig" actions. | Andrei Belov | 5 | -118/+4 |
2018-09-20 | Added tag 1.4 for changeset 8f4524a9cf87 | Valentin Bartenev | 1 | -0/+1 |
2018-09-20 | Generated Dockerfiles for Unit 1.4.1.4 | Valentin Bartenev | 9 | -9/+9 |
2018-09-20 | Added version 1.4 CHANGES. | Valentin Bartenev | 2 | -0/+116 |
2018-09-20 | Resetting init->stream for ready process. | Max Romanov | 1 | -0/+4 |
2018-09-20 | Tests: TLS tests. | Andrey Zelenkov | 2 | -4/+505 |
2018-09-20 | Fixed building perl on Alpine Linux. | Sergey Kandaurov | 2 | -0/+3 |
2018-09-20 | Preventing port from release in asynchronous operations. | Max Romanov | 1 | -0/+12 |
2018-09-20 | Packages: enabled OpenSSL support. | Andrei Belov | 4 | -7/+13 |
2018-09-20 | Python: adjusted input.read(size) argument value interpretation. | Valentin Bartenev | 2 | -4/+5 |
2018-09-20 | Preserving inherited engine memory pool in controller process. | Max Romanov | 1 | -8/+0 |
2018-09-20 | Controller: addressing of array elements in requests. | Valentin Bartenev | 1 | -1/+20 |
2018-09-20 | Controller: certificates storage interface. | Valentin Bartenev | 16 | -44/+2103 |
2018-09-20 | Deduplicated string value initializations. | Valentin Bartenev | 2 | -64/+23 |
2018-09-20 | Added nginx error 497 response. | Igor Sysoev | 2 | -0/+22 |
2018-09-20 | Added SSL/TLS support on connection level. | Igor Sysoev | 22 | -600/+926 |
2018-09-19 | Initializing application structure with 0 to avoid crash. | Max Romanov | 1 | -2/+7 |
2018-09-19 | Initializing user_cred gids and ngroups for MacOS. | Max Romanov | 1 | -0/+4 |
2018-09-18 | Fixed more typos. | Valentin Bartenev | 2 | -2/+2 |
2018-09-17 | Tests: test_settings_header_read_timeout_update adjusted. | Andrey Zelenkov | 1 | -4/+9 |
2018-09-17 | Fixed non-auto-reset timers. | Igor Sysoev | 1 | -10/+5 |
2018-09-17 | Removed deprecated MacOSX OSSpinLockLock(). | Igor Sysoev | 3 | -80/+2 |
2018-09-17 | Fixed typo. | Igor Sysoev | 1 | -1/+1 |
2018-09-17 | Fixed typo. | Igor Sysoev | 1 | -1/+1 |
2018-09-10 | Fixed spelling in a comment. | Valentin Bartenev | 1 | -1/+1 |
2018-09-07 | Misspelled variable names fixed. | Max Romanov | 4 | -7/+7 |
2018-09-06 | Tests: used relative path for configuration. | Andrey Zelenkov | 11 | -126/+125 |
2018-09-04 | Tests: fixed test_settings_header_read_timeout_update. | Andrey Zelenkov | 1 | -4/+7 |
2018-09-04 | Tests: "no_recv" option introduced. | Andrey Zelenkov | 1 | -2/+5 |
2018-09-04 | Tests: "/config" prefix used. | Andrey Zelenkov | 1 | -3/+12 |
2018-08-21 | Tests: more timeout tests. | Andrey Zelenkov | 1 | -0/+51 |
2018-08-21 | Tests: typo. | Andrey Zelenkov | 1 | -1/+1 |
2018-08-10 | Stopping all application processes if router process dies. | Max Romanov | 3 | -3/+29 |
2018-08-10 | Introducing app joint to accurate app release. | Max Romanov | 4 | -94/+169 |
2018-08-08 | Returning error for "make tests" when "--tests" wasn't configured. | Valentin Bartenev | 1 | -13/+29 |
2018-08-08 | Tests: simple "Transfer-Encoding" client header test. | Andrey Zelenkov | 1 | -0/+17 |
2018-08-08 | Tests: more reconfigure tests. | Andrey Zelenkov | 1 | -0/+53 |
2018-08-08 | Perl: use of portable macro instead of an explicit declaration. | Alexander Borisov | 1 | -2/+2 |
2018-08-07 | Removing non-required warning. | Max Romanov | 1 | -5/+0 |
2018-08-07 | Improved 'invalid file descriptor' diagnostic. | Max Romanov | 1 | -0/+14 |
2018-08-07 | Fixed unit library mutex usage. | Max Romanov | 1 | -0/+6 |
2018-08-06 | Tests: remove unused function. | Andrey Zelenkov | 1 | -6/+0 |
2018-08-06 | Python: decoding unicode strings as Latin1. | Max Romanov | 2 | -6/+6 |
2018-08-06 | Unit application library. | Max Romanov | 54 | -4346/+6562 |
2018-07-30 | Tests: expectedFailure removed from test_settings_idle_timeout. | Andrey Zelenkov | 1 | -1/+0 |
2018-07-30 | Fixed segfault on listening socket close. | Igor Sysoev | 2 | -13/+56 |
2018-07-30 | Sending 408 response on idle connection timeout. | Igor Sysoev | 3 | -26/+127 |
2018-07-30 | Tests: fixed test_settings_idle_timeout. | Andrey Zelenkov | 1 | -2/+2 |
2018-07-30 | Tests: fixed header value char tests. | Andrey Zelenkov | 3 | -9/+17 |
2018-07-27 | Removed implicit call of nxt_thread() in nxt_thread_tid(). | Valentin Bartenev | 3 | -6/+2 |