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
2017-01-31
nginx-1.10.3-RELEASE
release-1.10.3
Maxim Dounin
1
-0
/
+95
2017-01-27
Updated OpenSSL used for win32 builds.
Maxim Dounin
1
-1
/
+1
2017-01-24
Updated zlib and PCRE used for win32 builds.
Maxim Dounin
1
-2
/
+2
2017-01-20
Upstream: fixed cache corruption and socket leaks with aio_write.
Maxim Dounin
2
-0
/
+28
2017-01-20
Fixed trailer construction with limit on FreeBSD and macOS.
Maxim Dounin
3
-7
/
+18
2016-12-10
HTTP/2: prevented creating temp files for requests without body.
Valentin Bartenev
1
-2
/
+4
2016-11-28
HTTP/2: fixed posted streams handling.
Valentin Bartenev
3
-38
/
+42
2016-11-28
HTTP/2: fixed saving preread buffer to temp file (ticket #1143).
Valentin Bartenev
1
-0
/
+3
2016-10-20
HTTP/2: graceful shutdown of active connections (closes #1106).
Valentin Bartenev
2
-9
/
+39
2016-10-10
Core: sockaddr lengths now respected by ngx_cmp_sockaddr().
Maxim Dounin
1
-6
/
+13
2016-10-03
Addition filter: set last_in_chain flag when clearing last_buf.
Roman Arutyunyan
1
-0
/
+1
2017-01-31
Version bump.
Maxim Dounin
1
-2
/
+2
2016-10-18
release-1.10.2 tag
Maxim Dounin
1
-0
/
+1
2016-10-18
nginx-1.10.2-RELEASE
release-1.10.2
Maxim Dounin
1
-0
/
+115
2016-10-18
SSL: default DH parameters compatible with OpenSSL 1.1.0.
Maxim Dounin
1
-0
/
+19
2016-10-11
Updated OpenSSL used for win32 builds.
Maxim Dounin
1
-1
/
+1
2016-09-01
Event pipe: do not set file's thread_handler if not needed.
Maxim Dounin
1
-4
/
+6
2016-08-22
SSL: adopted session ticket handling for OpenSSL 1.1.0.
Sergey Kandaurov
1
-1
/
+1
2016-08-08
SSL: guarded SSL_R_NO_CIPHERS_PASSED not present in OpenSSL 1.1.0.
Sergey Kandaurov
1
-0
/
+2
2016-07-19
HTTP/2: flushing of the SSL buffer in transition to the idle state.
Valentin Bartenev
1
-2
/
+18
2016-07-19
HTTP/2: refactored ngx_http_v2_send_output_queue().
Valentin Bartenev
1
-10
/
+10
2016-07-19
HTTP/2: fixed send timer handling.
Valentin Bartenev
1
-1
/
+1
2016-07-19
HTTP/2: avoid sending output queue if there's nothing to send.
Valentin Bartenev
1
-0
/
+10
2016-07-19
HTTP/2: always handle streams in error state.
Valentin Bartenev
1
-6
/
+8
2016-07-19
HTTP/2: prevented output of the HEADERS frame for canceled streams.
Valentin Bartenev
1
-2
/
+6
2016-07-19
HTTP/2: always send GOAWAY while worker is shutting down.
Valentin Bartenev
1
-1
/
+1
2016-07-05
Updated PCRE used for win32 builds.
Maxim Dounin
1
-1
/
+1
2016-07-02
Sub filter: eliminate unnecessary buffering.
Roman Arutyunyan
1
-4
/
+37
2016-07-02
Sub filter: introduced the ngx_http_sub_match() function.
Roman Arutyunyan
1
-31
/
+52
2016-06-16
HTTP/2: fixed the "http request count is zero" alert.
Valentin Bartenev
1
-0
/
+1
2016-06-16
HTTP/2: avoid adding Content-Length for requests without body.
Valentin Bartenev
1
-2
/
+4
2016-06-16
HTTP/2: prevented double termination of a stream.
Valentin Bartenev
1
-0
/
+5
2016-06-16
HTTP/2: fixed a segfault while processing unbuffered upload.
Valentin Bartenev
1
-4
/
+0
2016-05-24
HTTP/2: unbreak build on MSVC.
Valentin Bartenev
1
-1
/
+1
2016-05-24
HTTP/2: implemented preread buffer for request body (closes #959).
Valentin Bartenev
4
-43
/
+146
2016-05-20
HTTP/2: the "421 Misdirected Request" response (closes #848).
Valentin Bartenev
4
-9
/
+23
2016-10-18
Version bump.
Maxim Dounin
1
-2
/
+2
2016-05-31
release-1.10.1 tag
Maxim Dounin
1
-0
/
+1
2016-05-31
nginx-1.10.1-RELEASE
release-1.10.1
Maxim Dounin
1
-0
/
+20
2016-05-31
Core: skip special buffers on writing (ticket #981).
Maxim Dounin
1
-0
/
+5
2016-05-24
Updated OpenSSL used for win32 builds.
Maxim Dounin
1
-1
/
+1
2016-05-31
Version bump.
Maxim Dounin
1
-2
/
+2
2016-04-26
release-1.10.0 tag
Maxim Dounin
1
-0
/
+1
2016-04-26
nginx-1.10.0-RELEASE
release-1.10.0
Maxim Dounin
1
-0
/
+14
2016-04-26
Stable branch.
Maxim Dounin
1
-2
/
+2
2016-04-19
release-1.9.15 tag
Maxim Dounin
1
-0
/
+1
2016-04-19
nginx-1.9.15-RELEASE
release-1.9.15
Maxim Dounin
1
-0
/
+55
2016-04-19
HTTP/2: send the output queue after emitting WINDOW_UPDATE.
Valentin Bartenev
1
-0
/
+10
2016-04-19
HTTP/2: skip data frames in case of internal errors.
Valentin Bartenev
1
-0
/
+2
2016-04-19
HTTP/2: don't send WINDOW_UPDATE for an empty request body.
Valentin Bartenev
1
-12
/
+13
[next]