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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-26
Resolver: fixed use-after-free memory accesses with CNAME.
Roman Arutyunyan
2
-39
/
+35
2016-01-26
Resolver: changed the ngx_resolver_create_*_query() arguments.
Roman Arutyunyan
1
-30
/
+27
2016-01-26
Resolver: fixed CNAME processing for several requests.
Ruslan Ermilov
1
-6
/
+15
2016-01-26
Resolver: fixed crashes in timeout handler.
Ruslan Ermilov
2
-25
/
+42
2016-01-26
Resolver: fixed possible segmentation fault on DNS format error.
Roman Arutyunyan
1
-1
/
+1
2016-01-12
Request body: removed surplus assigment, no functional changes.
Valentin Bartenev
1
-6
/
+0
2016-01-11
Core: worker_cpu_affinity auto.
Maxim Dounin
2
-2
/
+42
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-17
Version bump.
Maxim Dounin
1
-2
/
+2
2015-12-09
Fixed fastcgi_pass with UNIX socket and variables (ticket #855).
Ruslan Ermilov
1
-1
/
+3
2015-12-09
Version bump.
Ruslan Ermilov
1
-2
/
+2
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-02
Core: fix typo in error message.
Piotr Sikora
1
-1
/
+1
2015-12-03
Style: NGX_PTR_SIZE replaced with sizeof(void *).
Maxim Dounin
2
-2
/
+2
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-23
Core: enabled "include" inside http upstreams (ticket #635).
Ruslan Ermilov
1
-1
/
+1
2015-11-21
Upstream: fixed "no port" detection in evaluated upstreams.
Ruslan Ermilov
5
-10
/
+22
2015-11-17
Used the pwritev() syscall for writing files where possible.
Valentin Bartenev
1
-3
/
+35
2015-11-17
Moved file writev() handling code to a separate function.
Valentin Bartenev
1
-32
/
+51
2015-11-17
Handled EINTR from write() and pwrite() syscalls.
Valentin Bartenev
1
-3
/
+20
2015-11-17
Adjusted file->sys_offset after the write() syscall.
Valentin Bartenev
1
-0
/
+1
2015-11-17
Version bump.
Valentin Bartenev
1
-2
/
+2
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-30
Fixed ngx_parse_time() out of bounds access (ticket #821).
Maxim Dounin
1
-1
/
+1
2015-10-26
Syslog: added "nohostname" option.
Vladimir Homutov
2
-1
/
+10
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-27
Version bump.
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
[next]