summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-04Introducing process use counter.Max Romanov6-38/+52
2017-10-04Return error codes for port_hash operations.Max Romanov3-8/+30
2017-10-04Using port 'post' facility to proxy remove pid message to workers.Max Romanov4-86/+30
2017-10-04Using request mem pool for req<->app link.Max Romanov2-3/+20
2017-10-04Fixed error generation during request processing.Max Romanov1-40/+94
2017-10-04Optimized send message allocations.Max Romanov2-42/+102
2017-10-04Introducing use counters for port and app. Thread safe port write.Max Romanov9-407/+682
2017-10-04Using engine memiory pool for port write allocations.Max Romanov7-16/+16
2017-10-04Removing mem_pool from port_hash interface.Max Romanov5-45/+30
2017-10-04Fixing memory leak when handling remove pid message.Max Romanov1-0/+2
2017-10-02Version bump.Valentin Bartenev1-2/+2
2017-09-27Fixed building by modern GCC.Igor Sysoev1-6/+3
2017-09-27Event engine memory cache for nxt_sockaddr_t.Igor Sysoev8-20/+185
2017-09-27Fixed building with pthread_t defined as a pointer.Sergey Kandaurov2-2/+2
2017-09-25Style fixes.Igor Sysoev1-4/+5
2017-09-25Checking mallopt() during configure.Max Romanov1-1/+1
2017-09-22Removed fibers from compilation.Valentin Bartenev6-5/+22
2017-09-18Fixing shared memory thread safety issue.Max Romanov4-2/+13
2017-09-16Fixed memory leak caused by mempool related to request context.Valentin Bartenev1-7/+3
2017-09-15Go: Fixed a bug introduced in the previous changeset.Igor Sysoev1-1/+1
2017-09-15Introducing named port message handlers to avoid misprints.Max Romanov10-147/+135
2017-09-15Fixing memory leak of request parse context.Max Romanov3-19/+38
2017-09-15Introducing application timeout.Max Romanov13-326/+589
2017-09-15Fixed port handlers arrays.Valentin Bartenev2-0/+4
2017-09-15Router: more logical code order change.Igor Sysoev1-2/+2
2017-09-14Router: fixed segmentation fault.Igor Sysoev2-10/+38
2017-09-10Configuration persistence.Valentin Bartenev6-2/+234
2017-09-14Router: worker threads should quit only if the main thread hasIgor Sysoev1-1/+54
2017-09-14Fixed textual socket name lengths and Unix domain sockaddr length.Igor Sysoev7-43/+79
2017-09-12Fixed error messages grammar.Nick Shadrin1-49/+48
2017-09-08Fixed a memory leak.Andrei Vagin1-0/+1
2017-09-08Cosmetic fixes in port.go.Sergey Fedchenko1-33/+35
2017-09-07Moving body data before headers for PHP POST.Max Romanov2-7/+22
2017-09-06Spreading user validation for php and go apps.Max Romanov1-8/+8
2017-09-06Fixed building by Sun C on Solaris.Igor Sysoev1-1/+2
2017-09-06Style fixes.Igor Sysoev21-124/+185
2017-09-06Controller: validating user and group names.Igor Sysoev1-4/+67
2017-09-05Fixing request id logging.Max Romanov1-1/+1
2017-09-05Fixing racing condition on app port release/request.Max Romanov1-1/+21
2017-09-05Double connection close attempt fix.Max Romanov2-4/+13
2017-09-05Using CSTRZ mapping type for go executable.Max Romanov3-10/+6
2017-09-05Introducing working_directory directive for applications.Max Romanov4-0/+36
2017-09-01Added SERVER_ADDR parameter for Python and PHP modules.Igor Sysoev4-0/+11
2017-08-31Fixed format specifier.Igor Sysoev1-1/+1
2017-08-31Multiplexing different requests in single app port.Max Romanov1-0/+5
2017-08-31Default value 1 for number of workers.Max Romanov1-0/+2
2017-08-31PHP SAPI: typo fixed.Sergey Kandaurov1-1/+1
2017-08-31Changed modules names format.Igor Sysoev1-1/+1
2017-08-31nginext has been renamed to unit.Igor Sysoev28-27/+27
2017-08-31Introduced module compatibility vector.Igor Sysoev7-5/+50