summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-11Fixed parsing of JSON encoded UTF-16 surrogate pairs.Valentin Bartenev1-16/+13
2017-08-11Request body read state implemented.Max Romanov15-254/+610
2017-08-11Sync flag introduced for port type.Max Romanov2-4/+12
2017-08-11RPC: peer pid special value -1 may be used if pid is unknown.Max Romanov1-36/+43
2017-08-11Tiny mmap buffers completion fixed.Max Romanov3-4/+5
2017-08-08Fixed JSON escape sequence parsing.Valentin Bartenev1-2/+4
2017-08-04Fixed building without debug after c1ae75b4e17c and 6281674ecf4f.Valentin Bartenev2-11/+4
2017-08-04Fixed building by GCC.Igor Sysoev1-1/+1
2017-08-02Listening socket creation and binding operations are passedIgor Sysoev5-63/+406
2017-08-02Added basic port error handler.Max Romanov8-40/+81
2017-08-02Runtime processes protected with mutex.Max Romanov8-68/+106
2017-08-02Freed mmap memory filled with 0xA5.Max Romanov1-0/+6
2017-08-02Implicit port read buffer completion.Max Romanov4-21/+24
2017-08-02Using port rpc in controller->router configuration update.Max Romanov4-46/+30
2017-08-02Using port rpc in router->master start worker request.Max Romanov6-177/+148
2017-08-02Port RPC interface introduced.Max Romanov8-0/+368
2017-08-02Added bit flags to type parameter of nxt_port_socket_write().Max Romanov9-66/+56
2017-08-02Using old-style packed attribute specification for compatibility.Max Romanov1-4/+4
2017-07-25Assign current request id to prevent port memory release.Max Romanov1-0/+1
2017-07-25Using engine task to avoid racing condition.Max Romanov1-1/+6
2017-07-25Fixed building on Solaris by Sun C.Max Romanov5-11/+9
2017-07-21Fixed building without debug.Valentin Bartenev1-4/+2
2017-07-19Fixed a bug introduced in the changeset 9585902ff351.Igor Sysoev1-1/+1
2017-07-19Listening sockets remaining from the previous configurationIgor Sysoev1-0/+1
2017-07-19The master process title has been renamed to "main" process.Igor Sysoev1-3/+7
2017-07-19Removed "process" word from process title.Igor Sysoev1-4/+3
2017-07-18Added application name in process title.Igor Sysoev3-14/+39
2017-07-18Configuration: improved declaration of short strings.Valentin Bartenev1-10/+14
2017-07-18Configuration: reduced memory consumption of long strings.Valentin Bartenev2-26/+35
2017-07-18Configuration: reduced memory consumption.Valentin Bartenev1-4/+4
2017-07-18Fixed building by Clang.Igor Sysoev2-2/+2
2017-07-18More accurate "packed" attribute declaration.Valentin Bartenev1-2/+11
2017-07-18Removed NXT_PACKED from port structures.Valentin Bartenev1-2/+2
2017-07-18Request-app link introduced to prevent mp destroy for penging requests.Max Romanov4-125/+302
2017-07-18Using correct task for engine post.Max Romanov1-8/+15
2017-07-18Work queue thread assertions. Reset thread after fork.Max Romanov6-3/+54
2017-07-18Mem pool cleanup introduced.Max Romanov9-36/+101
2017-07-18Port allocation and destroy changed. Worker process stop introduced.Max Romanov12-162/+298
2017-07-18Python: typo fixed in string processing shortcut.Max Romanov1-2/+2
2017-07-16Fixed building by Clang.Igor Sysoev1-3/+0
2017-07-16Router configuration retention count fixed.Igor Sysoev1-1/+1
2017-07-16Router: joint must be added to engine's joint list in theIgor Sysoev1-2/+4
2017-07-14Thread pools: various fixes.Igor Sysoev1-3/+3
2017-07-14Router: joint must be checked before memory pool destruction.Igor Sysoev1-1/+5
2017-07-14Router: listening socket configuration retention count fixed.Igor Sysoev1-1/+6
2017-07-14Router: using joint job queues instead of arrays to passIgor Sysoev2-91/+36
2017-07-14Router: using joint jobs to pass listening socket handlers toIgor Sysoev2-78/+75
2017-07-14Fixed the previous commit.Valentin Bartenev1-5/+11
2017-07-14Null-terminated user and group.Valentin Bartenev1-8/+19
2017-07-13Using correct task for connection initialization.Igor Sysoev1-2/+2