summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-05-01ngx_http_image_filter_moduleIgor Sysoev1-0/+1026
2009-05-01ngx_http_filter_finalize_request() and ngx_http_clean_header()Igor Sysoev3-19/+40
2009-04-30proxy_ignore_headers and fastcgi_ignore_headersIgor Sysoev4-12/+84
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev13-65/+77
error_log with zero level, and r2447, r2466, r2467 were not enough *) remove bogus "stderr" level *) some functions and fields renames
2009-04-30*) check a proxy_redirect single parameterIgor Sysoev1-5/+21
*) warn about "proxy_redirect false"
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 Sysoev5-11/+15
2009-04-29try to repair the case "select ready != events"Igor Sysoev1-1/+4
2009-04-29ngx_select_repair_fd_sets()Igor Sysoev1-0/+96
2009-04-29delete useless debug logIgor Sysoev1-10/+0
2009-04-29style fixIgor Sysoev1-6/+6
2009-04-29handle Winsock select() WSAEINVALIgor Sysoev1-1/+15
2009-04-29style fixIgor Sysoev3-3/+9
2009-04-29fix the previous commitIgor Sysoev2-13/+20
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-28add listen events for win32 only after accept mutex is holdIgor Sysoev1-0/+8
2009-04-28fallback to neutral language in FormatMessage()Igor Sysoev1-6/+19
2009-04-28introduce ngx_write_console() to support OEM code pagesIgor Sysoev4-2/+24
2009-04-28"port_in_redirect off" did not workIgor Sysoev1-0/+3
the bug had been appeared in r2530 and r2534
2009-04-28add prefix in UsageIgor Sysoev1-1/+1
2009-04-27it seems MAKELANGID(LANG_ENGLISH, SUBLANG_DEFAULT) returnsIgor Sysoev1-1/+1
ERROR_RESOURCE_LANG_NOT_FOUND for Russian locale
2009-04-27ngx_log_errno()Igor Sysoev4-81/+31
2009-04-27use ngx_vslprintf(), ngx_slprintf()Igor Sysoev4-24/+23
2009-04-27ngx_vslprintf(), ngx_slprintf()Igor Sysoev2-11/+23
2009-04-27bump versionIgor Sysoev2-3/+3
2009-04-27fix building by MSVC8Igor Sysoev1-1/+1
2009-04-27-p and --prefix=Igor Sysoev10-48/+199
2009-04-27get a full response if the response is cacheable or storable evenIgor Sysoev1-8/+10
a client has closed connection prematurely
2009-04-27*) of.test_only to not open file if only stat() is enoughIgor Sysoev10-19/+51
*) of.failed to return exact name of failed syscall
2009-04-26add quotes for configure options with spacesIgor Sysoev1-1/+1
2009-04-24style fixIgor Sysoev1-1/+1
2009-04-24merge SSL context inside "if" blockIgor Sysoev1-0/+6
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 Sysoev3-12/+7
2009-04-24fix Auth-Method, the bug has been introduced in r2496Igor Sysoev1-0/+1
2009-04-23pass command lines options to workersIgor Sysoev3-1/+5
2009-04-23ngx_path_separator()Igor Sysoev4-25/+10
2009-04-23issue start up errors and warning on both stderr and error_logIgor Sysoev10-60/+113
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-22axe incomplete support of Winsock error descriptions on NTIgor Sysoev1-106/+2
2009-04-22use English only error descriptions in Win32 ngx_strerror_r()Igor Sysoev1-2/+1
2009-04-21implement "-s signal" option for UnixIgor Sysoev9-81/+112
2009-04-21style fix: remove trailing spacesIgor Sysoev3-3/+3
2009-04-21style fix: remove tabsIgor Sysoev1-5/+5
2009-04-21add -? and -h optionsIgor Sysoev1-0/+30
2009-04-21add 48x48 iconIgor Sysoev2-0/+55