summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-16Fixed log->action after ssl handshake.Maxim Dounin1-0/+2
2012-04-12Fixed grammar in error messages.Ruslan Ermilov1-2/+2
2012-03-22Restricted keepalive_disable safari to OS X only.Maxim Dounin1-1/+3
2012-02-13Core: protection from cycles with named locations and post_action.Maxim Dounin1-0/+4
2012-02-13Core: protection from subrequest loops.Maxim Dounin1-0/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-11-28Added support for IP-literal in the Host header and request line (ticket #1).Valentin Bartenev1-24/+53
2011-11-22Fixed segfault on ssl servers without cert with SNI (ticket #54).Maxim Dounin1-12/+14
2011-10-11Fix for socket leak with "aio sendfile" and "limit_rate".Maxim Dounin1-8/+8
2011-10-11Fix for connection drops with AIO.Maxim Dounin1-1/+1
2011-08-23Better handling of various per-server ssl options with SNI.Maxim Dounin1-0/+18
2011-08-01always set timer in discard body handler, this fixes the casesIgor Sysoev1-1/+1
2011-08-01lingering_close "off|on|always"Igor Sysoev1-4/+6
2011-08-01do not send RST on normal lingering close read timeout,Igor Sysoev1-1/+0
2011-08-01enable lingering close for pipelined requestsIgor Sysoev1-1/+5
2011-07-30Accept-Encoding refactoring: remove ancient MSIE 4.x test for gzipIgor Sysoev1-3/+0
2011-04-04reuse keepalive connections if there are no free worker connectionsIgor Sysoev1-0/+2
2011-01-20introduce 494 code "Request Header Too Large"Igor Sysoev1-2/+7
2010-12-06"If-Unmodified-Since" supportIgor Sysoev1-0/+4
2010-07-05fix recognition of SSLv2 Client Hello Packet large than 255 bytesIgor Sysoev1-1/+1
2010-06-15allow spaces in URIIgor Sysoev1-0/+1
2010-06-04test default NTFS stream "::$DATA"Igor Sysoev1-4/+19
2010-02-01disable keepalive for Safari:Igor Sysoev1-0/+3
2010-01-28skip URI trailing spaces under Win32Igor Sysoev1-2/+4
2010-01-28Fix segfault when while discarding body a write event handler is called,Igor Sysoev1-0/+1
2009-11-16regex named capturesIgor Sysoev1-29/+6
2009-11-12r->chromeIgor Sysoev1-0/+3
2009-11-03fix segfault if there is single large_client_header_buffersIgor Sysoev1-1/+9
2009-10-22do not run regex for empty host name since regex always fails in this case,Igor Sysoev1-1/+1
2009-10-21rename core_srv_conf fields to more understandable default_server and serverIgor Sysoev1-3/+3
2009-10-21fix r3218:Igor Sysoev1-1/+1
2009-10-20fix two previous commits: an early parallel body discarding completionIgor Sysoev1-1/+2
2009-10-19allow discarding body while a long response transferIgor Sysoev1-1/+3
2009-10-19restore discard body handler after ngx_http_set_writer() set it toIgor Sysoev1-3/+8
2009-10-19add lingering timeout if a response is short and a request body is beingIgor Sysoev1-2/+9
2009-10-02clear r->keepalive to disable preventively callingIgor Sysoev1-0/+2
2009-09-30log 499 instead 0, the bug was introduced in r3050Igor Sysoev1-0/+4
2009-09-24update the previous commit: use ngx_strlow()Igor Sysoev1-8/+4
2009-09-24$host is always in low case:Igor Sysoev1-45/+65
2009-09-21fix request counter for post_action, the bug was introduced in r3050Igor Sysoev1-0/+2
2009-09-01use %*s instead of %VIgor Sysoev1-20/+16
2009-08-30*) ngx_http_ephemeralIgor Sysoev1-8/+12
2009-08-28do not disable gzip for MSIE 6.0 SV1 in "gzip_disable msie6"Igor Sysoev1-1/+6
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev1-9/+19
2009-08-28style fixIgor Sysoev1-3/+3
2009-08-26axe r->connection->destroyed testingIgor Sysoev1-8/+0
2009-08-26request reference counterIgor Sysoev1-23/+102
2009-07-24fix segfault if 400 or 414 errors are handled intricatelyIgor Sysoev1-0/+1
2009-07-22*) $ssl_client_verifyIgor Sysoev1-10/+12
2009-07-22fix r2972, it caused "zero size buf" alert.Igor Sysoev1-0/+1