summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-26Added configure option --pid=FILE.Igor Sysoev2-18/+4
2017-08-26Added configure options --prefix=PATH and --log=FILE.Igor Sysoev2-15/+9
2017-08-26Introduced nxt_socket_defer_accept().Igor Sysoev4-13/+25
2017-08-26Removed unused function.Igor Sysoev2-70/+0
2017-08-25Fixed typedef nxt_port_mmap_msg_t redefinition after 1b394e999c7c.Sergey Kandaurov1-1/+0
2017-08-24Fixed building by GCC after 924c70e5fd1f.Valentin Bartenev1-1/+1
2017-08-24Removed configure option --no-threads.Igor Sysoev18-269/+8
2017-08-24Checking invalid command line options.Igor Sysoev1-1/+8
2017-08-24Added command line option --version.Igor Sysoev3-6/+19
2017-08-24Removed command line option --workers.Igor Sysoev2-24/+0
2017-08-24Renamed command line option --no-daemonize to --no-daemon.Igor Sysoev1-1/+1
2017-08-17The new module configuration interface.Igor Sysoev17-401/+858
2017-08-16Introduced nxt_conf_get_array_element().Valentin Bartenev2-0/+21
2017-08-16Object mapping interface extended with more string types.Valentin Bartenev4-15/+52
2017-08-16Renamed nxt_str_copy() to nxt_str_cstrz().Valentin Bartenev2-3/+3
2017-08-16Corrected path to nxt_socket.h in comments.Ruslan Ermilov3-5/+5
2017-08-15Fixed building on ppc.Valentin Bartenev1-1/+1
2017-08-13Fixed building by GCC after 7d1017bd0f6c.Valentin Bartenev1-1/+1
2017-08-11Controller: more HTTP headers and detailed JSON parsing errors.Valentin Bartenev5-158/+576
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