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
2019-10-22
nginx-1.17.5-RELEASE
release-1.17.5
Maxim Dounin
1
-0
/
+63
2019-10-21
Win32: silenced -Wcast-function-type GCC warning (ticket #1865).
Maxim Dounin
1
-1
/
+1
2019-10-21
Win32: improved fallback on FormatMessage() errors.
Maxim Dounin
1
-1
/
+1
2019-10-17
SSL: available bytes handling (ticket #1431).
Maxim Dounin
5
-0
/
+78
2019-10-17
Events: available bytes calculation via ioctl(FIONREAD).
Maxim Dounin
17
-12
/
+193
2019-10-17
SSL: improved ngx_ssl_recv_chain() to stop if c->read->ready is 0.
Maxim Dounin
1
-0
/
+4
2019-10-17
Event pipe: disabled c->read->available checking for SSL.
Maxim Dounin
1
-1
/
+5
2019-10-15
Fixed header parsing with ignore_invalid_headers switched off.
Ruslan Ermilov
1
-0
/
+4
2019-10-08
Fixed URI normalization with merge_slashes switched off.
Maxim Dounin
1
-2
/
+2
2019-10-08
The "/." and "/.." at the end of URI should be normalized.
Ruslan Ermilov
1
-6
/
+32
2019-10-08
Improved detection of broken percent encoding in URI.
Ruslan Ermilov
1
-0
/
+4
2019-09-30
Core: removed dead code in ngx_rbtree_delete().
Vladimir Homutov
1
-6
/
+1
2019-09-30
Version bump.
Vladimir Homutov
1
-2
/
+2
2019-09-24
release-1.17.4 tag
Maxim Dounin
1
-0
/
+1
2019-09-24
nginx-1.17.4-RELEASE
release-1.17.4
Maxim Dounin
1
-0
/
+89
2019-09-24
Updated OpenSSL used for win32 builds.
Maxim Dounin
1
-1
/
+1
2019-09-23
HTTP/2: fixed worker_shutdown_timeout.
Ruslan Ermilov
1
-0
/
+5
2019-09-23
HTTP/2: fixed possible alert about left open socket on shutdown.
Ruslan Ermilov
1
-3
/
+2
2019-09-18
HTTP/2: traffic-based flood detection.
Maxim Dounin
3
-3
/
+34
2019-09-18
HTTP/2: switched back to RST_STREAM with NO_ERROR.
Maxim Dounin
1
-22
/
+0
2019-09-16
SSL: fixed ssl_verify_client error message.
Sergey Kandaurov
3
-3
/
+3
2019-09-10
Resolver: fixed possible use-after-free while resolving PTR.
Sergey Kandaurov
1
-1
/
+2
2019-09-10
HTTP/2: close connection on zero WINDOW_UPDATE.
Ruslan Ermilov
1
-33
/
+3
2019-09-10
HTTP/2: close connection on frames with self-dependency.
Ruslan Ermilov
1
-31
/
+9
2019-09-04
Fixed "return" with discarding invalid chunked body.
Sergey Kandaurov
1
-2
/
+4
2019-09-03
Detect runaway chunks in ngx_http_parse_chunked().
Sergey Kandaurov
1
-0
/
+3
2019-08-19
HTTP/2: discard remaining request body after redirect.
Sergey Kandaurov
1
-2
/
+9
2019-08-16
SSL: lowered log level for WSAECONNABORTED errors on Windows.
Maxim Dounin
1
-0
/
+3
2019-08-16
Version bump.
Maxim Dounin
1
-2
/
+2
2019-08-13
release-1.17.3 tag
Maxim Dounin
1
-0
/
+1
2019-08-13
nginx-1.17.3-RELEASE
release-1.17.3
Maxim Dounin
1
-0
/
+40
2019-08-13
HTTP/2: limited number of PRIORITY frames.
Ruslan Ermilov
2
-0
/
+11
2019-08-13
HTTP/2: limited number of DATA frames.
Ruslan Ermilov
3
-5
/
+21
2019-08-13
HTTP/2: reject zero length headers with PROTOCOL_ERROR.
Sergey Kandaurov
1
-4
/
+8
2019-08-01
Mail: fixed duplicate resolving.
Maxim Dounin
1
-0
/
+43
2019-07-31
Gzip: fixed "zero size buf" alerts after ac5a741d39cf.
Maxim Dounin
1
-4
/
+11
2019-07-31
Version bump.
Maxim Dounin
1
-2
/
+2
2019-07-23
release-1.17.2 tag
Maxim Dounin
1
-0
/
+1
2019-07-23
nginx-1.17.2-RELEASE
release-1.17.2
Maxim Dounin
1
-0
/
+89
2019-07-19
Core: fixed memory leak on error, missed in c3f60d618c17.
Maxim Dounin
1
-0
/
+1
2019-07-18
Xslt: fixed potential buffer overflow with null character.
Maxim Dounin
1
-4
/
+2
2019-07-18
SSI: avoid potential buffer overflow.
Maxim Dounin
1
-2
/
+2
2019-07-18
Upstream: fixed EOF handling in unbuffered and upgraded modes.
Maxim Dounin
1
-3
/
+26
2019-07-18
HTTP/2: return error on output on closed stream.
Maxim Dounin
1
-0
/
+6
2019-07-18
Core: fixed segfault with too large bucket sizes (ticket #1806).
Maxim Dounin
1
-5
/
+25
2019-07-17
Perl: removed unused variable, forgotten in 975d7ab37b39.
Maxim Dounin
1
-1
/
+0
2019-07-12
Gzip: use zlib to write header and trailer.
Ilya Leoshkevich
1
-117
/
+7
2019-07-12
Perl: named locations in $r->internal_redirect().
Maxim Dounin
1
-6
/
+12
2019-07-12
Perl: expect escaped URIs in $r->internal_redirect().
Maxim Dounin
3
-13
/
+9
2019-07-12
Perl: additional ctx->header_sent checks.
Maxim Dounin
2
-0
/
+25
[next]