Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-10-03 | Ignoring EINTR error in kqueue. | Igor Sysoev | 1 | -1/+4 |
2019-10-02 | Added response status code to error page body. | Valentin Bartenev | 1 | -8/+10 |
2019-10-01 | Go: fixing header buffer size calculation. | Max Romanov | 1 | -1/+1 |
2019-09-30 | HTTP: corrected allocation size for tail chunk. | Valentin Bartenev | 1 | -1/+1 |
2019-09-30 | HTTP parser: removed unused "exten" field. | Valentin Bartenev | 3 | -44/+2 |
2019-09-30 | HTTP parser: normalization of paths ending with "." or "..". | Valentin Bartenev | 1 | -8/+28 |
2019-09-30 | Fixed error processing in SSL operations. | Igor Sysoev | 1 | -13/+3 |
2019-09-30 | Fixed exiting if a signal arrives during discovery. | Max Romanov | 1 | -35/+38 |
2019-09-26 | Refactored nxt_process_create() for more explicit pipe closing. | Valentin Bartenev | 1 | -40/+29 |
2019-09-26 | Fixed descriptors leak on process creation. | Valentin Bartenev | 1 | -0/+12 |
2019-09-20 | Removed linux/sched.h include. | Tiago Natel | 1 | -4/+0 |
2019-09-20 | Releasing init struct in case of errors. | Tiago Natel | 1 | -4/+10 |
2019-09-20 | Closing leaking file descriptor. | Tiago Natel | 1 | -0/+4 |
2019-09-24 | Static: returning 404 for Unix domain sockets. | Valentin Bartenev | 2 | -0/+12 |
2019-09-23 | PHP: zeroing the whole file_handle structure. | Sergey Kandaurov | 1 | -2/+2 |
2019-09-20 | Fixed segfault if an inappropriate file system object is requested. | Valentin Bartenev | 1 | -1/+2 |
2019-09-19 | Basic support for serving static files. | Valentin Bartenev | 11 | -29/+952 |