Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-21 | Added SERVER_SOFTWARE request meta-variable. | Valentin Bartenev | 1 | -0/+18 | |
2018-04-25 | Python: added a missing slash in the path to "pyenv.cfg". | Valentin Bartenev | 1 | -1/+1 | |
This closes #115 issue on GitHub. | |||||
2018-04-24 | Support for PEP 405 virtual environments. | Valentin Bartenev | 1 | -8/+50 | |
This closes #96 issue on GitHub. | |||||
2018-04-19 | Python: returning write() callable object from start_response(). | Alexander Borisov | 1 | -1/+47 | |
According to PEP (3)333 the start_respose() function must return a write() callable. This closes #107 issue on GitHub. | |||||
2018-04-04 | Changed version processing for modules. | Alexander Borisov | 1 | -1/+1 | |
2018-03-15 | Python: safety checks for request processing context. | Valentin Bartenev | 1 | -2/+14 | |
An application can store request related functions and mistakenly call them outside of request processing. Previously this resulted in segmentation fault due to unset nxt_python_run_ctx. Now an exception will be raised. | |||||
2018-03-15 | Python: fixed crash if start_response() is called inside iteration. | Valentin Bartenev | 1 | -4/+4 | |
The start_response() uses nxt_python_run_ctx, but it was unset right after the application call. | |||||
2018-03-05 | Reduced number of critical log levels. | Valentin Bartenev | 1 | -41/+34 | |
2018-01-19 | Python: fixed the "wsgi.errors" environment variable name. | Valentin Bartenev | 1 | -2/+2 | |
This closes issue #76 on GitHub. | |||||
2017-12-28 | Removed duplicate declaration. | Igor Sysoev | 1 | -1/+1 | |
2017-12-28 | HTTP keep-alive connections support. | Igor Sysoev | 1 | -8/+2 | |
2017-12-27 | Introducing application 'atexit' hook. | Max Romanov | 1 | -1/+17 | |
Finalizing Python interpreter. This closes #65 issue on GitHub. | |||||
2017-11-29 | Introducing python virtualenv configuration. | Max Romanov | 1 | -0/+30 | |
New parameter 'home' for python application allows to configure application-specific virtualenv path. This closes #15 issue on GitHub. | |||||
2017-11-20 | Fixing Coverity warnings. | Max Romanov | 1 | -2/+2 | |
CID 200496 CID 200494 CID 200490 CID 200489 CID 200483 CID 200482 CID 200472 CID 200465 | |||||
2017-10-18 | Added the debug option to module compatibility vector. | Igor Sysoev | 1 | -1/+1 | |
2017-09-06 | Style fixes. | Igor Sysoev | 1 | -2/+4 | |
2017-09-01 | Added SERVER_ADDR parameter for Python and PHP modules. | Igor Sysoev | 1 | -0/+1 | |
2017-08-31 | nginext has been renamed to unit. | Igor Sysoev | 1 | -5/+5 | |
2017-08-31 | Introduced module compatibility vector. | Igor Sysoev | 1 | -0/+7 | |
2017-08-17 | The new module configuration interface. | Igor Sysoev | 1 | -103/+4 | |
Configuration and building example: ./configure ./configure python ./configure php ./configure go make all or ./configure make nginext ./configure python make python ./configure php make php ./configure go make go Modules configuration options and building examples: ./configure python --module=python2 --config=python2.7-config make python2 ./configure php --module=php7 --config=php7.0-config --lib-path=/usr/local/php7.0 make php7 ./configure go --go=go1.6 --go-path=${HOME}/go1.6 make go1.6 | |||||
2017-08-11 | Request body read state implemented. | Max Romanov | 1 | -29/+40 | |
With specific timeout and buffer size settings. | |||||
2017-07-18 | Python: typo fixed in string processing shortcut. | Max Romanov | 1 | -2/+2 | |
2017-07-12 | New process port exchange changed. READY message type introduced. | Max Romanov | 1 | -71/+44 | |
Application process start request DATA message from router to master. Master notifies router via NEW_PORT message after worker process become ready. | |||||
2017-07-07 | Python initialization moved from master to worker application. | Max Romanov | 1 | -94/+46 | |
2017-07-05 | Python WSGI: SERVER_NAME, SERVER_PORT fixed, REMOTE_ADDR introduced. | Max Romanov | 1 | -59/+87 | |
Shortcut: do not iterate over String (or Bytes) return object. Call 'close()' for return object (if present). | |||||
2017-07-05 | Complex target parser copied from NGINX. | Max Romanov | 1 | -9/+21 | |
nxt_app_request_header_t fields renamed: - 'path' renamed to 'target'. - 'path_no_query' renamed to 'path' and contains parsed value. | |||||
2017-06-23 | Python app request processing. | Max Romanov | 1 | -238/+315 | |
2017-03-14 | Solaris compatibilty. | Igor Sysoev | 1 | -8/+4 | |
2017-03-14 | Fixed unit tests building broken by the previous commit. | Igor Sysoev | 1 | -0/+2 | |
2017-03-09 | Processes refactoring. | Igor Sysoev | 1 | -4/+5 | |
The cycle has been renamed to the runtime. | |||||
2017-02-01 | nxt_str_t changes. | Igor Sysoev | 1 | -28/+28 | |
2017-02-01 | More refactoring relicts removed. | Igor Sysoev | 1 | -6/+6 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+973 | |