Age | Commit message (Expand) | Author | Files | Lines |
2020-07-25 | Using plain shared memory for configuration pass. | Max Romanov | 4 | -83/+152 |
2020-07-24 | Configuration: added checking for presence of mandatory fields. | Valentin Bartenev | 3 | -13/+131 |
2020-07-24 | Added missing ending indicator in object members validation lists. | Valentin Bartenev | 1 | -1/+5 |
2020-07-24 | Configuration: removing redundant check. | Axel Duch | 1 | -3/+3 |
2020-07-24 | Minor changes and renaming an NJS artifact to NXT. | Axel Duch | 1 | -3/+3 |
2020-07-23 | Fixing request_app_link reference counting. | Max Romanov | 1 | -4/+2 |
2020-07-23 | Fixing various router crashes on exit caused by runtime pool free. | Max Romanov | 1 | -7/+18 |
2020-07-23 | PHP: using nxt_unit_default_init() for module structure init. | Max Romanov | 1 | -32/+4 |
2020-07-23 | Fixing main and application port structs file descriptor init. | Max Romanov | 1 | -0/+2 |
2020-07-23 | PHP: removing assertion to fix build on macOS. | Max Romanov | 1 | -1/+5 |
2020-07-22 | Fixing buffer overflow check in discovery. | Max Romanov | 1 | -1/+1 |
2020-07-21 | PHP: logging in request context when possible. | Valentin Bartenev | 1 | -2/+12 |
2020-07-21 | PHP: fixed incorrect time in interpreter error log messages. | Valentin Bartenev | 1 | -5/+6 |
2020-07-21 | Fixed non-debug log time format in libunit. | Valentin Bartenev | 1 | -0/+7 |
2020-07-10 | Router: route patterns multi wildcards fix. | Axel Duch | 1 | -3/+6 |
2020-07-06 | Destroying temporary router configuration. | Igor Sysoev | 2 | -34/+40 |
2020-07-04 | Router: route patterns multi wildcards support. | Axel Duch | 2 | -152/+210 |
2020-06-23 | Upstream chunked transfer encoding support. | Igor Sysoev | 6 | -97/+178 |
2020-06-23 | Decreased level of some socket close() errors. | Igor Sysoev | 2 | -13/+36 |
2020-06-23 | Isolation: fixed build when features aren't detected. | Tiago Natel de Moura | 4 | -111/+114 |
2020-05-28 | Added "rootfs" feature. | Tiago Natel de Moura | 22 | -71/+1285 |
2020-03-09 | Refactor of process management. | Tiago Natel de Moura | 26 | -1330/+1541 |
2020-05-28 | Moving nxt_stream_ident to shared memory. | Max Romanov | 3 | -3/+31 |
2020-05-28 | Added NULL check for engine->port. | Max Romanov | 1 | -2/+4 |
2020-05-28 | Closing unsent file descriptors from port queue. | Max Romanov | 1 | -0/+6 |
2020-05-20 | Static: fixed potential undefined behavior in memcpy(). | Valentin Bartenev | 1 | -1/+1 |
2020-05-20 | PHP: building with PHP 8 (development version). | Remi Collet | 1 | -0/+8 |
2020-05-15 | Fixed global constant declaration (appeared in 9af10e099d09). | Valentin Bartenev | 1 | -1/+1 |
2020-05-15 | Router: removed two unused assignments. | Valentin Bartenev | 2 | -5/+2 |
2020-05-14 | Router: decode uri and args. | Axel Duch | 4 | -60/+381 |
2020-05-14 | PHP: implemented "targets" option. | Valentin Bartenev | 11 | -260/+509 |
2020-05-14 | Configuration: URI encoding in the "pass" option. | Valentin Bartenev | 4 | -65/+119 |
2020-05-12 | Waiting for router instead of reporting to user on config update. | Max Romanov | 1 | -24/+25 |
2020-05-12 | Blocking config change when applying the initial router config. | Max Romanov | 1 | -11/+32 |
2020-04-16 | Using malloc/free for the http fields hash. | Max Romanov | 9 | -52/+24 |
2020-04-15 | Fixed memory leak occurring upon failure to accept a connection. | Igor Sysoev | 2 | -12/+11 |
2020-04-15 | Fixed crash that occurs when idle connections are closed forcibly. | Igor Sysoev | 3 | -35/+77 |
2020-04-15 | Disabled epoll error processing when socket events are inactive. | Igor Sysoev | 1 | -0/+7 |
2020-04-14 | Completing chained shared memory buffers. | Max Romanov | 1 | -3/+14 |
2020-04-10 | Resolving a racing condition while adding ports on the app's side. | Max Romanov | 4 | -12/+43 |
2020-04-08 | Controller: improved handling of unix domain control socket. | Valentin Bartenev | 4 | -14/+89 |
2020-04-08 | Controller: fixed cleaning up of control socket file in some cases. | Valentin Bartenev | 1 | -6/+20 |
2020-04-08 | Removed unused code related to testing of address binding. | Valentin Bartenev | 7 | -31/+9 |
2020-04-08 | Controller: eliminated extra control socket's sockaddr copying. | Valentin Bartenev | 1 | -11/+1 |
2020-04-08 | Node.js: fixing Server.listen() method. | Max Romanov | 1 | -1/+11 |
2020-04-06 | Fixing 'find & add' racing condition in connected ports hash. | Max Romanov | 4 | -32/+29 |
2020-04-01 | Fixed build with Clang 10, broken by 32578e837322. | Valentin Bartenev | 1 | -1/+3 |
2020-03-30 | Rational number support in upstream server weight. | Igor Sysoev | 2 | -24/+38 |
2020-03-30 | Configuration: support for rational numbers. | Valentin Bartenev | 8 | -170/+135 |
2020-03-30 | Fixing application process infinite loop. | Max Romanov | 1 | -21/+28 |