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
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
SSL: default DH parameters compatible with OpenSSL 1.1.0.
Maxim Dounin
1
-0
/
+19
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-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
Core: skip special buffers on writing (ticket #981).
Maxim Dounin
1
-0
/
+5
2016-05-31
Version bump.
Maxim Dounin
1
-2
/
+2
2016-04-26
Stable branch.
Maxim Dounin
1
-2
/
+2
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
2016-04-19
Thread pools: memory barriers in task completion notifications.
Maxim Dounin
1
-0
/
+4
2016-04-18
HTTP/2: write logs when refusing streams with data.
Maxim Dounin
1
-0
/
+4
2016-04-14
HTTP/2: send WINDOW_UPDATE instead of RST_STREAM with NO_ERROR.
Valentin Bartenev
1
-0
/
+22
2016-04-14
HTTP/2: refuse streams with data until SETTINGS is acknowledged.
Valentin Bartenev
2
-1
/
+8
2016-04-14
HTTP/2: deduplicated some code in ngx_http_v2_state_headers().
Valentin Bartenev
1
-18
/
+13
2016-04-11
FastCGI: skip special bufs in buffered request body chain.
Valentin Bartenev
1
-0
/
+5
2016-04-12
Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse (as in e444e8f6538b).
Ruslan Ermilov
1
-1
/
+1
2016-04-11
Fixed typos.
Alessandro Ghedini
1
-2
/
+2
2016-04-08
Removed redundant "u" format specifier.
Ruslan Ermilov
5
-6
/
+6
2016-04-08
Simplified ngx_unix_recv() and ngx_readv_chain().
Ruslan Ermilov
2
-6
/
+2
2016-04-08
Merged implementations of ngx_unix_recv().
Valentin Bartenev
1
-59
/
+11
2016-04-08
Fixed small inconsistency in handling EOF among receive functions.
Valentin Bartenev
2
-42
/
+41
2016-04-08
Merged implementations of ngx_udp_unix_recv().
Valentin Bartenev
1
-47
/
+4
2016-04-07
Fixed spelling.
Josh Soref
4
-7
/
+7
[next]