Age | Commit message (Expand) | Author | Files | Lines |
2024-03-11 | Avoiding arithmetic ops with NULL pointer in nxt_unit_mmap_get | Andrei Zeliankou | 1 | -0/+6 |
2024-03-11 | Initialize port_impl only when it is needed | Andrei Zeliankou | 1 | -1/+1 |
2023-09-28 | Java: fixed the calculation related to the response buffer. | Zhidao HONG | 1 | -1/+2 |
2022-12-08 | Fix compilation with GCC and -O0. | Andrew Clayton | 1 | -2/+2 |
2022-10-14 | Added missing error checking in the C API. | Alex Colomar | 1 | -10/+28 |
2022-09-10 | Fixed a mutex leak in the C API. | Alex Colomar | 1 | -12/+8 |
2022-06-22 | Unit: removed a useless assignment. | Andrew Clayton | 1 | -1/+0 |
2022-06-22 | Unit: avoided needlessly setting lib in nxt_unit_shm_open(). | Andrew Clayton | 1 | -3/+2 |
2022-06-22 | Constified numerous function parameters. | Andrew Clayton | 1 | -2/+3 |
2022-06-07 | Removing unused tracking fields and functions. | Max Romanov | 1 | -7/+0 |
2022-04-26 | Fixed indentation. | Alejandro Colomar | 1 | -2/+2 |
2021-12-01 | Fixing uninitialized structure field. | Max Romanov | 1 | -0/+1 |
2021-11-24 | Sending shared port to application prototype. | Max Romanov | 1 | -36/+43 |
2021-11-23 | Fixed possible access to an uninitialized field. | Valentin Bartenev | 1 | -3/+3 |
2021-11-09 | Introducing application prototype processes. | Tiago Natel de Moura | 1 | -2/+8 |
2021-11-09 | Introduced SCM_CREDENTIALS / SCM_CREDS in the socket control msgs. | Tiago Natel de Moura | 1 | -138/+74 |
2021-10-28 | Moving request limit control to libunit. | Max Romanov | 1 | -75/+215 |
2021-03-02 | Fixing warnings on Solaris. | Max Romanov | 1 | -1/+1 |
2020-12-29 | Libunit: processing single port message. | Max Romanov | 1 | -13/+0 |
2020-12-18 | Libunit: fixed shared memory waiting. | Max Romanov | 1 | -1/+4 |
2020-12-18 | Limiting app queue notifications count in socket. | Max Romanov | 1 | -1/+6 |
2020-11-24 | Libunit: improved error logging around initialization env variable. | Valentin Bartenev | 1 | -12/+31 |
2020-11-19 | Libunit: fixing read buffer leakage. | Max Romanov | 1 | -0/+1 |
2020-11-18 | Libunit: fixing read buffer allocations on exit. | Max Romanov | 1 | -5/+5 |
2020-11-18 | Libunit: closing active requests on quit. | Max Romanov | 1 | -9/+28 |
2020-11-18 | Libunit: making minor tweaks. | Max Romanov | 1 | -11/+4 |
2020-11-18 | Go: removing C proxy functions and re-using goroutines. | Max Romanov | 1 | -12/+63 |
2020-11-18 | Libunit: fixing racing condition in request struct recycling. | Max Romanov | 1 | -2/+2 |
2020-11-18 | Libunit: fixing racing condition for port add / state change. | Max Romanov | 1 | -39/+87 |
2020-11-18 | Libunit: improving logging consistency. | Max Romanov | 1 | -0/+4 |
2020-11-10 | Fixing multi-buffer body send to application. | Max Romanov | 1 | -3/+7 |
2020-10-28 | Preserving the app port write socket. | Max Romanov | 1 | -6/+6 |
2020-10-28 | Libunit: waking another context with the RPC_READY message. | Max Romanov | 1 | -1/+37 |
2020-10-28 | Router: introducing the PORT_ACK message. | Max Romanov | 1 | -5/+32 |
2020-10-28 | Libunit: releasing cached read buffers when destroying context. | Max Romanov | 1 | -0/+8 |
2020-10-28 | Libunit: added a function to discern main and worker contexts. | Max Romanov | 1 | -0/+11 |
2020-10-28 | Libunit: gracefully quitting a multicontext application. | Max Romanov | 1 | -24/+72 |
2020-10-28 | Libunit: protecting the new mmap from being used in another thread. | Max Romanov | 1 | -1/+6 |
2020-10-06 | Removing a meaningless warning message. | Max Romanov | 1 | -4/+0 |
2020-10-01 | Publishing libunit's malloc() and free() wrappers for apps. | Max Romanov | 1 | -49/+53 |
2020-09-30 | Fixing leakage caused by incorrect in_hash flag cleanup. | Max Romanov | 1 | -1/+3 |
2020-09-29 | Wrapping libunit's malloc() and free() calls for logging purposes. | Max Romanov | 1 | -51/+82 |
2020-09-15 | Hardening header names comparation for grouping. | Max Romanov | 1 | -10/+67 |
2020-09-10 | Fixing WebSocket frame retain function. | Max Romanov | 1 | -2/+13 |
2020-08-11 | Fixing return value initialization. | Max Romanov | 1 | -19/+25 |
2020-08-11 | Style fixes for 2 file descriptors transfer over port. | Max Romanov | 1 | -35/+36 |
2020-08-11 | Moving file descriptor blocking to libunit. | Max Romanov | 1 | -11/+39 |
2020-08-11 | Wrapping close() call in libunit for logging. | Max Romanov | 1 | -35/+44 |
2020-08-11 | Introducing application and port shared memory queues. | Max Romanov | 1 | -250/+921 |
2020-08-11 | Port message extended to transfer 2 file descriptors. | Max Romanov | 1 | -3/+16 |