summaryrefslogtreecommitdiff
path: root/src/http/ngx_http.h
Commit message (Expand)AuthorAgeFilesLines
* Reworked multi headers to use linked lists.Maxim Dounin2022-05-301-4/+4
* Moved Huffman coding out of HTTP/2.Ruslan Ermilov2021-12-211-0/+8
* SSL: variables support in ssl_certificate and ssl_certificate_key.Maxim Dounin2019-02-251-0/+4
* Modules compatibility: http2.Maxim Dounin2016-10-031-3/+0
* The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev2015-09-111-4/+4
* Moved ngx_http_parse_time() to core, renamed accordingly.Maxim Dounin2015-06-111-3/+0
* Removed unused ngx_http_get_time() declaration.Maxim Dounin2015-06-111-2/+0
* Request body: unbuffered reading.Maxim Dounin2015-03-231-0/+1
* Request body: filters support.Maxim Dounin2015-03-231-0/+1
* Removed busy locks.Ruslan Ermilov2015-03-201-1/+0
* Style: moved ngx_http_ephemeral() macro to ngx_http_request.h.Ruslan Ermilov2015-03-041-3/+0
* Upstream: added the "$upstream_cookie_<name>" variables.Vladimir Homutov2014-04-291-0/+2
* Fixed build with --with-mail_ssl_module.Maxim Dounin2013-05-111-1/+1
* Preliminary experimental support for SPDY draft 2.Valentin Bartenev2013-03-201-0/+14
* Removed unused prototype of ngx_http_find_server_conf().Valentin Bartenev2013-03-111-1/+0
* SNI: reuse selected configuration for all requests in a connection.Valentin Bartenev2013-02-271-1/+1
* Fixed and improved the "*_bind" directives of proxying modules.Ruslan Ermilov2013-01-161-1/+1
* Request body: chunked parsing moved to ngx_http_parse.c from proxy.Maxim Dounin2012-11-211-0/+10
* Copyright updated.Maxim Konovalov2012-01-181-0/+1
* Protocol version parsing in ngx_http_parse_status_line().Maxim Dounin2011-09-151-0/+1
* ngx_http_degraded()Igor Sysoev2010-10-041-0/+4
* ngx_http_parse_status_line()Igor Sysoev2010-06-151-0/+10
* fix building by gcc 4.x with -O2/3/s in some Linux distributions:Igor Sysoev2009-12-211-1/+1
* support "*" in gzip_types, ssi_types, etcIgor Sysoev2009-11-301-3/+3
* *) move sockaddr to the listen optionsIgor Sysoev2009-10-211-1/+1
* refactor http listen code:Igor Sysoev2009-10-211-0/+2
* restore discard body handler after ngx_http_set_writer() set it toIgor Sysoev2009-10-191-0/+1
* *) ngx_http_ephemeralIgor Sysoev2009-08-301-1/+5
* allow to pass image filter errors via the same location where the filter is setIgor Sysoev2009-05-081-1/+1
* ngx_http_filter_finalize_request() and ngx_http_clean_header()Igor Sysoev2009-05-011-0/+3
* a prelimiary proxy cache supportIgor Sysoev2009-03-231-10/+8
* use complex value in error_pageIgor Sysoev2009-03-221-1/+1
* ngx_http_split_args()Igor Sysoev2009-03-191-0/+2
* ngx_http_arg()Igor Sysoev2008-12-221-0/+3
* *) refactor subrequest handling, now they run as separate posted requestsIgor Sysoev2008-12-081-0/+3
* ngx_http_limit_req_moduleIgor Sysoev2008-11-101-0/+1
* underscores_in_headersIgor Sysoev2008-09-241-1/+2
* *) fix segfaults in types hashIgor Sysoev2008-08-131-1/+1
* use hash in gzip_types, ssi_types, and sub_filter_typesIgor Sysoev2008-08-121-0/+2
* test Content-Type via hash:Igor Sysoev2008-08-041-0/+8
* locations treeIgor Sysoev2008-05-241-0/+4
* axe never used variablesIgor Sysoev2008-05-221-4/+0
* log server addressIgor Sysoev2007-12-301-1/+1
* delete unneeded declarationIgor Sysoev2007-11-281-5/+0
* merge_slashesIgor Sysoev2007-10-181-1/+2
* rename ngx_http_discard_body() to ngx_http_discard_request_body()Igor Sysoev2007-08-061-1/+1
* rename ngx_http_block_read() and ngx_http_test_read() to ..._reading()Igor Sysoev2007-08-061-0/+1
* SNI supportIgor Sysoev2007-05-291-0/+4
* upstream choice modulesIgor Sysoev2006-12-041-0/+1
* axe old % log formatIgor Sysoev2006-11-271-1/+0