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-02-04
Dynamic modules.
Maxim Dounin
5
-10
/
+653
2016-02-04
Dynamic modules: dlopen() support.
Maxim Dounin
10
-0
/
+127
2016-02-04
Dynamic modules: changed ngx_modules to cycle->modules.
Maxim Dounin
16
-140
/
+148
2016-02-04
Dynamic modules: moved module-related stuff to separate files.
Maxim Dounin
10
-95
/
+149
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
2015-12-17
Resolver: style.
Ruslan Ermilov
1
-9
/
+8
2015-12-17
Resolver: improved PTR response processing.
Ruslan Ermilov
1
-28
/
+74
2015-12-17
Resolver: style.
Ruslan Ermilov
1
-13
/
+13
2016-02-02
Resolver: free TCP buffers on resolver cleanup.
Roman Arutyunyan
1
-0
/
+10
2016-02-02
Resolver: fixed possible resource leak introduced in 5a16d40c63de.
Ruslan Ermilov
1
-0
/
+2
2016-01-28
Resolver: TCP support.
Roman Arutyunyan
2
-51
/
+549
2016-01-28
Resolver: per-request DNS server balancer.
Roman Arutyunyan
2
-5
/
+17
2016-01-28
Resolver: renamed UDP-specific structures, fields and variables.
Roman Arutyunyan
2
-63
/
+63
2016-01-28
Resolver: removed unused field from ngx_resolver_ctx_t.
Roman Arutyunyan
1
-3
/
+1
2016-01-28
Version bump.
Roman Arutyunyan
1
-2
/
+2
2016-01-26
Resolver: limited CNAME recursion.
Ruslan Ermilov
1
-6
/
+22
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
[next]