aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
Commit message (Expand)AuthorAge
* Win32: uris with ":$" are now rejected.Maxim Dounin2012-06-05
* Fixed segfault with filter_finalize introduced in r4621 (1.3.0).Maxim Dounin2012-05-17
* Fixed possible request hang with filter finalization.Maxim Dounin2012-05-14
* Removed surplus condition.Valentin Bartenev2012-04-27
* Fixed log->action after ssl handshake.Maxim Dounin2012-04-16
* Fixed grammar in error messages.Ruslan Ermilov2012-04-12
* Restricted keepalive_disable safari to OS X only.Maxim Dounin2012-03-22
* Core: protection from cycles with named locations and post_action.Maxim Dounin2012-02-13
* Core: protection from subrequest loops.Maxim Dounin2012-02-13
* Copyright updated.Maxim Konovalov2012-01-18
* Added support for IP-literal in the Host header and request line (ticket #1).Valentin Bartenev2011-11-28
* Fixed segfault on ssl servers without cert with SNI (ticket #54).Maxim Dounin2011-11-22
* Fix for socket leak with "aio sendfile" and "limit_rate".Maxim Dounin2011-10-11
* Fix for connection drops with AIO.Maxim Dounin2011-10-11
* Better handling of various per-server ssl options with SNI.Maxim Dounin2011-08-23
* always set timer in discard body handler, this fixes the casesIgor Sysoev2011-08-01
* lingering_close "off|on|always"Igor Sysoev2011-08-01
* do not send RST on normal lingering close read timeout,Igor Sysoev2011-08-01
* enable lingering close for pipelined requestsIgor Sysoev2011-08-01
* Accept-Encoding refactoring: remove ancient MSIE 4.x test for gzipIgor Sysoev2011-07-30
* reuse keepalive connections if there are no free worker connectionsIgor Sysoev2011-04-04
* introduce 494 code "Request Header Too Large"Igor Sysoev2011-01-20
* "If-Unmodified-Since" supportIgor Sysoev2010-12-06
* 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