index
:
unit.git
alx-gzip
applog
bool
compr
master
skel_lm
wasm
Universal Web Application Server
andrew@digital-domain.net
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
nxt_python_wsgi.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-14
Python: removed wrong PyErr_Print() call.
Valentin Bartenev
1
-1
/
+0
2019-11-14
Python: optimized response object close() calling.
Valentin Bartenev
1
-7
/
+14
2019-11-14
Python: fixed an object leak when response close() is called.
Valentin Bartenev
1
-10
/
+19
2019-11-14
Python: refactored nxt_python_request_handler().
Valentin Bartenev
1
-56
/
+31
2019-11-14
Python: fixed potential object leak in case of allocation error.
Valentin Bartenev
1
-0
/
+2
2019-11-14
Python: improved error handling if response object isn't iterable.
Valentin Bartenev
1
-0
/
+1
2019-11-14
Python: fixed handling of errors on response object iteration.
Valentin Bartenev
1
-8
/
+15
2019-11-13
Python: releasing GIL while waiting for a request.
Valentin Bartenev
1
-15
/
+23
2019-10-23
Python: fixing Python 3.8 build with clang.
Max Romanov
1
-53
/
+7
2019-10-22
Python: fixing build for Python 3.8.
Max Romanov
1
-0
/
+4
2019-03-21
Adjusting request schema value according to connection tls state.
Max Romanov
1
-20
/
+7
2019-02-28
Made QUERY_STRING mandatory.
Valentin Bartenev
1
-5
/
+1
2019-02-28
Introducing Java Servlet Container beta.
Max Romanov
1
-0
/
+1
2019-02-27
Fixed processing of SERVER_NAME after 77aad2c142a0.
Valentin Bartenev
1
-21
/
+8
2018-12-20
Python: fixed error reporting on initialization of applications.
Valentin Bartenev
1
-11
/
+10
2018-12-20
Python: cleanup of nxt_python_init().
Valentin Bartenev
1
-10
/
+3
2018-12-20
Python: fixed a typo in path error message.
Artem Konev
1
-1
/
+1
2018-12-19
Python: replaced PyErr_PrintEx(1) with PyErr_Print().
Valentin Bartenev
1
-4
/
+4
2018-09-20
Python: adjusted input.read(size) argument value interpretation.
Valentin Bartenev
1
-3
/
+5
2018-08-06
Python: decoding unicode strings as Latin1.
Max Romanov
1
-5
/
+6
2018-08-06
Unit application library.
Max Romanov
1
-275
/
+397
2018-06-25
Introduced nxt_length() macro.
Valentin Bartenev
1
-5
/
+5
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
2018-04-24
Support for PEP 405 virtual environments.
Valentin Bartenev
1
-8
/
+50
2018-04-19
Python: returning write() callable object from start_response().
Alexander Borisov
1
-1
/
+47
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
2018-03-15
Python: fixed crash if start_response() is called inside iteration.
Valentin Bartenev
1
-4
/
+4
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
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
2017-11-29
Introducing python virtualenv configuration.
Max Romanov
1
-0
/
+30
2017-11-20
Fixing Coverity warnings.
Max Romanov
1
-2
/
+2
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
2017-08-11
Request body read state implemented.
Max Romanov
1
-29
/
+40
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
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
2017-07-05
Complex target parser copied from NGINX.
Max Romanov
1
-9
/
+21
2017-06-23
Python app request processing.
Max Romanov
1
-238
/
+315
2017-03-14
Solaris compatibilty.
Igor Sysoev
1
-8
/
+4
[next]