summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2009-02-21fix upstream port, introduced in r2513Igor Sysoev1-2/+1
2009-02-21fix implicit listen, introduced in r2513Igor Sysoev1-0/+6
2009-02-21bump versionIgor Sysoev2-2/+2
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev19-381/+1002
2009-02-18split ports, addresses, and server names preparation and optimizationIgor Sysoev1-187/+205
2009-02-18add debug loggingIgor Sysoev1-0/+4
2009-02-18the $ancient_browser variables did not treat as an ancient browserIgor Sysoev1-0/+2
listed in modern_browser, but has lower version
2009-02-17set MIME-type length,Igor Sysoev1-0/+1
otherwise ngx_http_test_content_type() did not find "image/gif"
2009-02-16bump versionIgor Sysoev2-2/+2
2009-02-16load SSL engine before certificates,Igor Sysoev1-34/+25
otherwise RSA keys will use built-in RSA methods
2009-02-14set content-type for try_files' choiceIgor Sysoev1-0/+5
2009-02-11fix r2169 for .def.com and .abc.def.com caseIgor Sysoev1-1/+1
2009-02-11bump versionIgor Sysoev2-2/+2
2009-02-10fix /?new=arg?old=arg redirect caseIgor Sysoev1-4/+15
2009-02-10send HELO/EHLO after XCLIENTIgor Sysoev2-6/+36
patch by Maxim Dounin
2009-02-10if_modified_since offIgor Sysoev3-6/+16
2009-02-09compatibility with Microsoft'sIgor Sysoev6-13/+43
AUTH LOGIN [base64 encoded user name ] patch by Maxim Dounin
2009-02-05AIX has no WCOREDUMP()Igor Sysoev1-0/+6
2009-02-05bump versionIgor Sysoev2-2/+2
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