index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
http
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-07
Core: introduced ngx_cidr_match() function.
Dmitry Volyntsev
1
-98
/
+24
2016-09-01
Realip: fixed uninitialized memory access.
Roman Arutyunyan
1
-1
/
+1
2016-08-25
Geo: fixed indentation.
Sergey Kandaurov
1
-5
/
+5
2016-08-23
Geo: fixed warnings when removing nonexistent ranges.
Ruslan Ermilov
1
-7
/
+3
2016-08-23
Geo: fixed insertion of ranges specified in descending order.
Ruslan Ermilov
1
-3
/
+8
2016-08-23
Geo: fixed removing a range in certain cases.
Ruslan Ermilov
1
-1
/
+1
2016-08-23
Geo: fixed overflow when iterating over ranges.
Ruslan Ermilov
1
-2
/
+10
2016-08-18
Geo: fixed access to already freed memory.
Valentin Bartenev
1
-1
/
+6
2016-08-10
Upstream: the $upstream_bytes_received variable.
Vladimir Homutov
2
-1
/
+22
2016-08-08
Simplified extraction of current time.
Ruslan Ermilov
2
-16
/
+8
2016-07-06
Fixed regex captures handling without PCRE.
Vladimir Homutov
1
-6
/
+8
2016-07-19
HTTP/2: flushing of the SSL buffer in transition to the idle state.
Valentin Bartenev
1
-2
/
+18
2016-07-19
HTTP/2: refactored ngx_http_v2_send_output_queue().
Valentin Bartenev
1
-10
/
+10
2016-07-19
HTTP/2: fixed send timer handling.
Valentin Bartenev
1
-1
/
+1
2016-07-19
HTTP/2: avoid sending output queue if there's nothing to send.
Valentin Bartenev
1
-0
/
+10
2016-07-19
HTTP/2: always handle streams in error state.
Valentin Bartenev
1
-6
/
+8
2016-07-19
HTTP/2: prevented output of the HEADERS frame for canceled streams.
Valentin Bartenev
1
-2
/
+6
2016-07-19
HTTP/2: always send GOAWAY while worker is shutting down.
Valentin Bartenev
1
-1
/
+1
2016-07-07
HTTP/2: avoid left-shifting signed integer into the sign bit.
Sergey Kandaurov
1
-1
/
+1
2016-07-07
Avoid left-shifting integers into the sign bit, which is undefined.
Sergey Kandaurov
3
-14
/
+14
2016-07-06
Use NGX_MAX_PATH_LEVEL where appropriate.
Ruslan Ermilov
1
-5
/
+5
2016-07-02
Sub filter: eliminate unnecessary buffering.
Roman Arutyunyan
1
-4
/
+37
2016-07-02
Sub filter: introduced the ngx_http_sub_match() function.
Roman Arutyunyan
1
-31
/
+52
2016-06-22
HTTP/2: style.
Piotr Sikora
1
-6
/
+4
2016-06-20
Upstream: support for port in proxy_bind and friends.
Roman Arutyunyan
1
-2
/
+3
2016-06-20
Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.
Roman Arutyunyan
6
-166
/
+10
2016-06-15
SSL: ngx_ssl_ciphers() to set list of ciphers.
Tim Taubert
3
-27
/
+7
2016-06-16
HTTP/2: fixed the "http request count is zero" alert.
Valentin Bartenev
1
-0
/
+1
2016-06-16
HTTP/2: avoid adding Content-Length for requests without body.
Valentin Bartenev
1
-2
/
+4
2016-06-16
HTTP/2: prevented double termination of a stream.
Valentin Bartenev
1
-0
/
+5
2016-06-16
HTTP/2: fixed a segfault while processing unbuffered upload.
Valentin Bartenev
1
-4
/
+0
2016-06-07
Fixed an error log message.
Valentin Bartenev
1
-1
/
+1
2016-05-24
HTTP/2: unbreak build on MSVC.
Valentin Bartenev
1
-1
/
+1
2016-05-24
HTTP/2: implemented preread buffer for request body (closes #959).
Valentin Bartenev
4
-43
/
+146
2016-05-23
Realip: detect duplicate real_ip_header directive.
Ruslan Ermilov
1
-0
/
+4
2016-05-23
Realip: port support in X-Real-IP and X-Forwarded-For.
Dmitry Volyntsev
1
-1
/
+3
2016-05-23
Realip: take client port from PROXY protocol header.
Dmitry Volyntsev
1
-0
/
+22
2016-05-23
Added the $realip_remote_port variable.
Dmitry Volyntsev
1
-4
/
+71
2016-05-23
Added the $proxy_protocol_port variable.
Dmitry Volyntsev
1
-0
/
+31
2016-05-23
Renamed "u" to "sockaddr" in listen options types.
Maxim Dounin
3
-15
/
+17
2016-05-23
Introduced the ngx_sockaddr_t type.
Ruslan Ermilov
3
-13
/
+3
2016-05-20
Use ngx_cmp_sockaddr() where appropriate.
Ruslan Ermilov
2
-34
/
+4
2016-05-20
HTTP/2: the "421 Misdirected Request" response (closes #848).
Valentin Bartenev
4
-9
/
+23
2016-05-19
SSL: support for multiple curves (ticket #885).
Maxim Dounin
1
-1
/
+1
2016-05-19
SSL: support for multiple certificates (ticket #814).
Maxim Dounin
2
-17
/
+34
2016-05-18
Added overflow checks for version numbers (ticket #762).
Maxim Dounin
1
-0
/
+16
2016-05-16
Cache: fixed updating bypassed cached errors (ticket #827).
Maxim Dounin
1
-0
/
+1
2016-05-16
Dav: return 501 on PUT with ranges (ticket #948).
Maxim Dounin
3
-0
/
+11
2016-05-13
Improved EPOLLRDHUP handling.
Valentin Bartenev
2
-2
/
+10
2016-05-12
Map: support of complex values in resulting strings.
Dmitry Volyntsev
1
-59
/
+67
[next]