Age | Commit message (Expand) | Author | Files | Lines |
2023-11-09 | Python: Fix header field values character encoding. | Andrew Clayton | 1 | -2/+28 |
2023-11-08 | Python: Do nxt_unit_sptr_get() earlier in nxt_python_field_value(). | Andrew Clayton | 1 | -1/+2 |
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 | 4 | -3/+84 |
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 |
2023-01-12 | Python: Fix enabling of UTF-8 in some situations. | Andrew Clayton | 1 | -0/+14 |
2023-01-12 | Python: Do some cleanup in nxt_python3_init_config(). | Andrew Clayton | 1 | -10/+12 |
2022-12-14 | Python: Added "prefix" to configuration. | OutOfFocus4 | 5 | -23/+118 |
2022-12-06 | Python: Added support for Python 3.11. | Andrew Clayton | 1 | -2/+67 |
2022-11-17 | Refactored functions that set WSGI variables. | OutOfFocus4 | 1 | -6/+24 |
2022-11-17 | Removed dead code. | OutOfFocus4 | 1 | -3/+1 |
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 | 2 | -3/+3 |
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-04-26 | Removed special cases for non-NXT_CONF_VALUE_ARRAY. | Alejandro Colomar | 1 | -11/+2 |
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 | 6 | -85/+16 |
2021-10-28 | Python: creating and reusing asgi_add_reader() wrapper. | Max Romanov | 1 | -62/+21 |
2021-08-09 | Python: fixing misprint in error message. | Max Romanov | 1 | -2/+2 |
2021-07-20 | Python: using default event_loop for main thread for ASGI. | Max Romanov | 4 | -16/+22 |
2021-07-20 | Python: fixing exceptions in Future.set_result for ASGI implementation. | Max Romanov | 1 | -23/+32 |
2021-07-20 | Python: fixing ASGI receive() issues. | Max Romanov | 1 | -33/+54 |
2021-05-20 | Python: support for multiple targets. | Oisin Canty | 6 | -70/+250 |
2020-12-29 | Libunit: processing single port message. | Max Romanov | 1 | -13/+28 |
2020-12-22 | Python: multiple values in the "path" option. | Valentin Bartenev | 1 | -27/+76 |
2020-12-14 | Python: WSGI environment copying moved out of request processing. | Valentin Bartenev | 1 | -12/+53 |
2020-11-18 | Python: improving ASGI http send message processing. | Max Romanov | 1 | -12/+13 |
2020-11-18 | Libunit: closing active requests on quit. | Max Romanov | 3 | -2/+66 |
2020-11-10 | Python: supporting ASGI legacy protocol. | Max Romanov | 4 | -27/+151 |
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 | 10 | -497/+920 |
2020-11-05 | Python: introducting macro to simplify minor version check. | Max Romanov | 1 | -1/+3 |
2020-10-13 | Fixed building with Python 3.9. | Valentin Bartenev | 2 | -2/+3 |
2020-10-01 | Python: ASGI server introduced. | Max Romanov | 10 | -29/+3723 |
2020-09-18 | Python: app module callable name configuration. | Max Romanov | 1 | -5/+8 |
2020-09-15 | Python: changed request headers format in router protocol. | Max Romanov | 1 | -10/+106 |
2020-09-14 | Python: split module initialization from WSGI implementation. | Max Romanov | 3 | -285/+387 |
2020-09-14 | Python: source file moved to 'python' sub-directory. | Max Romanov | 1 | -0/+1446 |