Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |