summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_core_module.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-12Deprecated "aio sendfile".Ruslan Ermilov1-1/+0
2014-08-15Fixed typo.Sergey Kandaurov1-1/+1
2014-06-26Entity tags: downgrade strong etags to weak ones as needed.Maxim Dounin1-0/+1
2014-03-17Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan1-0/+2
2013-12-03Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.Mathew Rodley1-0/+3
2013-03-20Preliminary experimental support for SPDY draft 2.Valentin Bartenev1-1/+7
2013-02-27The default server lookup is now done only once per connection.Valentin Bartenev1-10/+18
2013-02-27Correctly handle multiple X-Forwarded-For headers (ticket #106).Ruslan Ermilov1-1/+2
2012-07-30Core: ipv6only is now on by default.Ruslan Ermilov1-1/+1
2012-07-09Entity tags: the "etag" directive.Maxim Dounin1-0/+1
2012-07-09Entity tags: set for static respones.Maxim Dounin1-0/+1
2012-07-07Entity tags: clear on entity changes.Maxim Dounin1-0/+7
2012-05-14New function ngx_http_get_forwarded_addr() to look up real client address.Ruslan Ermilov1-0/+3
2012-02-27Disable symlinks: added the "from=" parameter to the "disable_symlinks"Valentin Bartenev1-0/+1
2012-02-27Disable symlinks: initialization of the "disable_symlinks" field inValentin Bartenev1-0/+4
2012-02-13Added disable_symlinks directive.Andrey Belov1-0/+4
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-12-05Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev1-0/+6
2011-10-12Clear old Location header (if any) while adding a new one.Maxim Dounin1-0/+7
2011-08-31The "max_ranges" directive.Igor Sysoev1-0/+1
2011-08-01lingering_close "off|on|always"Igor Sysoev1-0/+6
2010-11-26keepalive_disableIgor Sysoev1-0/+6
2010-10-04gzip_disable degradationIgor Sysoev1-0/+3
2010-08-03inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass insideIgor Sysoev1-0/+1
2010-07-05listen setfib=XIgor Sysoev1-0/+3
2010-06-18add files missed in the previuos commitIgor Sysoev1-0/+2
2010-06-18ngx_http_send_response()Igor Sysoev1-0/+2
2010-05-31fix handling an inherited alias in inclusive locationIgor Sysoev1-1/+2
2010-04-01chunked_transfer_encodingIgor Sysoev1-0/+1
2009-12-22fix building by gcc 4.4 with -O2/3/s:Igor Sysoev1-1/+12
2009-11-16regex named capturesIgor Sysoev1-4/+3
2009-10-21allow to set listen options in any serverIgor Sysoev1-0/+1
2009-10-21rename core_srv_conf fields to more understandable default_server and serverIgor Sysoev1-3/+3
2009-10-21*) move sockaddr to the listen optionsIgor Sysoev1-12/+4
2009-10-21fix r3218:Igor Sysoev1-4/+5
2009-10-21refactor http listen code: remove duplicate options fieldsIgor Sysoev1-7/+0
2009-10-21refactor http listen code:Igor Sysoev1-10/+8
2009-09-30read_aheadIgor Sysoev1-0/+1
2009-08-30aio sendfileIgor Sysoev1-0/+5
2009-08-28directio_alignmentIgor Sysoev1-0/+1
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev1-0/+3
2009-07-14ngx_http_set_exten() is always successful since 0.3.46Igor Sysoev1-1/+1
2009-06-02limit_rate_afterIgor Sysoev1-0/+1
2009-05-25keepalive_requestsIgor Sysoev1-0/+1
2009-05-18use ngx_connection_local_sockaddr() instead of ngx_http_server_addr()Igor Sysoev1-1/+0
2009-05-14client_body_in_single_bufferIgor Sysoev1-0/+2
2009-05-14fix client_body_in_file_only typeIgor Sysoev1-1/+1
2009-04-30*) refactor error_log processing: listen socket log might inherit built-inIgor Sysoev1-1/+1
2009-04-15support HEAD in proxy cacheIgor Sysoev1-0/+2
2009-04-11try_files status codeIgor Sysoev1-1/+3