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-03-18
Threads: writing via threads pools in event pipe.
Maxim Dounin
3
-1
/
+126
2016-03-18
Threads: task pointer stored in ngx_file_t.
Maxim Dounin
1
-2
/
+3
2016-03-16
Style.
Ruslan Ermilov
1
-4
/
+4
2016-03-15
Win32: fixed build after cf3e75cfa951.
Ruslan Ermilov
1
-0
/
+4
2016-03-15
Win32: fixed build after cf3e75cfa951.
Ruslan Ermilov
1
-0
/
+4
2016-03-15
Added variables support to server_tokens.
Ruslan Ermilov
5
-47
/
+166
2016-03-08
Upstream: avoid closing client connection in edge case.
Justin Li
1
-0
/
+5
2016-03-10
Upstream: fixed "zero size buf" alerts with cache (ticket #918).
Maxim Dounin
1
-1
/
+2
2016-03-03
Copy filter: fixed sendfile aio handlers to set ctx->aio.
Maxim Dounin
1
-4
/
+12
2016-03-01
Request body: moved handling of the last part in the save filter.
Valentin Bartenev
1
-69
/
+40
2016-02-24
HTTP/2: implemented per request timeouts (closes #626).
Valentin Bartenev
3
-63
/
+147
2016-02-24
HTTP/2: always use temporary pool for processing headers.
Valentin Bartenev
2
-25
/
+37
2016-02-24
HTTP/2: cleaned up state while closing stream.
Valentin Bartenev
1
-0
/
+4
2016-02-24
Fixed buffer over-read while logging invalid request headers.
Valentin Bartenev
1
-4
/
+3
2016-02-18
Headers filter: fixed "add_header ... '' always".
Ruslan Ermilov
1
-8
/
+8
2016-02-16
HTTP/2: added debug logging of response headers.
Valentin Bartenev
1
-0
/
+41
2016-02-16
HTTP/2: use local pointer instead of r->connection.
Valentin Bartenev
1
-2
/
+2
2016-02-12
HTTP/2: fixed undefined behavior in ngx_http_v2_huff_encode().
Valentin Bartenev
1
-2
/
+6
2016-02-11
HTTP/2: implemented HPACK Huffman encoding for response headers.
Valentin Bartenev
3
-56
/
+343
2016-02-04
Dynamic modules: changed ngx_modules to cycle->modules.
Maxim Dounin
4
-37
/
+37
2016-02-04
Dynamic modules: moved module-related stuff to separate files.
Maxim Dounin
1
-8
/
+1
2016-02-04
HTTP/2: fixed possible buffer overrun (ticket #893).
Valentin Bartenev
1
-2
/
+2
2016-02-02
HTTP/2: fixed padding handling in HEADERS frame with CONTINUATION.
Valentin Bartenev
1
-1
/
+11
2016-02-02
HTTP/2: fixed request length accounting.
Valentin Bartenev
1
-1
/
+10
2016-02-02
HTTP/2: fixed excessive memory allocation for pool cleanup.
Valentin Bartenev
1
-1
/
+1
2016-02-02
HTTP/2: removed unused field from ngx_http_v2_stream_t.
Valentin Bartenev
1
-1
/
+0
2016-01-12
Request body: removed surplus assigment, no functional changes.
Valentin Bartenev
1
-6
/
+0
2016-01-11
Upstream: fixed changing method on X-Accel-Redirect.
Maxim Dounin
1
-0
/
+1
2015-12-17
Upstream: don't keep connections on early responses (ticket #669).
Maxim Dounin
3
-0
/
+8
2015-12-17
Fixed PROXY protocol on IPv6 sockets (ticket #858).
Maxim Dounin
1
-0
/
+1
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
[prev]
[next]