aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
Commit message (Collapse)AuthorAge
...
* refactor gzip_vary handlingIgor Sysoev2009-11-12
|
* check unsafe DestinationIgor Sysoev2009-09-25
|
* preload just a single byte to avoid testing file overrunIgor Sysoev2009-09-04
|
* aio sendfileIgor Sysoev2009-08-30
|
* *) ngx_http_ephemeralIgor Sysoev2009-08-30
| | | | *) use preallocated terminal_posted_request
* FreeBSD and Linux AIO supportIgor Sysoev2009-08-28
|
* request reference counterIgor Sysoev2009-08-26
|
* geo module supports trusted proxiesIgor Sysoev2009-07-22
|
* refactor ngx_http_charset_header_filter()Igor Sysoev2009-05-25
|
* add charset for ngx_http_gzip_static_module responsesIgor Sysoev2009-05-22
|
* handle big responses for "size" and "test" image_filtersIgor Sysoev2009-05-08
|
* backout r2535: virtual names is a property of address:port pair,Igor Sysoev2009-04-09
| | | | but is not a property of server configuration
* a prelimiary proxy cache supportIgor Sysoev2009-03-23
|
* now regex captures are per-request entitiesIgor Sysoev2009-03-06
|
* move r->virtual_names to ngx_http_core_srv_conf_tIgor Sysoev2009-02-24
|
* axe r->port_textIgor Sysoev2009-02-24
|
* axe r->portIgor Sysoev2009-02-23
|
* axe r->in_addrIgor Sysoev2009-02-23
|
* *) refactor subrequest handling, now they run as separate posted requestsIgor Sysoev2008-12-08
| | | | | *) now $upstream_addr, $upstream_status, $upstream_response_time can be used with log_subrequest
* style fix: remove trailing spacesIgor Sysoev2008-11-11
|
* ngx_http_limit_req_moduleIgor Sysoev2008-11-10
|
* refactor log_subrequestIgor Sysoev2008-09-29
|
* gzip_disable msie6Igor Sysoev2008-08-26
|
* restore connection address on request closure,Igor Sysoev2008-08-13
| | | | | this fixes the issue when a frontend before nginx sends various client connections via keepalive connection to nginx
* test Content-Type via hash:Igor Sysoev2008-08-04
| | | | | | *) ngx_http_test_content_type() *) ngx_http_types_slot() *) ngx_http_merge_types()
* always test root existence for access_log with variablesIgor Sysoev2008-07-07
|
* the "Expect" header supportIgor Sysoev2008-06-26
|
* *) host in request line has priorityIgor Sysoev2008-05-15
| | | | | *) allow several Host headers *) validate host
* axe old flag remained after ancient "post_accept_timeout" directiveIgor Sysoev2008-01-08
|
* axe useless r->server_nameIgor Sysoev2007-12-30
|
* ngx_http_gzip_static_module and gzip_disableIgor Sysoev2007-12-27
|
* r->headers_out.refreshIgor Sysoev2007-11-27
|
* If-Range supportIgor Sysoev2007-11-09
|
* fix English grammarIgor Sysoev2007-10-14
|
* regex in server_nameIgor Sysoev2007-08-12
|
* the "www.example.*" wildcard hash supportIgor Sysoev2007-06-11
|
* $request_time has millisecond precisionIgor Sysoev2007-04-21
|
* ngx_http_sub_filter_moduleIgor Sysoev2007-04-19
|
* store the upstream states before X-Accel-Redirect to a next upstreamIgor Sysoev2007-04-18
|
* disable TRACE methodIgor Sysoev2007-03-30
|
* undo "client_body_in_file_only any"Igor Sysoev2007-01-25
| | | | | | | | | and introduce "client_body_in_file_only clean" introduce ngx_pool_delete_file() to not break a possible third-party ngx_pool_cleanup_file() usage that may lead to an removal of the useful files delete unnecessary ngx_http_finalize_request_body()
* the "Overwrite" header lineIgor Sysoev2007-01-18
|
* NGX_HTTP_PRECONDITION_FAILEDIgor Sysoev2007-01-18
|
* count connection once per requestIgor Sysoev2007-01-07
|
* move ranges array to ngx_http_range_filter_ctx_tIgor Sysoev2006-12-29
|
* add more WebDAV methodsIgor Sysoev2006-11-14
|
* high level HTTP buffered flags should be on per-subrequest basis,Igor Sysoev2006-10-30
| | | | this fix a bug in SSI when a big static file is included
* <!--#include virtual=... set=... -->Igor Sysoev2006-10-13
|
* remove r->root_lengthIgor Sysoev2006-10-12
|
* compact r->http_minor and r->http_majorIgor Sysoev2006-10-12
|