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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-24
nginx-1.9.12-RELEASE
release-1.9.12
Maxim Dounin
1
-0
/
+102
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-19
Configure: added "build" target.
Maxim Dounin
2
-4
/
+5
2016-02-19
SSL: avoid calling SSL_shutdown() during handshake (ticket #901).
Maxim Dounin
1
-0
/
+13
2016-02-19
SSL: fixed SSL_shutdown() comment.
Maxim Dounin
1
-1
/
+1
2016-02-18
Headers filter: fixed "add_header ... '' always".
Ruslan Ermilov
1
-8
/
+8
2016-02-19
Configure: skip building OpenSSL documentation to conserve time.
Sergey Kandaurov
1
-1
/
+1
2016-02-18
Configure: fixed static nginx build with OpenSSL (ticket #903).
Ruslan Ermilov
2
-7
/
+9
2016-02-18
Core: added support for more than 64 CPUs in worker_cpu_affinity.
Vladimir Homutov
6
-59
/
+83
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-15
Core: improved logging on invalid NGINX variable (ticket #900).
Maxim Dounin
1
-0
/
+6
2016-02-13
Updated OpenSSL used for win32 builds.
Maxim Dounin
1
-1
/
+1
2016-02-13
Win32: simplified and improved handling of MSVC versions.
Maxim Dounin
10
-49
/
+41
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
4
-56
/
+353
2016-02-11
Dynamic modules: fixed a version mismatch message (ticket #898).
Ruslan Ermilov
1
-1
/
+1
2016-02-11
Stream: initialize variable right before using it.
Roman Arutyunyan
1
-2
/
+2
2016-02-11
Stream: removed useless typedef.
Roman Arutyunyan
1
-3
/
+0
2016-02-10
Dynamic modules: added auth_basic module libs via ngx_module_libs=.
Ruslan Ermilov
1
-2
/
+1
2016-02-09
Core: ngx_module_t compatibility with C++.
Piotr Sikora
1
-1
/
+1
2016-02-10
Version bump.
Maxim Dounin
1
-2
/
+2
2016-02-09
release-1.9.11 tag
Maxim Dounin
1
-0
/
+1
2016-02-09
nginx-1.9.11-RELEASE
release-1.9.11
Maxim Dounin
1
-0
/
+43
2016-02-08
Dynamic modules: NGX_STREAM define removed.
Maxim Dounin
1
-2
/
+0
2016-02-05
Dynamic modules: added dlsym() to configure test.
Valentin Bartenev
1
-1
/
+1
2016-02-05
Dynamic modules: fixed a copy-n-paste error.
Ruslan Ermilov
1
-1
/
+1
2016-02-04
Dynamic modules.
Maxim Dounin
21
-34
/
+1136
2016-02-04
Dynamic modules: auto/module script.
Maxim Dounin
4
-558
/
+848
2016-02-04
Dynamic modules: introduced HTTP_INIT_FILTER_MODULES.
Maxim Dounin
1
-8
/
+10
2016-02-04
Dynamic modules: dlopen() support.
Maxim Dounin
13
-4
/
+134
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
11
-95
/
+151
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
[next]