summaryrefslogtreecommitdiffhomepage
path: root/src/python/nxt_python_asgi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-01Python: Fix error checks in nxt_py_asgi_request_handler().synodriver1-2/+2
2023-06-01Python: Add ASGI lifespan state support.synodriver1-2/+28
2023-05-18Python: Fix ASGI applications accessed over IPv6.Andrew Clayton1-11/+3
2023-02-07Python: ASGI: Don't log asyncio.get_running_loop() errors.Andrew Clayton1-2/+5
2023-02-07Python: ASGI: Switch away from asyncio.get_event_loop().Andrew Clayton1-1/+20
2023-02-07Python: ASGI: Factor out event loop creation to its own function.Andrew Clayton1-21/+35
2022-12-14Python: Added "prefix" to configuration.OutOfFocus41-7/+21
2022-11-15Optimization for the "--no-unix-sockets" case.Andrei Zeliankou1-21/+19
2022-10-03Renamed a couple of members of nxt_unit_request_t.Andrew Clayton1-1/+1
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