summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-27Initialization of the action object made more consistent.Valentin Bartenev1-3/+3
2020-03-25Configuration: fixed comments parsing.Valentin Bartenev1-1/+5
2020-03-19Completing buffers immediatelyMax Romanov1-5/+2
2020-03-19Completing request header buffers to avoid memory leak.Max Romanov3-22/+29
2020-03-17Fixing body fd access racing condition.Max Romanov2-16/+32
2020-03-12Using disk file to store large request body.Max Romanov10-36/+441
2020-03-12Moving request memory pool retain call after RPC data allocation.Max Romanov2-10/+15
2020-03-12Checking Content-Length value right after header parse.Max Romanov2-6/+8
2020-03-12Python: implementing input readline and line iterator.Max Romanov1-2/+145
2020-03-12Introducing readline function in libunit.Max Romanov4-44/+53
2020-03-06Round robin upstream added.Igor Sysoev10-34/+653
2020-03-04Legacy upstream code removed.Igor Sysoev4-274/+0
2020-03-04Refactored nxt_http_action.Igor Sysoev3-21/+19
2020-03-11Fixed negative patterns combined with address rules.Axel Duch1-6/+40
2020-03-04PHP: fixed log format in alert.Tiago Natel de Moura1-1/+2
2020-03-04The kqueue EOF flag might be ignored on some conditions.Igor Sysoev1-2/+2
2020-03-03Added a "fallback" option to be used with the "share" action.Valentin Bartenev4-23/+68
2020-03-03Improved validation of the "action" object.Valentin Bartenev1-16/+41
2020-03-03PHP: optimization to avoid surplus chdir(2) calls.Tiago Natel de Moura1-99/+299
2020-03-03Fixing request_app_link reference counting for delayed requests.Max Romanov1-9/+36
2020-03-03Java: fixing Spring applications start.Max Romanov1-1/+1
2020-03-03Node.js: fixing x86 warning about the signed/unsigned comparison.Max Romanov1-2/+1
2020-02-25PHP: fixed php >= 7.4 with zts enabled.Tiago Natel de Moura1-13/+17
2020-02-20Configuration: removing UTF-8 BOM from the input JSON.Valentin Bartenev1-0/+7
2020-02-20Configuration: stripping comments from the input JSON.Valentin Bartenev1-6/+66
2020-02-05Kept the value of c->socket.read_handler while data is available.Tiago Natel de Moura1-4/+0
2020-02-04Removing duplicate macro definitions.Max Romanov1-4/+0
2020-02-03Initializing local buffer ctx_impl field for correct release.Max Romanov1-0/+1
2020-02-03Fixed req_app_link reference counting on cancellation.Max Romanov1-16/+7
2020-02-03Storing pointer to next buffer in chain before free the buffer.Max Romanov1-2/+3
2020-02-03Added missing stream argument to error message.Max Romanov1-1/+2
2020-02-03Freeing memory allocated for engine structure in case of error.Max Romanov1-1/+1
2020-01-28PHP: added check for the ".php" extension.Valentin Bartenev1-4/+11
2020-01-28Fixed missing IPv6 checking in route-addr and an unused variable.Axel Duch1-2/+6
2020-01-28Node.js: suppress compilation warning.Max Romanov1-1/+1
2020-01-28Ruby: changing callback functions prototype for v2.7.Max Romanov2-11/+13
2019-12-16Using the 64-bit Linux capability mode when available.Tiago Natel de Moura1-1/+11
2019-12-24Router: introducing routing on listener address.Axel Duch2-4/+36
2019-12-24Router: introducing routing on client address.Axel Duch5-4/+733
2019-12-24Node.js: implementing output message drain using SHM_ACK feature.Max Romanov3-26/+188
2019-12-24Introducing port messages to notify about out of shared memory.Max Romanov6-68/+567
2019-12-24Adding "limits/shm" configuration validation and parsing.Max Romanov11-11/+67
2019-12-24Renaming nxt_unit_mmap_buf_remove to nxt_unit_mmap_buf_unlink.Max Romanov1-7/+7
2019-12-24Introducing write tail reference to avoid buffer chain iteration.Max Romanov2-4/+17
2019-12-24Using non-shared memory buffers for small messages.Max Romanov1-101/+203
2019-12-24Go: moving source files to the root of the project.Max Romanov8-820/+0
2019-12-24Go: linking against libunit.Max Romanov1-0/+10
2019-12-23Python: pre-creation of objects for string constants.Valentin Bartenev1-38/+156
2019-12-06Isolation: allowed the use of credentials with unpriv userns.Tiago Natel11-135/+1159
2019-12-06Moved credential-related code to nxt_credential.c.Tiago Natel8-353/+377