aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* 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
* 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
|