summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-18Limiting app queue notifications count in socket.Max Romanov2-7/+18
2020-12-17Router: fixed crash in OOSM processing.Max Romanov1-3/+8
2020-12-14Python: WSGI environment copying moved out of request processing.Valentin Bartenev1-12/+53
2020-12-14Isolation: fixed unmounting when mnt namespace is in place.Tiago Natel de Moura1-6/+0
2020-12-07Ruby: fixed crash on thread start.Max Romanov1-1/+13
2020-12-08PHP: populating PHP_AUTH_* server variables.Valentin Bartenev5-0/+19
2020-12-07HTTP: fixed status line format for unknown status codes.Valentin Bartenev1-17/+20
2020-12-07Node.js: avoided use of request struct for debug logging.Max Romanov1-3/+3
2020-11-30Node.js: removing unnecessary warnings.Max Romanov1-18/+6
2020-11-24Libunit: improved error logging around initialization env variable.Valentin Bartenev1-12/+31
2020-11-17Router: matching regular expressions support.Axel Duch7-18/+463
2020-11-19Libunit: fixing read buffer leakage.Max Romanov1-0/+1
2020-11-18Python: improving ASGI http send message processing.Max Romanov1-12/+13
2020-11-18Libunit: fixing read buffer allocations on exit.Max Romanov1-5/+5
2020-11-18Libunit: closing active requests on quit.Max Romanov5-11/+96
2020-11-18Libunit: making minor tweaks.Max Romanov1-11/+4
2020-11-18Go: removing C proxy functions and re-using goroutines.Max Romanov2-12/+65
2020-11-18Libunit: fixing racing condition in request struct recycling.Max Romanov1-2/+2
2020-11-18Libunit: fixing racing condition for port add / state change.Max Romanov1-39/+87
2020-11-18Libunit: improving logging consistency.Max Romanov4-6/+9
2020-11-17HTTP parser: allowed more characters in header field names.Valentin Bartenev7-37/+100
2020-11-16Isolation: added option to disable "procfs" mount.Tiago Natel de Moura3-18/+31
2020-11-13Isolation: added option to disable tmpfs mount.Tiago Natel de Moura3-19/+33
2020-11-11PHP: implementation of the fastcgi_finish_request() function.Valentin Bartenev1-2/+76
2020-11-11PHP: prevention of consuming unread request body on finalization.Valentin Bartenev1-0/+15
2020-11-10Fixing multi-buffer body send to application.Max Romanov2-6/+20
2020-11-10Python: supporting ASGI legacy protocol.Max Romanov7-27/+184
2020-11-06Java: fixing ClassGraph deprecated API call.Max Romanov1-1/+1
2020-11-05Ruby: error checking during thread creation.Max Romanov1-2/+6
2020-11-05Perl: request processing in multiple threads.Max Romanov5-148/+374
2020-11-05Ruby: request processing in multiple threads.Max Romanov6-206/+510
2020-11-05Ruby: reusing static constant references to string objects.Max Romanov1-43/+115
2020-11-05Java: request processing in multiple threads.Max Romanov4-14/+205
2020-11-05Python: fixing some arguments reference counting.Max Romanov1-33/+130
2020-11-05Python: request processing in multiple threads.Max Romanov13-497/+992
2020-11-05Python: introducting macro to simplify minor version check.Max Romanov1-1/+3
2020-11-01Fixed building test app without debug.Valentin Bartenev1-2/+8
2020-10-30Java: supporting jsp-file attribute for servlet.Max Romanov1-0/+66
2020-10-30Isolation: fixed passing custom options to nmount().Valentin Bartenev1-4/+8
2020-10-29Isolation: mounting of procfs by default when using "rootfs".Tiago Natel de Moura6-108/+185
2020-10-29Isolation: correctly unmount non-dependent paths first.Tiago Natel de Moura1-4/+36
2020-10-28Added threading to the libunit test app.Max Romanov1-22/+108
2020-10-28Preserving the app port write socket.Max Romanov4-10/+17
2020-10-28Libunit: waking another context with the RPC_READY message.Max Romanov1-1/+37
2020-10-28Router: introducing the PORT_ACK message.Max Romanov4-5/+39
2020-10-28Libunit: releasing cached read buffers when destroying context.Max Romanov1-0/+8
2020-10-28Libunit: added a function to discern main and worker contexts.Max Romanov2-0/+13
2020-10-28Libunit: gracefully quitting a multicontext application.Max Romanov2-24/+74
2020-10-28Router: broadcasting the SHM_ACK message to all process ports.Max Romanov3-11/+40
2020-10-28Added error response logging.Max Romanov1-4/+10