summaryrefslogtreecommitdiffhomepage
path: root/src/core (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-05-18delete unneeded fieldIgor Sysoev2-10/+0
2009-05-18ngx_connection_local_sockaddr()Igor Sysoev2-0/+62
2009-05-14style fixIgor Sysoev1-1/+3
2009-05-12bump versionIgor Sysoev1-2/+2
2009-05-11bump versionIgor Sysoev1-2/+2
2009-05-07IPv6 for Win32Igor Sysoev1-0/+14
2009-05-06bump versionIgor Sysoev1-2/+2
2009-05-05ngx_create_listening()Igor Sysoev2-0/+60
2009-05-05move listen log copying from ngx_open_listening_sockets()Igor Sysoev1-2/+2
to ngx_configure_listening_sockets(), otherwise listen socket logs have no file after first reload and this caused segfault if debug_connection was used; the bug has been introduced in r2786
2009-05-05use correct nameIgor Sysoev3-3/+3
2009-05-05use local variableIgor Sysoev1-2/+2
2009-05-04delete never used ngx_ssl_set_nosendshut()Igor Sysoev1-5/+0
2009-05-04delete ngx_listening_inet_stream_socket()Igor Sysoev2-48/+0
2009-05-01bump versionIgor Sysoev1-2/+2
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev8-46/+50
error_log with zero level, and r2447, r2466, r2467 were not enough *) remove bogus "stderr" level *) some functions and fields renames
2009-04-30set of.failed for cached error, the bug has been introduced in r2757Igor Sysoev1-0/+1
2009-04-29uniform ngx_file_info() interface with ngx_fd_info()Igor Sysoev3-5/+9
2009-04-29fix the previous commitIgor Sysoev1-7/+5
2009-04-29Winsock uses ECONNABORTED instead of ECONNRESETIgor Sysoev1-2/+13
2009-04-29fix building by BCC if NGX_PREFIX is definedIgor Sysoev1-2/+3
2009-04-28*) do not show line number for -g optionIgor Sysoev1-3/+14
*) reset configuration file after -g option has been parsed
2009-04-28introduce ngx_write_console() to support OEM code pagesIgor Sysoev1-2/+2
2009-04-28add prefix in UsageIgor Sysoev1-1/+1
2009-04-27ngx_log_errno()Igor Sysoev3-63/+30
2009-04-27use ngx_vslprintf(), ngx_slprintf()Igor Sysoev2-18/+18
2009-04-27ngx_vslprintf(), ngx_slprintf()Igor Sysoev2-11/+23
2009-04-27bump versionIgor Sysoev1-2/+2
2009-04-27-p and --prefix=Igor Sysoev6-40/+191
2009-04-27*) of.test_only to not open file if only stat() is enoughIgor Sysoev2-0/+26
*) of.failed to return exact name of failed syscall
2009-04-26add quotes for configure options with spacesIgor Sysoev1-1/+1
2009-04-24change ngx_log_abort() interfaceIgor Sysoev2-4/+13
2009-04-24style fix: (void)Igor Sysoev1-2/+2
2009-04-24change ngx_log_create_errlog() interfaceIgor Sysoev2-11/+2
2009-04-23pass command lines options to workersIgor Sysoev1-0/+2
2009-04-23issue start up errors and warning on both stderr and error_logIgor Sysoev5-56/+103
2009-04-23style fix: remove trailing spaces introduced in the previous commitIgor Sysoev1-2/+2
2009-04-23use ngx_str_t for error levelsIgor Sysoev1-10/+17
2009-04-21implement "-s signal" option for UnixIgor Sysoev3-20/+65
2009-04-21style fix: remove trailing spacesIgor Sysoev1-1/+1
2009-04-21style fix: remove tabsIgor Sysoev1-5/+5
2009-04-21add -? and -h optionsIgor Sysoev1-0/+30
2009-04-21allow condensed command lines optionsIgor Sysoev1-49/+75
2009-04-21fix r2731 for Win32Igor Sysoev1-2/+8
2009-04-21test command line options before ngx_log_init() and issue errors to stderrIgor Sysoev1-54/+66
2009-04-20bump versionIgor Sysoev1-2/+2
2009-04-20Win32 master/workers modelIgor Sysoev4-65/+85
2009-04-19show -t results on stderrIgor Sysoev4-29/+31
2009-04-18support attaching to an existent Win32 shared memoryIgor Sysoev2-33/+46
2009-04-17fix building on platforms which have no atomic operations support,Igor Sysoev2-3/+3
the bug was introduced in r2564
2009-04-17fix the previous commitIgor Sysoev1-2/+3