summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_python_wsgi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-31nginext has been renamed to unit.Igor Sysoev1-5/+5
2017-08-31Introduced module compatibility vector.Igor Sysoev1-0/+7
2017-08-17The new module configuration interface.Igor Sysoev1-103/+4
2017-08-11Request body read state implemented.Max Romanov1-29/+40
2017-07-18Python: typo fixed in string processing shortcut.Max Romanov1-2/+2
2017-07-12New process port exchange changed. READY message type introduced.Max Romanov1-71/+44
2017-07-07Python initialization moved from master to worker application.Max Romanov1-94/+46
2017-07-05Python WSGI: SERVER_NAME, SERVER_PORT fixed, REMOTE_ADDR introduced.Max Romanov1-59/+87
2017-07-05Complex target parser copied from NGINX.Max Romanov1-9/+21
2017-06-23Python app request processing.Max Romanov1-238/+315
2017-03-14Solaris compatibilty.Igor Sysoev1-8/+4
2017-03-14Fixed unit tests building broken by the previous commit.Igor Sysoev1-0/+2
2017-03-09Processes refactoring.Igor Sysoev1-4/+5
2017-02-01nxt_str_t changes.Igor Sysoev1-28/+28
2017-02-01More refactoring relicts removed.Igor Sysoev1-6/+6
2017-01-17Initial version.Igor Sysoev1-0/+973