summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-20r2194 merge:Igor Sysoev1-3/+6
2008-07-07r2015 merge:Igor Sysoev1-2/+3
2008-07-07r2008 merge:Igor Sysoev1-86/+169
2008-07-07r2005, r2006 merge:Igor Sysoev1-49/+59
2008-04-23fix memory leak when ssl_verify_client is onIgor Sysoev1-3/+6
2008-03-10invalidate SSL session if there is no valid client certificateIgor Sysoev1-0/+8
2008-02-15named locations in post_actionIgor Sysoev1-1/+6
2008-01-09add code missed in r1856Igor Sysoev1-0/+4
2008-01-08axe old flag remained after ancient "post_accept_timeout" directiveIgor Sysoev1-2/+1
2008-01-08add code missed in r1830Igor Sysoev1-0/+5
2008-01-04fix socket leak if deferred accept was usedIgor Sysoev1-0/+5
2007-12-30log right request methodIgor Sysoev1-1/+2
2007-12-30axe useless r->server_nameIgor Sysoev1-13/+9
2007-12-30log server addressIgor Sysoev1-2/+6
2007-12-29use ngx_http_server_addr()Igor Sysoev1-11/+4
2007-12-29several changes in server_name:Igor Sysoev1-7/+0
2007-12-27backout r1790Igor Sysoev1-2/+2
2007-12-27non-active request is not doneIgor Sysoev1-2/+2
2007-12-27call post_action for 499Igor Sysoev1-1/+5
2007-12-26create ssl buffer on demand and free it before keep-aliveIgor Sysoev1-0/+6
2007-12-25style fixIgor Sysoev1-2/+2
2007-12-12large_client_header_buffers did not free()ed before keep-aliveIgor Sysoev1-2/+2
2007-12-10move condition declarations inside blocks where they are usedIgor Sysoev1-14/+12
2007-12-01copy protocol value when large request line is copied,Igor Sysoev1-0/+4
2007-12-01do not allow plain 0.9 request to HTTPSIgor Sysoev1-7/+7
2007-11-27proxy_pass variables supportIgor Sysoev1-1/+1
2007-11-27log entire request line instead of URI onlyIgor Sysoev1-19/+12
2007-11-1564-bit time_t compatibilityIgor Sysoev1-1/+1
2007-11-09If-Range supportIgor Sysoev1-0/+4
2007-10-18merge_slashesIgor Sysoev1-5/+8
2007-10-01pass length clearlyIgor Sysoev1-7/+7
2007-09-26use ngx_strstrn() and ngx_strcasestrn()Igor Sysoev1-7/+8
2007-09-09there may be several "Connection" header lines and each may have several tokensIgor Sysoev1-21/+23
2007-09-07style fixIgor Sysoev1-1/+1
2007-08-29If-Modified-Since should be unique header lineIgor Sysoev1-1/+1
2007-08-27return 400 responseIgor Sysoev1-2/+2
2007-08-27optimize r->connection in ngx_http_finalize_request()Igor Sysoev1-25/+25
2007-08-27cancel keep-alive and lingering close on EOFIgor Sysoev1-0/+5
2007-08-12regex in server_nameIgor Sysoev1-4/+42
2007-08-07discard request body before going to keep-alive state and use lingering timeoutsIgor Sysoev1-2/+8
2007-08-06rename ngx_http_block_read() and ngx_http_test_read() to ..._reading()Igor Sysoev1-10/+9
2007-07-10proxy_ignore_client_abort, fastcgi_ignore_client_abort, and so on wereIgor Sysoev1-2/+23
2007-06-11the "www.example.*" wildcard hash supportIgor Sysoev1-12/+3
2007-06-04fix ssl_verify_client for HTTP/0.9Igor Sysoev1-49/+46
2007-05-29SNI supportIgor Sysoev1-17/+67
2007-04-21$request_time has millisecond precisionIgor Sysoev1-1/+4
2007-03-30disable TRACE methodIgor Sysoev1-0/+7
2007-03-19close keep-alive connections in the shuting down processesIgor Sysoev1-1/+5
2007-02-15finalize request to allow post_actionIgor Sysoev1-3/+1
2007-02-15if client closes a connection prematurely, then epoll (at leastIgor Sysoev1-0/+1