summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-30Avoid nxt_port_mmap_header_t redefinition warning.Max Romanov1-3/+1
2017-08-30Avoid nxt_go_process_t redefinition warning.Max Romanov3-3/+12
2017-08-30ListenAndServe changed to be compatible with http.ListenAndServe.Max Romanov3-6/+27
2017-08-30Send remote address to go application.Max Romanov2-0/+6
2017-08-30Fixed pid_file pattern misprint introduced in 231:6832cdee961e.Max Romanov1-1/+1
2017-08-30Adding a missing slash to the tail of path set by --modulesIgor Sysoev1-3/+12
2017-08-30The discovery process did not quit if no modules were not found.Igor Sysoev1-41/+48
2017-08-30Controller: resending configuration to router after its restart.Valentin Bartenev1-66/+116
2017-08-30Controller: waiting for router before start to accept connections.Valentin Bartenev3-31/+53
2017-08-30Controller: correct handling of missing router port.Valentin Bartenev1-11/+41
2017-08-30Lib unit tests have been renamed to tests.Igor Sysoev3-14/+6
2017-08-29The process type enum exposed to go module.Max Romanov4-14/+27
2017-08-29Fixed debug message broken in e8da77a2c293.Max Romanov1-4/+3
2017-08-29The master process has been renamed to the main process.Igor Sysoev15-121/+121
2017-08-29Improved English.Igor Sysoev1-3/+3
2017-08-28Improved reconfiguration requests serialization.Valentin Bartenev1-81/+49
2017-08-28Fixed nxt_job_file_read_data().Valentin Bartenev1-1/+1
2017-08-26Added configure and command line option --help.Igor Sysoev1-0/+44
2017-08-26Added configure and command line option --control.Igor Sysoev4-39/+41
2017-08-26Added configure and command line option --modules.Igor Sysoev3-2/+28
2017-08-26Added configure option --user=USER and --group=GROUP.Igor Sysoev2-11/+31