aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
Commit message (Expand)AuthorAge
* fix recognition of SSLv2 Client Hello Packet large than 255 bytesIgor Sysoev2010-07-05
* allow spaces in URIIgor Sysoev2010-06-15
* test default NTFS stream "::$DATA"Igor Sysoev2010-06-04
* disable keepalive for Safari:Igor Sysoev2010-02-01
* skip URI trailing spaces under Win32Igor Sysoev2010-01-28
* Fix segfault when while discarding body a write event handler is called,Igor Sysoev2010-01-28
* regex named capturesIgor Sysoev2009-11-16
* r->chromeIgor Sysoev2009-11-12
* fix segfault if there is single large_client_header_buffersIgor Sysoev2009-11-03
* do not run regex for empty host name since regex always fails in this case,Igor Sysoev2009-10-22
* rename core_srv_conf fields to more understandable default_server and serverIgor Sysoev2009-10-21
* fix r3218:Igor Sysoev2009-10-21
* fix two previous commits: an early parallel body discarding completionIgor Sysoev2009-10-20
* allow discarding body while a long response transferIgor Sysoev2009-10-19
* restore discard body handler after ngx_http_set_writer() set it toIgor Sysoev2009-10-19
* add lingering timeout if a response is short and a request body is beingIgor Sysoev2009-10-19
* clear r->keepalive to disable preventively callingIgor Sysoev2009-10-02
* log 499 instead 0, the bug was introduced in r3050Igor Sysoev2009-09-30
* update the previous commit: use ngx_strlow()Igor Sysoev2009-09-24
* $host is always in low case:Igor Sysoev2009-09-24
* fix request counter for post_action, the bug was introduced in r3050Igor Sysoev2009-09-21
* use %*s instead of %VIgor Sysoev2009-09-01
* *) ngx_http_ephemeralIgor Sysoev2009-08-30
* do not disable gzip for MSIE 6.0 SV1 in "gzip_disable msie6"Igor Sysoev2009-08-28
* FreeBSD and Linux AIO supportIgor Sysoev2009-08-28
* style fixIgor Sysoev2009-08-28
* axe r->connection->destroyed testingIgor Sysoev2009-08-26
* request reference counterIgor Sysoev2009-08-26
* fix segfault if 400 or 414 errors are handled intricatelyIgor Sysoev2009-07-24
* *) $ssl_client_verifyIgor Sysoev2009-07-22
* fix r2972, it caused "zero size buf" alert.Igor Sysoev2009-07-22
* geo module supports trusted proxiesIgor Sysoev2009-07-22
* skip URI trailing dots under Win32Igor Sysoev2009-07-14
* fix ngx_http_send_special() for subrequests handled by perlIgor Sysoev2009-07-09
* ignore ngx_atomic_fetch_add() resultIgor Sysoev2009-06-18
* fix "out of memory" case handlingIgor Sysoev2009-05-29
* keepalive_requestsIgor Sysoev2009-05-25
* fix socket leak introduced in r2378Igor Sysoev2009-05-25
* use ngx_connection_local_sockaddr() instead of ngx_http_server_addr()Igor Sysoev2009-05-18
* delete unneeded castIgor Sysoev2009-05-18
* handle big responses for "size" and "test" image_filtersIgor Sysoev2009-05-08
* *) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev2009-04-30
* ngx_path_separator()Igor Sysoev2009-04-23
* backout r2535: virtual names is a property of address:port pair,Igor Sysoev2009-04-09
* refactor ngx_http_arg() using ngx_strcasestrn(),Igor Sysoev2009-04-04
* fix $server_addr for wildcard listen, the has been introduced in r2513Igor Sysoev2009-03-18
* fix building without PCRE, introduced in r2553Igor Sysoev2009-03-12
* ignore EINVAL from setsockopt() on SolarisIgor Sysoev2009-03-12
* fix segfaults introduced in r2549 and r2550Igor Sysoev2009-03-11
* fix segfaults introduced in r2550Igor Sysoev2009-03-09