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
2015-12-09
Fixed fastcgi_pass with UNIX socket and variables (ticket #855).
Ruslan Ermilov
1
-1
/
+3
2015-12-08
Slice filter: terminate first slice with last_in_chain flag.
Roman Arutyunyan
1
-0
/
+1
2015-12-08
Slice filter: never run subrequests when main request is buffered.
Roman Arutyunyan
1
-0
/
+4
2015-12-08
SSL: fixed possible segfault on renegotiation (ticket #845).
Sergey Kandaurov
1
-0
/
+4
2015-12-07
Slice filter.
Roman Arutyunyan
3
-5
/
+546
2015-12-07
Upstream: fill r->headers_out.content_range from upstream response.
Roman Arutyunyan
1
-0
/
+5
2015-12-03
Style: NGX_PTR_SIZE replaced with sizeof(void *).
Maxim Dounin
1
-1
/
+1
2015-12-02
Style.
Maxim Dounin
1
-1
/
+1
2015-11-30
Stop emulating a space character after r->method_name.
Ruslan Ermilov
2
-4
/
+1
2015-11-06
Proxy: improved code readability.
Ruslan Ermilov
1
-12
/
+5
2015-11-30
Reduced the number of GET method constants.
Ruslan Ermilov
1
-4
/
+1
2015-11-30
Increased the default "connection_pool_size" on 64-bit platforms.
Valentin Bartenev
1
-1
/
+1
2015-11-06
Style: unified request method checks.
Ruslan Ermilov
5
-5
/
+5
2015-11-21
Upstream: fixed "no port" detection in evaluated upstreams.
Ruslan Ermilov
5
-10
/
+22
2015-11-16
Realip: the $realip_remote_addr variable.
Ruslan Ermilov
1
-1
/
+71
2015-11-13
HTTP/2: reused HEADERS and CONTINUATION frames buffers.
Valentin Bartenev
2
-10
/
+21
2015-11-13
HTTP/2: fixed handling of output HEADERS frames.
Valentin Bartenev
1
-6
/
+19
2015-11-13
HTTP/2: fixed invalid headers handling (ticket #831).
Valentin Bartenev
1
-0
/
+2
2015-11-11
Upstream: proxy_cache_convert_head directive.
Roman Arutyunyan
3
-1
/
+13
2015-11-05
SSL: only select HTTP/2 using NPN if "http2" is enabled.
Valentin Bartenev
1
-10
/
+16
2015-11-05
HTTP/2: backed out 16905ecbb49e (ticket #822).
Valentin Bartenev
1
-3
/
+5
2015-10-27
HTTP/2: changed behavior of the "http2_max_field_size" directive.
Valentin Bartenev
2
-21
/
+13
2015-10-27
HTTP/2: fixed spelling.
Valentin Bartenev
1
-2
/
+2
2015-10-26
HTTP/2: simplified checking the END_STREAM flag.
Valentin Bartenev
1
-5
/
+3
2015-10-26
HTTP/2: improved the ngx_http_v2_integer_octets(v) macro.
Valentin Bartenev
1
-1
/
+6
2015-10-26
HTTP/2: fixed the NGX_HTTP_V2_MAX_FIELD macro.
Valentin Bartenev
1
-1
/
+2
2015-09-28
HTTP/2: fixed splitting of response headers on CONTINUATION frames.
Valentin Bartenev
1
-173
/
+158
2015-10-26
HTTP/2: introduced NGX_HTTP_V2_ENCODE_* macros.
Valentin Bartenev
1
-11
/
+14
2015-10-26
HTTP/2: simplified producing of the Last-Modified header.
Valentin Bartenev
1
-3
/
+2
2015-10-26
HTTP/2: fixed header block size calculation.
Valentin Bartenev
1
-1
/
+1
2015-10-01
HTTP/2: fix handling of connection errors.
Piotr Sikora
1
-6
/
+6
2015-10-01
HTTP/2: fix indirect reprioritization.
Piotr Sikora
1
-4
/
+13
2015-10-01
HTTP/2: reject self-dependent streams.
Piotr Sikora
1
-0
/
+16
2015-10-20
HTTP/2: improved error handling while parsing integers.
Valentin Bartenev
1
-4
/
+4
2015-10-20
HTTP/2: improved HPACK integer parsing code readability.
Ruslan Ermilov
1
-3
/
+3
2015-10-19
Fixed variables prefix comparison.
Maxim Dounin
1
-12
/
+26
2015-10-19
Fixed handling of empty root.
Maxim Dounin
1
-1
/
+3
2015-10-19
HTTP/2: fixed parsing of literal header fields without indexing.
Valentin Bartenev
1
-1
/
+1
2015-09-28
HTTP/2: fixed $server_protocol value (ticket #800).
Valentin Bartenev
1
-0
/
+2
2015-09-22
Style.
Maxim Dounin
1
-1
/
+2
2015-09-15
Increased the default number of output buffers.
Valentin Bartenev
1
-1
/
+1
2015-09-22
HTTP/2: fixed header block parsing with CONTINUATION frames (#792).
Valentin Bartenev
2
-70
/
+136
2015-09-22
HTTP/2: fixed HPACK header field parsing.
Valentin Bartenev
1
-0
/
+5
2015-09-21
Sub filter: fixed initialization in http{} level (ticket #791).
Roman Arutyunyan
1
-1
/
+2
2015-09-11
The HTTP/2 implementation (RFC 7240, 7241).
Valentin Bartenev
21
-5680
/
+9225
2015-09-11
Fixed segfault with incorrect location nesting.
Maxim Dounin
2
-2
/
+2
2015-09-11
Cache: check the whole cache key in addition to hashes.
Maxim Dounin
1
-2
/
+19
2015-09-03
Upstream: fixed cache send error handling.
Roman Arutyunyan
1
-11
/
+14
2015-08-31
Decreased the NGX_HTTP_MAX_SUBREQUESTS limit.
Valentin Bartenev
1
-1
/
+1
2015-08-31
Added protection against r->main->count overflow by subrequests.
Valentin Bartenev
2
-1
/
+11
[next]