Age | Commit message (Expand) | Author | Files | Lines |
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 |