Age | Commit message (Expand) | Author | Files | Lines |
2019-12-16 | Using the 64-bit Linux capability mode when available. | Tiago Natel de Moura | 1 | -1/+11 |
2019-12-24 | Router: introducing routing on listener address. | Axel Duch | 2 | -4/+36 |
2019-12-24 | Router: introducing routing on client address. | Axel Duch | 5 | -4/+733 |
2019-12-24 | Node.js: implementing output message drain using SHM_ACK feature. | Max Romanov | 3 | -26/+188 |
2019-12-24 | Introducing port messages to notify about out of shared memory. | Max Romanov | 6 | -68/+567 |
2019-12-24 | Adding "limits/shm" configuration validation and parsing. | Max Romanov | 11 | -11/+67 |
2019-12-24 | Renaming nxt_unit_mmap_buf_remove to nxt_unit_mmap_buf_unlink. | Max Romanov | 1 | -7/+7 |
2019-12-24 | Introducing write tail reference to avoid buffer chain iteration. | Max Romanov | 2 | -4/+17 |
2019-12-24 | Using non-shared memory buffers for small messages. | Max Romanov | 1 | -101/+203 |
2019-12-24 | Go: moving source files to the root of the project. | Max Romanov | 8 | -820/+0 |
2019-12-24 | Go: linking against libunit. | Max Romanov | 1 | -0/+10 |
2019-12-23 | Python: pre-creation of objects for string constants. | Valentin Bartenev | 1 | -38/+156 |
2019-12-06 | Isolation: allowed the use of credentials with unpriv userns. | Tiago Natel | 11 | -135/+1159 |
2019-12-06 | Moved credential-related code to nxt_credential.c. | Tiago Natel | 8 | -353/+377 |
2019-11-26 | Refactor of process init. | Tiago Natel | 8 | -149/+249 |
2019-11-26 | Changed the group listing to run unprivileged when possible. | Tiago Natel | 1 | -30/+104 |
2019-11-26 | Refactoring reference counting of req_app_link. | Max Romanov | 1 | -34/+48 |
2019-11-14 | Python: avoiding buffering of exception backtraces. | Valentin Bartenev | 1 | -7/+47 |
2019-11-14 | Python: removed wrong PyErr_Print() call. | Valentin Bartenev | 1 | -1/+0 |
2019-11-14 | Python: optimized response object close() calling. | Valentin Bartenev | 1 | -7/+14 |
2019-11-14 | Python: fixed an object leak when response close() is called. | Valentin Bartenev | 1 | -10/+19 |
2019-11-14 | Python: refactored nxt_python_request_handler(). | Valentin Bartenev | 1 | -56/+31 |
2019-11-14 | Python: fixed potential object leak in case of allocation error. | Valentin Bartenev | 1 | -0/+2 |
2019-11-14 | Python: improved error handling if response object isn't iterable. | Valentin Bartenev | 1 | -0/+1 |
2019-11-14 | Python: fixed handling of errors on response object iteration. | Valentin Bartenev | 1 | -8/+15 |
2019-11-14 | Processing inconsistent proxied response length. | Igor Sysoev | 4 | -3/+32 |
2019-11-14 | Initial proxy support. | Igor Sysoev | 15 | -44/+1263 |
2019-11-14 | Introduced chained buffer completion handlers. | Igor Sysoev | 9 | -31/+113 |
2019-11-14 | Using event engine memory buffers in HTTP/1 layer. | Igor Sysoev | 4 | -15/+18 |
2019-11-14 | Introduced event engine memory buffers. | Igor Sysoev | 4 | -22/+83 |
2019-11-14 | Event engine memory cache refactored. | Igor Sysoev | 3 | -14/+48 |
2019-11-14 | Using request task. | Igor Sysoev | 3 | -2/+13 |
2019-11-14 | Replacing pass with action. | Igor Sysoev | 6 | -110/+162 |
2019-11-14 | Fixed connect(2) errors processing on old Linuxes. | Igor Sysoev | 4 | -30/+61 |
2019-11-13 | Python: releasing GIL while waiting for a request. | Valentin Bartenev | 1 | -15/+23 |
2019-11-13 | Ruby: fixing initialization sequence. | Max Romanov | 1 | -4/+7 |
2019-11-11 | Fixing libunit 'off by 2' issue in library. | Max Romanov | 4 | -16/+27 |
2019-10-29 | Process port refactoring. | Hong Zhi Dao | 6 | -67/+65 |
2019-10-29 | Allocating process init struct from runtime memory pool. | Max Romanov | 2 | -17/+14 |
2019-10-28 | Added clone syscall check for uid/gid mapping. | Tiago Natel | 1 | -1/+1 |
2019-10-28 | Releasing the memory of removed thread pools at exit. | Tiago Natel | 1 | -0/+2 |
2019-10-23 | Python: fixing Python 3.8 build with clang. | Max Romanov | 1 | -53/+7 |
2019-10-22 | Improved error logging when uid/gid map is not properly set. | Tiago Natel | 1 | -2/+30 |
2019-10-22 | Fixing process crash in case of module load error. | Max Romanov | 1 | -0/+3 |
2019-10-22 | Fixing idle connection close function. | Max Romanov | 1 | -1/+1 |
2019-10-22 | Python: fixing build for Python 3.8. | Max Romanov | 1 | -0/+4 |
2019-10-11 | Fixed passing false in namespace flags. | Tiago Natel | 3 | -4/+10 |
2019-10-10 | Style fixes. | Igor Sysoev | 7 | -22/+35 |
2019-10-10 | Changed nxt_memcasecmp() interface to avoid casts. | Igor Sysoev | 3 | -10/+12 |
2019-10-09 | Configuration: added check for mandatory options of "action". | Valentin Bartenev | 1 | -2/+33 |