summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2009-05-11nginx-0.7.56-RELEASErelease-0.7.56Igor Sysoev1-2/+25
2009-05-10backout -r2827 and add correct fixIgor Sysoev2-1/+7
2009-05-10message creating MakefileIgor Sysoev1-0/+2
2009-05-10add MSYS supportIgor Sysoev1-1/+1
2009-05-10remove BMAKE (build make): a cc compiler should use own makeIgor Sysoev3-26/+11
2009-05-08fix building --without-http-cacheIgor Sysoev1-1/+1
the bug had been appeared in r2806
2009-05-08reconfigure master processIgor Sysoev1-0/+8
2009-05-08fix the previous commitIgor Sysoev1-0/+2
2009-05-08allow to pass image filter errors via the same location where the filter is setIgor Sysoev4-5/+25
2009-05-08test already destroyed requestIgor Sysoev1-3/+11
2009-05-08handle big responses for "size" and "test" image_filtersIgor Sysoev4-12/+54
2009-05-08preserve Solaris binary hardware capabilitiesIgor Sysoev3-20/+8
2009-05-08test whether libdl is required for dynamic linking:Igor Sysoev2-2/+24
Solaris 10 has dlopen()/etc. in libc
2009-05-08Solaris 10 has sched_yield() in libcIgor Sysoev2-2/+14
2009-05-07move libmd test before libmd5,Igor Sysoev1-15/+15
this fixes wrong linking with /usr/local/lib/libmd5.so from libwww package on FreeBSD. The library uses long's instead of int32_t's in MD5_CTX and on 64-bit platforms its MD5_CTX is bigger than defined in <md5.h>
2009-05-07IPv6 for Win32Igor Sysoev2-0/+18
2009-05-06divide select module into two modules: Unix and Win32 onesIgor Sysoev4-137/+406
2009-05-06bump versionIgor Sysoev2-3/+3
2009-05-06release-0.7.55 tagIgor Sysoev1-0/+1
2009-05-06nginx-0.7.55-RELEASErelease-0.7.55Igor Sysoev1-1/+70
2009-05-06make code clearerIgor Sysoev1-2/+4
2009-05-06test event type to prevent errorsIgor Sysoev1-0/+10
2009-05-06delete level event of appropriate type, this should fix select()'s EBADF,Igor Sysoev1-6/+17
WSAENOTSOCK, and "select ready != events" alerts
2009-05-05ngx_create_listening()Igor Sysoev4-90/+68
2009-05-05reinit proxy/fastcgi header parser before ngx_http_upstream_cache_send()Igor Sysoev1-4/+17
2009-05-05proxy/fastcgi_cache_use_stale http_50x did not workIgor Sysoev1-8/+1
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 Sysoev3-51/+47
2009-05-04axe imap module artifactsIgor Sysoev3-48/+48
2009-05-04do not free buffer with cache header before it would be written,Igor Sysoev1-1/+1
it seems this affected header only FastCGI responses only: proxied header only responses were cached right
2009-05-04add libgd include pathIgor Sysoev1-0/+1
2009-05-04fix building ngx_http_image_filter_module on 64-bit platformsIgor Sysoev1-1/+1
2009-05-01use off_t in $r->sendfile(), this allows to use 64-bit off_t on platformsIgor Sysoev1-1/+1
where IV is long: *) on 64-bit platforms, *) and on 32-bit platforms if perl was built with -Duse64bitint
2009-05-01add --with-http_image_filter_module to ./configure --helpIgor Sysoev1-0/+1
2009-05-01bump versionIgor Sysoev2-3/+3
2009-05-01release-0.7.54 tagIgor Sysoev1-0/+1
2009-05-01nginx-0.7.54-RELEASErelease-0.7.54Igor Sysoev1-0/+76
2009-05-01add commentIgor Sysoev1-0/+1
2009-05-01ngx_http_image_filter_moduleIgor Sysoev6-0/+1124
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