summaryrefslogtreecommitdiffhomepage
path: root/src/python/nxt_python_asgi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16Fixed UNIX sockets support for ASGI.Andrei Zeliankou1-1/+1
2022-08-08Python: supporting UNIX sockets.Alejandro Colomar1-1/+45
2022-02-09Python: fixing debug message field type.Max Romanov1-1/+2
2022-02-08Python: fixing incorrect function object dereference.Max Romanov1-6/+12
2021-10-28Moving request limit control to libunit.Max Romanov1-67/+7
2021-10-28Python: creating and reusing asgi_add_reader() wrapper.Max Romanov1-62/+21
2021-07-20Python: using default event_loop for main thread for ASGI.Max Romanov1-11/+17
2021-05-20Python: support for multiple targets.Oisin Canty1-17/+20
2020-12-29Libunit: processing single port message.Max Romanov1-13/+28
2020-11-18Libunit: closing active requests on quit.Max Romanov1-1/+14
2020-11-10Python: supporting ASGI legacy protocol.Max Romanov1-23/+98
2020-11-05Python: fixing some arguments reference counting.Max Romanov1-33/+130
2020-11-05Python: request processing in multiple threads.Max Romanov1-186/+304
2020-10-01Python: ASGI server introduced.Max Romanov1-0/+1227