Age | Commit message (Expand) | Author | Files | Lines |
2019-09-19 | Initial applications isolation support using Linux namespaces. | Tiago de Bem Natel de Moura | 1 | -0/+2 |
2019-03-06 | Removed unnecessary abstraction layer. | Alexander Borisov | 1 | -56/+0 |
2019-02-28 | Introducing Java Servlet Container beta. | Max Romanov | 1 | -0/+12 |
2019-02-27 | Fixed processing of SERVER_NAME after 77aad2c142a0. | Valentin Bartenev | 1 | -1/+1 |
2018-10-09 | Renamed "go" application type to "external". | Valentin Bartenev | 1 | -13/+13 |
2018-08-06 | Unit application library. | Max Romanov | 1 | -153/+9 |
2018-07-11 | Removed unused "nxt_app_header_field_t" structure. | Valentin Bartenev | 1 | -6/+0 |
2018-06-25 | Introduced nxt_length() macro. | Valentin Bartenev | 1 | -2/+2 |
2018-06-07 | PHP: added setting of php.ini configuration file path. | Valentin Bartenev | 1 | -3/+4 |
2018-06-06 | Go: specifying command line arguments to the executable. | Valentin Bartenev | 1 | -1/+2 |
2018-05-28 | Configuration of environment variables for application processes. | Valentin Bartenev | 1 | -5/+9 |
2018-05-21 | Added SERVER_SOFTWARE request meta-variable. | Valentin Bartenev | 1 | -0/+1 |
2018-04-05 | Stopping timed out application process. | Max Romanov | 1 | -0/+1 |
2018-04-05 | Style. | Valentin Bartenev | 1 | -4/+4 |
2018-04-04 | Changed version processing for modules. | Alexander Borisov | 1 | -1/+1 |
2018-04-04 | Style: capitalized letters in hexadecimal literals. | Valentin Bartenev | 1 | -1/+1 |
2018-03-21 | Added Ruby support. | Alexander Borisov | 1 | -1/+9 |
2018-01-31 | Added Perl support. | Alexander Borisov | 1 | -1/+8 |
2018-01-29 | Introducing extended app process management. | Max Romanov | 1 | -2/+0 |
2018-01-11 | Changing relative php scripts paths to real ones. | Max Romanov | 1 | -1/+1 |
2017-12-28 | Removed duplicate declaration. | Igor Sysoev | 1 | -2/+0 |
2017-12-28 | HTTP keep-alive connections support. | Igor Sysoev | 1 | -12/+6 |
2017-12-27 | Introducing application 'atexit' hook. | Max Romanov | 1 | -0/+1 |
2017-12-25 | HTTP parser: reworked header fields handling. | Valentin Bartenev | 1 | -1/+1 |
2017-11-29 | Introducing python virtualenv configuration. | Max Romanov | 1 | -0/+1 |
2017-10-10 | Optimized application type handling. | Valentin Bartenev | 1 | -2/+1 |
2017-10-05 | Improved applications versions handling. | Valentin Bartenev | 1 | -1/+1 |
2017-09-15 | Fixing memory leak of request parse context. | Max Romanov | 1 | -1/+1 |
2017-09-06 | Style fixes. | Igor Sysoev | 1 | -0/+2 |
2017-09-05 | Using CSTRZ mapping type for go executable. | Max Romanov | 1 | -1/+1 |
2017-09-05 | Introducing working_directory directive for applications. | Max Romanov | 1 | -0/+2 |
2017-09-01 | Added SERVER_ADDR parameter for Python and PHP modules. | Igor Sysoev | 1 | -0/+1 |
2017-08-31 | Introduced module compatibility vector. | Igor Sysoev | 1 | -0/+3 |
2017-08-17 | The new module configuration interface. | Igor Sysoev | 1 | -32/+35 |
2017-08-11 | Request body read state implemented. | Max Romanov | 1 | -3/+15 |
2017-07-25 | Fixed building on Solaris by Sun C. | Max Romanov | 1 | -1/+1 |
2017-07-18 | Added application name in process title. | Igor Sysoev | 1 | -0/+1 |
2017-07-18 | Fixed building by Clang. | Igor Sysoev | 1 | -1/+1 |
2017-07-18 | Port allocation and destroy changed. Worker process stop introduced. | Max Romanov | 1 | -2/+4 |
2017-07-12 | New process port exchange changed. READY message type introduced. | Max Romanov | 1 | -5/+55 |
2017-07-07 | Router: processing application configuration. | Igor Sysoev | 1 | -0/+8 |
2017-07-05 | Python WSGI: SERVER_NAME, SERVER_PORT fixed, REMOTE_ADDR introduced. | Max Romanov | 1 | -0/+2 |
2017-07-05 | Complex target parser copied from NGINX. | Max Romanov | 1 | -2/+2 |
2017-06-23 | Application-side message processing. | Max Romanov | 1 | -17/+175 |
2017-06-20 | Using new memory pool implementation. | Igor Sysoev | 1 | -1/+1 |
2017-06-14 | nxt_event_conn_... functions and structures have been renamed | Igor Sysoev | 1 | -1/+1 |
2017-03-14 | Fixed unit tests building broken by the previous commit. | Igor Sysoev | 1 | -1/+2 |
2017-03-09 | Processes refactoring. | Igor Sysoev | 1 | -1/+2 |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+60 |