Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | make code clearer | Igor Sysoev | 2009-05-06 | |
| | ||||
* | test event type to prevent errors | Igor Sysoev | 2009-05-06 | |
| | ||||
* | delete level event of appropriate type, this should fix select()'s EBADF, | Igor Sysoev | 2009-05-06 | |
| | | | | WSAENOTSOCK, and "select ready != events" alerts | |||
* | ngx_create_listening() | Igor Sysoev | 2009-05-05 | |
| | ||||
* | reinit proxy/fastcgi header parser before ngx_http_upstream_cache_send() | Igor Sysoev | 2009-05-05 | |
| | ||||
* | proxy/fastcgi_cache_use_stale http_50x did not work | Igor Sysoev | 2009-05-05 | |
| | ||||
* | move listen log copying from ngx_open_listening_sockets() | Igor Sysoev | 2009-05-05 | |
| | | | | | | 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 | |||
* | use correct name | Igor Sysoev | 2009-05-05 | |
| | ||||
* | use local variable | Igor Sysoev | 2009-05-05 | |
| | ||||
* | delete never used ngx_ssl_set_nosendshut() | Igor Sysoev | 2009-05-04 | |
| | ||||
* | delete ngx_listening_inet_stream_socket() | Igor Sysoev | 2009-05-04 | |
| | ||||
* | axe imap module artifacts | Igor Sysoev | 2009-05-04 | |
| | ||||
* | do not free buffer with cache header before it would be written, | Igor Sysoev | 2009-05-04 | |
| | | | | | it seems this affected header only FastCGI responses only: proxied header only responses were cached right | |||
* | fix building ngx_http_image_filter_module on 64-bit platforms | Igor Sysoev | 2009-05-04 | |
| | ||||
* | use off_t in $r->sendfile(), this allows to use 64-bit off_t on platforms | Igor Sysoev | 2009-05-01 | |
| | | | | | | where IV is long: *) on 64-bit platforms, *) and on 32-bit platforms if perl was built with -Duse64bitint | |||
* | bump version | Igor Sysoev | 2009-05-01 | |
| | ||||
* | ngx_http_image_filter_module | Igor Sysoev | 2009-05-01 | |
| | ||||
* | ngx_http_filter_finalize_request() and ngx_http_clean_header() | Igor Sysoev | 2009-05-01 | |
| | ||||
* | proxy_ignore_headers and fastcgi_ignore_headers | Igor Sysoev | 2009-04-30 | |
| | ||||
* | *) refactor error_log processing: listen socket log might inherit built-in | Igor Sysoev | 2009-04-30 | |
| | | | | | | error_log with zero level, and r2447, r2466, r2467 were not enough *) remove bogus "stderr" level *) some functions and fields renames | |||
* | *) check a proxy_redirect single parameter | Igor Sysoev | 2009-04-30 | |
| | | | | *) warn about "proxy_redirect false" | |||
* | set of.failed for cached error, the bug has been introduced in r2757 | Igor Sysoev | 2009-04-30 | |
| | ||||
* | uniform ngx_file_info() interface with ngx_fd_info() | Igor Sysoev | 2009-04-29 | |
| | ||||
* | try to repair the case "select ready != events" | Igor Sysoev | 2009-04-29 | |
| | ||||
* | ngx_select_repair_fd_sets() | Igor Sysoev | 2009-04-29 | |
| | ||||
* | delete useless debug log | Igor Sysoev | 2009-04-29 | |
| | ||||
* | style fix | Igor Sysoev | 2009-04-29 | |
| | ||||
* | handle Winsock select() WSAEINVAL | Igor Sysoev | 2009-04-29 | |
| | ||||
* | style fix | Igor Sysoev | 2009-04-29 | |
| | ||||
* | fix the previous commit | Igor Sysoev | 2009-04-29 | |
| | ||||
* | Winsock uses ECONNABORTED instead of ECONNRESET | Igor Sysoev | 2009-04-29 | |
| | ||||
* | fix building by BCC if NGX_PREFIX is defined | Igor Sysoev | 2009-04-29 | |
| | ||||
* | *) do not show line number for -g option | Igor Sysoev | 2009-04-28 | |
| | | | | *) reset configuration file after -g option has been parsed | |||
* | add listen events for win32 only after accept mutex is hold | Igor Sysoev | 2009-04-28 | |
| | ||||
* | fallback to neutral language in FormatMessage() | Igor Sysoev | 2009-04-28 | |
| | ||||
* | introduce ngx_write_console() to support OEM code pages | Igor Sysoev | 2009-04-28 | |
| | ||||
* | "port_in_redirect off" did not work | Igor Sysoev | 2009-04-28 | |
| | | | | the bug had been appeared in r2530 and r2534 | |||
* | add prefix in Usage | Igor Sysoev | 2009-04-28 | |
| | ||||
* | it seems MAKELANGID(LANG_ENGLISH, SUBLANG_DEFAULT) returns | Igor Sysoev | 2009-04-27 | |
| | | | | ERROR_RESOURCE_LANG_NOT_FOUND for Russian locale | |||
* | ngx_log_errno() | Igor Sysoev | 2009-04-27 | |
| | ||||
* | use ngx_vslprintf(), ngx_slprintf() | Igor Sysoev | 2009-04-27 | |
| | ||||
* | ngx_vslprintf(), ngx_slprintf() | Igor Sysoev | 2009-04-27 | |
| | ||||
* | bump version | Igor Sysoev | 2009-04-27 | |
| | ||||
* | fix building by MSVC8 | Igor Sysoev | 2009-04-27 | |
| | ||||
* | -p and --prefix= | Igor Sysoev | 2009-04-27 | |
| | ||||
* | get a full response if the response is cacheable or storable even | Igor Sysoev | 2009-04-27 | |
| | | | | a client has closed connection prematurely | |||
* | *) of.test_only to not open file if only stat() is enough | Igor Sysoev | 2009-04-27 | |
| | | | | *) of.failed to return exact name of failed syscall | |||
* | add quotes for configure options with spaces | Igor Sysoev | 2009-04-26 | |
| | ||||
* | style fix | Igor Sysoev | 2009-04-24 | |
| | ||||
* | merge SSL context inside "if" block | Igor Sysoev | 2009-04-24 | |
| |