| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-05-12 | test finalized image filter context before testing image_filter off | Igor Sysoev | 1 | -7/+7 | |
| this fixes SIGFPE if image filter errors are passed to named location | |||||
| 2009-05-12 | correctly apply patch | Igor Sysoev | 2 | -2/+2 | |
| 2009-05-11 | use $(CURDIR) instead of "..\..\.." because the later does not allow to use | Igor Sysoev | 6 | -8/+8 | |
| options as --with-zlib=../zlib-1.2.3. It seems there is no common way to learn the current directory in Win32 make's: although nmake has MAKEDIR variable, nevertheless Borland make's MAKEDIR is the directory where make is installed, and OpenWatcom wmake has no MAKEDIR at all. | |||||
| 2009-05-11 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-05-11 | release-0.7.56 tag | Igor Sysoev | 1 | -0/+1 | |
| 2009-05-11 | nginx-0.7.56-RELEASErelease-0.7.56 | Igor Sysoev | 1 | -2/+25 | |
| 2009-05-10 | backout -r2827 and add correct fix | Igor Sysoev | 2 | -1/+7 | |
| 2009-05-10 | message creating Makefile | Igor Sysoev | 1 | -0/+2 | |
| 2009-05-10 | add MSYS support | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-10 | remove BMAKE (build make): a cc compiler should use own make | Igor Sysoev | 3 | -26/+11 | |
| 2009-05-08 | fix building --without-http-cache | Igor Sysoev | 1 | -1/+1 | |
| the bug had been appeared in r2806 | |||||
| 2009-05-08 | reconfigure master process | Igor Sysoev | 1 | -0/+8 | |
| 2009-05-08 | fix the previous commit | Igor Sysoev | 1 | -0/+2 | |
| 2009-05-08 | allow to pass image filter errors via the same location where the filter is set | Igor Sysoev | 4 | -5/+25 | |
| 2009-05-08 | test already destroyed request | Igor Sysoev | 1 | -3/+11 | |
| 2009-05-08 | handle big responses for "size" and "test" image_filters | Igor Sysoev | 4 | -12/+54 | |
| 2009-05-08 | preserve Solaris binary hardware capabilities | Igor Sysoev | 3 | -20/+8 | |
| 2009-05-08 | test whether libdl is required for dynamic linking: | Igor Sysoev | 2 | -2/+24 | |
| Solaris 10 has dlopen()/etc. in libc | |||||
| 2009-05-08 | Solaris 10 has sched_yield() in libc | Igor Sysoev | 2 | -2/+14 | |
| 2009-05-07 | move libmd test before libmd5, | Igor Sysoev | 1 | -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-07 | IPv6 for Win32 | Igor Sysoev | 2 | -0/+18 | |
| 2009-05-06 | divide select module into two modules: Unix and Win32 ones | Igor Sysoev | 4 | -137/+406 | |
| 2009-05-06 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-05-06 | release-0.7.55 tag | Igor Sysoev | 1 | -0/+1 | |
| 2009-05-06 | nginx-0.7.55-RELEASErelease-0.7.55 | Igor Sysoev | 1 | -1/+70 | |
| 2009-05-06 | make code clearer | Igor Sysoev | 1 | -2/+4 | |
| 2009-05-06 | test event type to prevent errors | Igor Sysoev | 1 | -0/+10 | |
| 2009-05-06 | delete level event of appropriate type, this should fix select()'s EBADF, | Igor Sysoev | 1 | -6/+17 | |
| WSAENOTSOCK, and "select ready != events" alerts | |||||
| 2009-05-05 | ngx_create_listening() | Igor Sysoev | 4 | -90/+68 | |
| 2009-05-05 | reinit proxy/fastcgi header parser before ngx_http_upstream_cache_send() | Igor Sysoev | 1 | -4/+17 | |
| 2009-05-05 | proxy/fastcgi_cache_use_stale http_50x did not work | Igor Sysoev | 1 | -8/+1 | |
| 2009-05-05 | move listen log copying from ngx_open_listening_sockets() | Igor Sysoev | 1 | -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-05 | use correct name | Igor Sysoev | 3 | -3/+3 | |
| 2009-05-05 | use local variable | Igor Sysoev | 1 | -2/+2 | |
| 2009-05-04 | delete never used ngx_ssl_set_nosendshut() | Igor Sysoev | 1 | -5/+0 | |
| 2009-05-04 | delete ngx_listening_inet_stream_socket() | Igor Sysoev | 3 | -51/+47 | |
| 2009-05-04 | axe imap module artifacts | Igor Sysoev | 3 | -48/+48 | |
| 2009-05-04 | do not free buffer with cache header before it would be written, | Igor Sysoev | 1 | -1/+1 | |
| it seems this affected header only FastCGI responses only: proxied header only responses were cached right | |||||
| 2009-05-04 | add libgd include path | Igor Sysoev | 1 | -0/+1 | |
| 2009-05-04 | fix building ngx_http_image_filter_module on 64-bit platforms | Igor Sysoev | 1 | -1/+1 | |
| 2009-05-01 | use off_t in $r->sendfile(), this allows to use 64-bit off_t on platforms | Igor Sysoev | 1 | -1/+1 | |
| where IV is long: *) on 64-bit platforms, *) and on 32-bit platforms if perl was built with -Duse64bitint | |||||
| 2009-05-01 | add --with-http_image_filter_module to ./configure --help | Igor Sysoev | 1 | -0/+1 | |
| 2009-05-01 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-05-01 | release-0.7.54 tag | Igor Sysoev | 1 | -0/+1 | |
| 2009-05-01 | nginx-0.7.54-RELEASErelease-0.7.54 | Igor Sysoev | 1 | -0/+76 | |
| 2009-05-01 | add comment | Igor Sysoev | 1 | -0/+1 | |
| 2009-05-01 | ngx_http_image_filter_module | Igor Sysoev | 6 | -0/+1124 | |
| 2009-05-01 | ngx_http_filter_finalize_request() and ngx_http_clean_header() | Igor Sysoev | 3 | -19/+40 | |
| 2009-04-30 | proxy_ignore_headers and fastcgi_ignore_headers | Igor Sysoev | 4 | -12/+84 | |
| 2009-04-30 | *) refactor error_log processing: listen socket log might inherit built-in | Igor Sysoev | 13 | -65/+77 | |
| error_log with zero level, and r2447, r2466, r2467 were not enough *) remove bogus "stderr" level *) some functions and fields renames | |||||
