aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* ipv6onlyIgor Sysoev2009-03-13
|
* fix building without PCRE, introduced in r2553Igor Sysoev2009-03-12
|
* ignore EINVAL from setsockopt() on SolarisIgor Sysoev2009-03-12
|
* bump versionIgor Sysoev2009-03-12
|
* fix segfaults introduced in r2549 and r2550Igor Sysoev2009-03-11
|
* bump versionIgor Sysoev2009-03-11
|
* fix segfaults introduced in r2550Igor Sysoev2009-03-09
|
* style fix: remove tabsIgor Sysoev2009-03-06
|
* XFS on Linux does not set dirent.d_type,Igor Sysoev2009-03-06
| | | | | | therefore fallback to stat() if dirent.d_type is not set, this fixes slash after directory name in ngx_http_autoindex_module; the issue has been introduced in r2235
* captures support in server_nameIgor Sysoev2009-03-06
|
* captures support in location and aliasIgor Sysoev2009-03-06
|
* now regex captures are per-request entitiesIgor Sysoev2009-03-06
|
* pclcf->regex_locations are used with PCRE onlyIgor Sysoev2009-03-05
|
* bump versionIgor Sysoev2009-03-05
|
* fix postponed zlib memory allocation, introduced in r2411Igor Sysoev2009-03-01
| | | | | | | | *) introduce postpone_gzipping directive *) disable postponed gzipping by default The r2411 commit caused hangings up on large SSIed responses as SSI cleared buf->recycled bit on copy of recycled buf parts
* fix case when the first try is shorter then URIIgor Sysoev2009-03-01
|
* lower ECONNRESET levelIgor Sysoev2009-02-25
|
* fix segfault introduced in r2486 in $sent_http_location processingIgor Sysoev2009-02-24
|
* fix the previous commitIgor Sysoev2009-02-24
|
* prepare ngx_ptocidr() for IPv6Igor Sysoev2009-02-24
|
* small optimization: " == NGX_ERROR" > " != NGX_OK"Igor Sysoev2009-02-24
|
* use variable for often used fieldIgor Sysoev2009-02-24
|
* move r->virtual_names to ngx_http_core_srv_conf_tIgor Sysoev2009-02-24
|
* axe r->port_textIgor Sysoev2009-02-24
|
* remove seldom used variableIgor Sysoev2009-02-24
|
* fix r2530Igor Sysoev2009-02-24
|
* axe unneeded port fieldIgor Sysoev2009-02-23
|
* axe r->portIgor Sysoev2009-02-23
|
* axe r->in_addrIgor Sysoev2009-02-23
|
* bump versionIgor Sysoev2009-02-23
|
* name/password were ignored after odd empty linesIgor Sysoev2009-02-23
|
* add auth basic failure loggingIgor Sysoev2009-02-23
|
* fix messageIgor Sysoev2009-02-23
|
* fix NGX_SOCKADDRLEN, introduced in r2513Igor Sysoev2009-02-21
|
* bump versionIgor Sysoev2009-02-21
|
* 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