summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-02-02fix building by msvc, introduced in r2487Igor Sysoev1-1/+1
2009-01-31avoid a double redirect response ifIgor Sysoev1-0/+1
*) a request is going in a keep alive state, *) the request body should be discarded, *) epoll/rtsig reports about the response header has been sent, *) and write event handler calls core phase handler
2009-01-31avoid deep nested calls, flatten call treeIgor Sysoev1-3/+20
2009-01-31fix return code, this fixes segfault when two or moreIgor Sysoev1-1/+3
simultaneous connections are resolving the same address
2009-01-30use length of uncompressed nameIgor Sysoev1-5/+4
2009-01-30fix $sent_http_location for local redirectsIgor Sysoev1-0/+25
2009-01-29store name pointer in variable allocated on stackIgor Sysoev1-4/+7
as resolver ctx may be already deallocated at this point
2009-01-29free addrs only it has been allocated before: non single addressIgor Sysoev1-1/+1
2009-01-29fix reverse resolving cache: it stored zero length namesIgor Sysoev1-1/+5
*) free name only if it has been already allocated *) store name length
2009-01-27fix types and add commentIgor Sysoev1-3/+2
2009-01-27test allocated space as in try_filesIgor Sysoev1-15/+13
2009-01-26bump versionIgor Sysoev2-2/+2
2009-01-26style fix: remove tabsIgor Sysoev1-9/+9
2009-01-26fix segfault if $fastcgi_script_name or $fastcgi_path_info were used beforeIgor Sysoev1-17/+41
fastcgi handler, the bug has been introduced in r2444
2009-01-26revert the previous commit and r2447 change in src/core/ngx_cycle.cIgor Sysoev1-1/+4
2009-01-26default error_log has zero level, the bug has been introduced in r2447Igor Sysoev1-0/+1
2009-01-25fix slab page or more sized allocations if nginx was build without debugIgor Sysoev1-5/+0
2009-01-21fix fastcgi_storeIgor Sysoev1-1/+1
2009-01-21use GetFileAttributesEx() instead of GetFileAttributes()Igor Sysoev1-21/+2
2009-01-21fix win32 ngx_is_dir(), etcIgor Sysoev1-4/+6
2009-01-21test ngx_file_info() result, the bug has been introduced in r2070Igor Sysoev1-1/+1
2009-01-21fix r1981 on win32Igor Sysoev1-3/+8
2009-01-21allow directories in try_filesIgor Sysoev2-1/+10
2009-01-19fix segfault when geo range replaces starting part of another rangeIgor Sysoev1-2/+2
2009-01-19bump versionIgor Sysoev2-2/+2
2009-01-19try_files should work with files onlyIgor Sysoev1-0/+4
2009-01-16allow insertion range if its start or end is the same as existent oneIgor Sysoev1-0/+48
2009-01-16fix single address rangeIgor Sysoev1-2/+2
2009-01-16fix range deletionIgor Sysoev1-0/+3
2009-01-16repeat r2448 for range deletionIgor Sysoev1-1/+6
2009-01-16log both overrlaped rangesIgor Sysoev1-1/+7
2009-01-16fix range start for ranges those spread in two or more slotsIgor Sysoev1-1/+6
2009-01-16set the error level as default http error_log levelIgor Sysoev2-5/+4
2009-01-16proxy/fastcgi_store did not delete incomplete filesIgor Sysoev1-11/+17
2009-01-16set r->root_tested for non-error_page response onlyIgor Sysoev3-3/+3
2009-01-16fastcgi_split_path_infoIgor Sysoev1-39/+199
2009-01-16*) fix duplicate geo rangesIgor Sysoev1-4/+44
*) split existent range and insert a new one
2009-01-15in miss case memcached module returned END instead of default 404 page bodyIgor Sysoev1-7/+7
the bug has been introduced in r2269
2009-01-13update r2439: make clear nameIgor Sysoev1-3/+3
2009-01-12fix r2312Igor Sysoev1-1/+1
2009-01-12style fixIgor Sysoev1-1/+1
2008-12-26send "100 Continue" just before reading request bodyIgor Sysoev3-54/+63
2008-12-26do not send "100 Continue" for subrequestsIgor Sysoev1-1/+4
2008-12-25set send() slot for POSIX systemsIgor Sysoev1-1/+1
2008-12-25bump versionIgor Sysoev2-2/+2
2008-12-24fix segfault, introduced in r2423Igor Sysoev2-2/+2
2008-12-24bump versionIgor Sysoev2-2/+2
2008-12-24fix r2378, file inclusion should be waitedIgor Sysoev1-0/+1
2008-12-24do not try to align to a page size, allocate just 8K,Igor Sysoev1-2/+2
this is fixes allocation on Cygwin, it reports 64K page size
2008-12-24flush variable values in try_filesIgor Sysoev1-1/+1