summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-17Sub filter: support of multiple strings to replace.Dmitry Volyntsev1-166/+247
2015-08-11Core: idle connections now closed only once on exiting.Valentin Bartenev1-0/+4
2015-07-16Fixed strict aliasing warnings with old GCC versions.Ruslan Ermilov1-1/+1
2015-06-16Upstream: fixed shared upstreams on win32.Ruslan Ermilov1-12/+31
2015-06-11Moved ngx_http_parse_time() to core, renamed accordingly.Maxim Dounin4-5/+5
2015-06-04Upstream keepalive: reduced diffs to the plus version of nginx.Roman Arutyunyan1-39/+42
2015-05-25Disabled SSLv3 by default (ticket #653).Maxim Dounin3-7/+5
2015-05-18Upstream hash: consistency across little/big endianness.Sergey Kandaurov1-4/+15
2015-04-22Upstream: allow multiple upstreams to use the same shared zone.Ruslan Ermilov1-42/+56
2015-04-21Memcached: enabled ranges.Martin Mlynář1-0/+1
2015-04-21Upstream: simplified ip_hash and hash peer selection code.Ruslan Ermilov2-44/+16
2015-04-20Limit req: removed check for unknown limit_req_zone.Sergey Kandaurov1-7/+0
2015-04-16Upstream: get rid of questionable micro-optimization in ip_hash.Ruslan Ermilov1-7/+2
2015-04-14Upstream: the "zone" directive.Ruslan Ermilov1-0/+213
2015-04-14Upstreams: locking.Ruslan Ermilov3-6/+31
2015-04-10Upstream: store peers as a linked list.Ruslan Ermilov3-46/+62
2015-04-10Upstream: track the number of active connections to upstreams.Ruslan Ermilov3-120/+24
2015-03-31Fixed invalid access to complex value defined as an empty string.Sergey Kandaurov1-3/+3
2015-03-26Proxy: fixed proxy_request_buffering and chunked with preread body.Maxim Dounin1-3/+4
2015-03-23Upstream: uwsgi_request_buffering, scgi_request_buffering.Maxim Dounin2-2/+44
2015-03-23FastCGI: fastcgi_request_buffering.Maxim Dounin1-18/+342