summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-06Realip: fixed duplicate processing on redirects (ticket #1098).Maxim Dounin1-4/+4
2016-10-05Cache: cache manager limits.Dmitry Volyntsev2-9/+98
2016-10-03Addition filter: set last_in_chain flag when clearing last_buf.Roman Arutyunyan1-0/+1
2016-10-03Do not set last_buf flag in subrequests.Roman Arutyunyan3-3/+4
2016-10-03Modules compatibility: removed two NGX_HAVE_DEFERRED_ACCEPT checks.Ruslan Ermilov1-3/+1
2016-10-03Modules compatibility: removed unneeded NGX_HAVE_REUSEPORT checks.Maxim Dounin1-2/+0
2016-10-03Modules compatibility: removed unneeded IPV6_V6ONLY checks.Maxim Dounin3-3/+3
2016-10-03Modules compatibility: http2.Maxim Dounin3-11/+0
2016-10-03Modules compatibility: degradation fields now always present.Maxim Dounin1-2/+0
2016-09-29Introduced the NGX_COMPAT macro.Ruslan Ermilov2-0/+12
2016-09-29Modules compatibility: down flag promoted to a bitmask.Maxim Dounin1-1/+1
2016-09-29Modules compatibility: upstream config field.Maxim Dounin2-0/+3
2016-09-29Modules compatibility: status fields.Maxim Dounin1-0/+1
2016-09-29Modules compatibility: health check fields.Maxim Dounin1-0/+2
2016-09-29Modules compatibility: cache purge fields.Maxim Dounin2-1/+5
2016-09-29Modules compatibility: slow start fields.Maxim Dounin2-0/+3
2016-09-22Upstream: max_conns.Ruslan Ermilov7-1/+58
2016-09-22Upstream: removed the quick recovery mechanism.Ruslan Ermilov2-12/+0
2016-09-22Upstream: introduced u->upstream.Maxim Dounin2-0/+3
2016-09-22Upstream: style.Maxim Dounin3-3/+0
2016-07-25Upstream: style, ngx_http_upstream_rr_peer_t.next moved.Maxim Dounin1-2/+2
2016-09-20Perl: pass additional linker options to perl module.Konstantin Pavlov1-0/+2
2016-09-20Fixed log levels of configuration parsing errors.Valentin Bartenev1-2/+2
2016-09-20Removed influence of some options on structures.Ruslan Ermilov1-4/+1
2016-09-16Upstream hash: fixed missing upstream name initialization.Vladimir Homutov1-0/+1
2016-09-07Core: introduced ngx_cidr_match() function.Dmitry Volyntsev1-98/+24
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-10Upstream: the $upstream_bytes_received variable.Vladimir Homutov2-1/+22
2016-08-08Simplified extraction of current time.Ruslan Ermilov2-16/+8
2016-07-06Fixed regex captures handling without PCRE.Vladimir Homutov1-6/+8
2016-07-19HTTP/2: flushing of the SSL buffer in transition to the idle state.Valentin Bartenev1-2/+18
2016-07-19HTTP/2: refactored ngx_http_v2_send_output_queue().Valentin Bartenev1-10/+10
2016-07-19HTTP/2: fixed send timer handling.Valentin Bartenev1-1/+1
2016-07-19HTTP/2: avoid sending output queue if there's nothing to send.Valentin Bartenev1-0/+10
2016-07-19HTTP/2: always handle streams in error state.Valentin Bartenev1-6/+8
2016-07-19HTTP/2: prevented output of the HEADERS frame for canceled streams.Valentin Bartenev1-2/+6
2016-07-19HTTP/2: always send GOAWAY while worker is shutting down.Valentin Bartenev1-1/+1
2016-07-07HTTP/2: avoid left-shifting signed integer into the sign bit.Sergey Kandaurov1-1/+1
2016-07-07Avoid left-shifting integers into the sign bit, which is undefined.Sergey Kandaurov3-14/+14
2016-07-06Use NGX_MAX_PATH_LEVEL where appropriate.Ruslan Ermilov1-5/+5
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-22HTTP/2: style.Piotr Sikora1-6/+4
2016-06-20Upstream: support for port in proxy_bind and friends.Roman Arutyunyan1-2/+3