summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_unit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03Added missing stream argument to error message.Max Romanov1-1/+2
2019-12-24Introducing port messages to notify about out of shared memory.Max Romanov1-68/+476
2019-12-24Adding "limits/shm" configuration validation and parsing.Max Romanov1-8/+20
2019-12-24Renaming nxt_unit_mmap_buf_remove to nxt_unit_mmap_buf_unlink.Max Romanov1-7/+7
2019-12-24Using non-shared memory buffers for small messages.Max Romanov1-101/+203
2019-11-11Fixing libunit 'off by 2' issue in library.Max Romanov1-2/+10
2019-10-10Style fixes.Igor Sysoev1-2/+4
2019-09-19Initial applications isolation support using Linux namespaces.Tiago de Bem Natel de Moura1-1/+1
2019-09-19Releasing WebSocket frame in case of buffer allocation failure.Max Romanov1-0/+2
2019-09-18Fixing request release order to avoid crashes on exit.Max Romanov1-6/+10
2019-09-18Reducing number of warning messages.Max Romanov1-6/+5
2019-09-18Protecting context structures with mutex.Max Romanov1-4/+63
2019-08-20Introducing websocket support in router and libunit.Max Romanov1-271/+888
2019-03-11Style.Andrey Zelenkov1-2/+2
2019-02-28Various libunit fixes.Max Romanov1-8/+26
2019-02-27Fixed processing of SERVER_NAME after 77aad2c142a0.Valentin Bartenev1-57/+0
2019-02-21Initializing incoming buffer queue in a proper place.Sergey Kandaurov1-2/+2
2018-10-31Node.js: added async request execution.Alexander Borisov1-2/+1
2018-10-02Filling cmsghdr with 0 to pass Go 1.11 message validation.Max Romanov1-4/+5
2018-10-02Making port fd blocking on app side and non-blocking in Unit.Max Romanov1-1/+10
2018-08-07Removing non-required warning.Max Romanov1-5/+0
2018-08-07Improved 'invalid file descriptor' diagnostic.Max Romanov1-0/+14
2018-08-07Fixed unit library mutex usage.Max Romanov1-0/+6
2018-08-06Unit application library.Max Romanov1-0/+3630