aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* fix upstream port, introduced in r2513Igor Sysoev2009-02-21
|
* fix implicit listen, introduced in r2513Igor Sysoev2009-02-21
|
* bump versionIgor Sysoev2009-02-21
|
* a prelimiary IPv6 support, HTTP listenIgor Sysoev2009-02-21
|
* split ports, addresses, and server names preparation and optimizationIgor Sysoev2009-02-18
|
* add debug loggingIgor Sysoev2009-02-18
|
* the $ancient_browser variables did not treat as an ancient browserIgor Sysoev2009-02-18
| | | | listed in modern_browser, but has lower version
* set MIME-type length,Igor Sysoev2009-02-17
| | | | otherwise ngx_http_test_content_type() did not find "image/gif"
* bump versionIgor Sysoev2009-02-16
|
* load SSL engine before certificates,Igor Sysoev2009-02-16
| | | | otherwise RSA keys will use built-in RSA methods
* set content-type for try_files' choiceIgor Sysoev2009-02-14
|
* fix r2169 for .def.com and .abc.def.com caseIgor Sysoev2009-02-11
|
* bump versionIgor Sysoev2009-02-11
|
* fix /?new=arg?old=arg redirect caseIgor Sysoev2009-02-10
|
* send HELO/EHLO after XCLIENTIgor Sysoev2009-02-10
| | | | patch by Maxim Dounin
* if_modified_since offIgor Sysoev2009-02-10
|
* compatibility with Microsoft'sIgor Sysoev2009-02-09
| | | | | AUTH LOGIN [base64 encoded user name ] patch by Maxim Dounin
* AIX has no WCOREDUMP()Igor Sysoev2009-02-05
|
* bump versionIgor Sysoev2009-02-05
|
* fix building by msvc, introduced in r2487Igor Sysoev2009-02-02
|
* avoid a double redirect response ifIgor Sysoev2009-01-31
| | | | | | | *) 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
* avoid deep nested calls, flatten call treeIgor Sysoev2009-01-31
|
* fix return code, this fixes segfault when two or moreIgor Sysoev2009-01-31
| | | | simultaneous connections are resolving the same address
* use length of uncompressed nameIgor Sysoev2009-01-30
|
* fix $sent_http_location for local redirectsIgor Sysoev2009-01-30
|
* store name pointer in variable allocated on stackIgor Sysoev2009-01-29
| | | | as resolver ctx may be already deallocated at this point
* free addrs only it has been allocated before: non single addressIgor Sysoev2009-01-29
|
* fix reverse resolving cache: it stored zero length namesIgor Sysoev2009-01-29
| | | | | *) free name only if it has been already allocated *) store name length
* fix types and add commentIgor Sysoev2009-01-27
|
* test allocated space as in try_filesIgor Sysoev2009-01-27
|
* bump versionIgor Sysoev2009-01-26
|
* style fix: remove tabsIgor Sysoev2009-01-26
|
* fix segfault if $fastcgi_script_name or $fastcgi_path_info were used beforeIgor Sysoev2009-01-26
| | | | fastcgi handler, the bug has been introduced in r2444
* revert the previous commit and r2447 change in src/core/ngx_cycle.cIgor Sysoev2009-01-26
|
* default error_log has zero level, the bug has been introduced in r2447Igor Sysoev2009-01-26
|
* fix slab page or more sized allocations if nginx was build without debugIgor Sysoev2009-01-25
|
* fix fastcgi_storeIgor Sysoev2009-01-21
|
* use GetFileAttributesEx() instead of GetFileAttributes()Igor Sysoev2009-01-21
|
* fix win32 ngx_is_dir(), etcIgor Sysoev2009-01-21
|
* test ngx_file_info() result, the bug has been introduced in r2070Igor Sysoev2009-01-21
|
* fix r1981 on win32Igor Sysoev2009-01-21
|
* allow directories in try_filesIgor Sysoev2009-01-21
|
* fix segfault when geo range replaces starting part of another rangeIgor Sysoev2009-01-19
|
* bump versionIgor Sysoev2009-01-19
|
* try_files should work with files onlyIgor Sysoev2009-01-19
|
* allow insertion range if its start or end is the same as existent oneIgor Sysoev2009-01-16
|
* fix single address rangeIgor Sysoev2009-01-16
|
* fix range deletionIgor Sysoev2009-01-16
|
* repeat r2448 for range deletionIgor Sysoev2009-01-16
|
* log both overrlaped rangesIgor Sysoev2009-01-16
|