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
/
python
/
nxt_python_asgi.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-01
Python: Fix error checks in nxt_py_asgi_request_handler().
synodriver
1
-2
/
+2
2023-06-01
Python: Add ASGI lifespan state support.
synodriver
1
-2
/
+28
2023-05-18
Python: Fix ASGI applications accessed over IPv6.
Andrew Clayton
1
-11
/
+3
2023-02-07
Python: ASGI: Don't log asyncio.get_running_loop() errors.
Andrew Clayton
1
-2
/
+5
2023-02-07
Python: ASGI: Switch away from asyncio.get_event_loop().
Andrew Clayton
1
-1
/
+20
2023-02-07
Python: ASGI: Factor out event loop creation to its own function.
Andrew Clayton
1
-21
/
+35
2022-12-14
Python: Added "prefix" to configuration.
OutOfFocus4
1
-7
/
+21
2022-11-15
Optimization for the "--no-unix-sockets" case.
Andrei Zeliankou
1
-21
/
+19
2022-10-03
Renamed a couple of members of nxt_unit_request_t.
Andrew Clayton
1
-1
/
+1
2022-08-16
Fixed UNIX sockets support for ASGI.
Andrei Zeliankou
1
-1
/
+1
2022-08-08
Python: supporting UNIX sockets.
Alejandro Colomar
1
-1
/
+45
2022-02-09
Python: fixing debug message field type.
Max Romanov
1
-1
/
+2
2022-02-08
Python: fixing incorrect function object dereference.
Max Romanov
1
-6
/
+12
2021-10-28
Moving request limit control to libunit.
Max Romanov
1
-67
/
+7
2021-10-28
Python: creating and reusing asgi_add_reader() wrapper.
Max Romanov
1
-62
/
+21
2021-07-20
Python: using default event_loop for main thread for ASGI.
Max Romanov
1
-11
/
+17
2021-05-20
Python: support for multiple targets.
Oisin Canty
1
-17
/
+20
2020-12-29
Libunit: processing single port message.
Max Romanov
1
-13
/
+28
2020-11-18
Libunit: closing active requests on quit.
Max Romanov
1
-1
/
+14
2020-11-10
Python: supporting ASGI legacy protocol.
Max Romanov
1
-23
/
+98
2020-11-05
Python: fixing some arguments reference counting.
Max Romanov
1
-33
/
+130
2020-11-05
Python: request processing in multiple threads.
Max Romanov
1
-186
/
+304
2020-10-01
Python: ASGI server introduced.
Max Romanov
1
-0
/
+1227