summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-01Realip: fixed uninitialized memory access.Roman Arutyunyan1-1/+1
2016-08-25Geo: fixed indentation.Sergey Kandaurov1-5/+5
2016-08-23Geo: fixed warnings when removing nonexistent ranges.Ruslan Ermilov1-7/+3
2016-08-23Geo: fixed insertion of ranges specified in descending order.Ruslan Ermilov1-3/+8
2016-08-23Geo: fixed removing a range in certain cases.Ruslan Ermilov1-1/+1
2016-08-23Geo: fixed overflow when iterating over ranges.Ruslan Ermilov1-2/+10
2016-08-18Geo: fixed access to already freed memory.Valentin Bartenev1-1/+6
2016-08-08Simplified extraction of current time.Ruslan Ermilov2-16/+8
2016-07-07Avoid left-shifting integers into the sign bit, which is undefined.Sergey Kandaurov2-3/+3
2016-07-02Sub filter: eliminate unnecessary buffering.Roman Arutyunyan1-4/+37
2016-07-02Sub filter: introduced the ngx_http_sub_match() function.Roman Arutyunyan1-31/+52
2016-06-20Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.Roman Arutyunyan1-37/+2
2016-06-15SSL: ngx_ssl_ciphers() to set list of ciphers.Tim Taubert3-27/+7
2016-05-23Realip: detect duplicate real_ip_header directive.Ruslan Ermilov1-0/+4
2016-05-23Realip: take client port from PROXY protocol header.Dmitry Volyntsev1-0/+22
2016-05-23Added the $realip_remote_port variable.Dmitry Volyntsev1-4/+71
2016-05-23Introduced the ngx_sockaddr_t type.Ruslan Ermilov1-1/+1
2016-05-19SSL: support for multiple curves (ticket #885).Maxim Dounin1-1/+1
2016-05-19SSL: support for multiple certificates (ticket #814).Maxim Dounin2-17/+34
2016-05-16Dav: return 501 on PUT with ranges (ticket #948).Maxim Dounin1-0/+6
2016-05-12Map: support of complex values in resulting strings.Dmitry Volyntsev1-59/+67
2015-12-18Upstream: the "transparent" parameter of proxy_bind and friends.Roman Arutyunyan5-5/+5
2016-04-11FastCGI: skip special bufs in buffered request body chain.Valentin Bartenev1-0/+5
2016-04-11Fixed typos.Alessandro Ghedini1-2/+2
2016-04-07Fixed spelling.Josh Soref2-5/+5
2016-03-31SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0.Maxim Dounin1-1/+1
2016-03-31Fixed logging.Sergey Kandaurov14-25/+25
2016-03-31Fixed logging with variable field width.Sergey Kandaurov2-4/+5
2016-03-31Fixed logging in close error handling.Sergey Kandaurov1-1/+1
2016-03-30Style.Ruslan Ermilov11-28/+28
2016-03-28Upstream: proxy_next_upstream non_idempotent.Maxim Dounin4-0/+4
2016-03-28Sub filter: fixed allocation alignment.Roman Arutyunyan1-4/+4
2016-02-18Headers filter: fixed "add_header ... '' always".Ruslan Ermilov1-8/+8
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin1-4/+4
2015-12-17Upstream: don't keep connections on early responses (ticket #669).Maxim Dounin1-0/+4
2015-12-08Slice filter: terminate first slice with last_in_chain flag.Roman Arutyunyan1-0/+1
2015-12-08Slice filter: never run subrequests when main request is buffered.Roman Arutyunyan1-0/+4
2015-12-07Slice filter.Roman Arutyunyan2-5/+544
2015-11-06Proxy: improved code readability.Ruslan Ermilov1-12/+5
2015-11-06Style: unified request method checks.Ruslan Ermilov3-3/+3
2015-11-21Upstream: fixed "no port" detection in evaluated upstreams.Ruslan Ermilov4-8/+12
2015-11-16Realip: the $realip_remote_addr variable.Ruslan Ermilov1-1/+71
2015-11-11Upstream: proxy_cache_convert_head directive.Roman Arutyunyan1-0/+11
2015-09-21Sub filter: fixed initialization in http{} level (ticket #791).Roman Arutyunyan1-1/+2
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-11/+13
2015-09-11Fixed segfault with incorrect location nesting.Maxim Dounin1-1/+1
2015-08-18Perl: prototyping behavior explicitly specified.Maxim Dounin1-0/+3
2015-08-18Perl: fixed warning about "sep" may be used uninitialized.Maxim Dounin1-9/+6
2015-08-17Win32: MSVC 2015 compatibility.Maxim Dounin2-6/+5
2015-08-17Sub filter: support of variables in the strings to replace.Dmitry Volyntsev1-28/+146