summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-29Wrapping libunit's malloc() and free() calls for logging purposes.Max Romanov3-65/+98
2020-09-29Fixing request buffer memory leakage in router.Max Romanov1-0/+3
2020-09-29Supporting HTTP/1.0 keep-alive.Max Romanov1-1/+8
2020-09-18Updated racially charged language in messages and comments.Artem Konev2-4/+4
2020-09-18Python: app module callable name configuration.Max Romanov4-5/+21
2020-09-18Fixed segmentation fault during reconfiguration.Igor Sysoev1-7/+3
2020-09-18Fixed segmentation fault during reconfiguration.Igor Sysoev1-1/+9
2020-09-18Fixed use-after-free error during reconfiguration.Igor Sysoev1-0/+2
2020-08-28Router: fixed "pass" to upstreams.hongzhidao3-3/+11
2020-09-16Isolation: remove redundant macro.Tiago Natel de Moura2-4/+1
2020-09-15Python: changed request headers format in router protocol.Max Romanov2-11/+107
2020-09-15Hardening header names comparation for grouping.Max Romanov1-10/+67
2020-09-14Python: split module initialization from WSGI implementation.Max Romanov3-285/+387
2020-09-14Python: source file moved to 'python' sub-directory.Max Romanov1-0/+0
2020-09-10Fixing WebSocket frame retain function.Max Romanov1-2/+13
2020-09-07Upstream connection was not closed for short chunked response.Igor Sysoev1-27/+3
2020-08-28Vars: added $host.Valentin Bartenev1-0/+20
2020-08-25Isolation: added "automount" option.Tiago Natel de Moura5-20/+98
2020-08-25PHP: added bind mounts for extensions directory.Tiago Natel de Moura1-2/+4
2020-08-21Configuration: removed "reschedule_timeout" option.Valentin Bartenev3-18/+0
2020-08-20Isolation: mount tmpfs by default.Tiago Natel de Moura5-66/+155
2020-08-20Moved isolation related code to "nxt_isolation.c".Tiago Natel de Moura6-980/+989
2020-08-19Configuration: improved error message of invalid listener address.Valentin Bartenev1-2/+9
2020-08-17Supporting platforms without sendfile() implementation.Max Romanov1-1/+18
2020-08-17Style: changing preprocessor directives.Max Romanov1-5/+11
2020-08-13Fixing router assertion in result of application prefork error.Max Romanov1-0/+8
2020-08-13Fixed error handling of prefork callback.Tiago Natel de Moura1-14/+21
2020-08-13Fixed typo in return value check.Valentin Bartenev1-1/+1
2020-08-13Basic variables support.Valentin Bartenev18-144/+1084
2020-08-12PHP: compatibility with 8.0.0 Beta 1.Remi Collet1-1/+15
2020-08-12Responding with error in case of first process start failure.Max Romanov3-18/+129
2020-08-12Fixing issues found by static analyzer.Max Romanov1-2/+4
2020-08-11Fixing return value initialization.Max Romanov1-19/+25
2020-08-11Style fixes for 2 file descriptors transfer over port.Max Romanov7-110/+115
2020-08-11Moving file descriptor blocking to libunit.Max Romanov3-19/+39
2020-08-11Wrapping close() call in libunit for logging.Max Romanov1-35/+44
2020-08-11Introducing application and port shared memory queues.Max Romanov11-311/+1793
2020-08-11Circular queues implementations and a test.Max Romanov3-0/+886
2020-08-11Port message extended to transfer 2 file descriptors.Max Romanov5-27/+81
2020-08-11Made router port message handlers into static functions.Max Romanov2-10/+13
2020-08-11Adding debug messages to catch process management issues.Max Romanov1-2/+36
2020-08-11Process structures refactoring in runtime and libunit.Max Romanov4-208/+93
2020-08-11Introducing the shared application port.Max Romanov9-1226/+876
2020-08-11Changing router to application shared memory exchange protocol.Max Romanov8-179/+374
2020-08-11Changing router to application port exchange protocol.Max Romanov7-97/+342
2020-08-11Adding a reference counter to the libunit port structure.Max Romanov2-351/+340
2020-08-11Libunit refactoring: port management.Max Romanov7-330/+372
2020-08-09Fixing leaked configuration objects.Max Romanov1-4/+30
2020-08-09Fixing connection remote sockaddr leakage.Max Romanov1-2/+4
2020-08-07Node.js: correct port data memory release.Max Romanov1-1/+15