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
/
http
/
ngx_http_request.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-05
SSL: moved c->ssl->handshaked check in server name callback.
Maxim Dounin
1
-6
/
+6
2019-03-03
SSL: server name callback changed to return fatal errors.
Maxim Dounin
1
-7
/
+22
2019-03-03
SSL: server name callback changed to return SSL_TLSEXT_ERR_OK.
Maxim Dounin
1
-6
/
+6
2019-02-25
SSL: fixed possible segfault with dynamic certificates.
Maxim Dounin
1
-1
/
+1
2019-02-25
SSL: passwords support for dynamic certificate loading.
Maxim Dounin
1
-1
/
+2
2019-02-25
SSL: variables support in ssl_certificate and ssl_certificate_key.
Maxim Dounin
1
-19
/
+105
2019-02-25
Style.
Maxim Dounin
1
-0
/
+1
2018-10-02
SSL: fixed segfault on renegotiation (ticket #1646).
Maxim Dounin
1
-1
/
+5
2018-09-21
Fixed socket leak with "return 444" in error_page (ticket #274).
Maxim Dounin
1
-24
/
+26
2018-09-10
Lingering close changed to handle NGX_AGAIN.
Maxim Dounin
1
-0
/
+4
2018-07-16
SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+.
Maxim Dounin
1
-1
/
+1
2018-07-12
Allow resetting connections closed by "return 444" (ticket #905).
Ruslan Ermilov
1
-0
/
+1
2018-06-07
Added r->schema.
Ruslan Ermilov
1
-0
/
+5
2018-06-07
Removed extraneous check while processing request line.
Ruslan Ermilov
1
-1
/
+1
2018-04-24
SSL: detect "listen ... ssl" without certificates (ticket #178).
Maxim Dounin
1
-12
/
+1
2018-03-17
gRPC: special handling of the TE request header.
Maxim Dounin
1
-0
/
+4
2018-02-15
Expose more headers with NGX_HTTP_HEADERS.
Ruslan Ermilov
1
-1
/
+1
2018-01-30
SSL: using default server context in session remove (closes #1464).
Sergey Kandaurov
1
-2
/
+2
2017-11-20
Fixed worker_shutdown_timeout in various cases.
Maxim Dounin
1
-0
/
+7
2017-03-24
Added support for trailers in HTTP responses.
Piotr Sikora
1
-0
/
+8
2017-05-29
Fixed background requests with asynchronous operations.
Roman Arutyunyan
1
-5
/
+3
2017-05-29
SSL: set TCP_NODELAY on SSL connections before handshake.
Maxim Dounin
1
-8
/
+17
2017-05-26
Introduced ngx_tcp_nodelay().
Ruslan Ermilov
1
-24
/
+3
2017-05-25
Background subrequests for cache updates.
Roman Arutyunyan
1
-3
/
+24
2017-04-25
Don't pretend we support HTTP major versions >1 as HTTP/1.1.
Ruslan Ermilov
1
-1
/
+11
2017-04-03
Fixed type.
hucongcong
1
-2
/
+2
2017-04-02
Moved handling of wev->delayed to the connection event handler.
Maxim Dounin
1
-21
/
+14
2017-03-24
Fixed CPU hog while freeing hc->busy after e662cbf1b932 (1.11.11).
Maxim Dounin
1
-0
/
+1
2017-03-07
Converted hc->busy/hc->free to use chain links.
Maxim Dounin
1
-36
/
+51
2017-02-02
SSL: fixed ssl_buffer_size on SNI virtual hosts (ticket #1192).
Maxim Dounin
1
-0
/
+2
2016-06-07
Fixed an error log message.
Valentin Bartenev
1
-1
/
+1
2016-05-20
HTTP/2: the "421 Misdirected Request" response (closes #848).
Valentin Bartenev
1
-1
/
+1
2016-05-16
Dav: return 501 on PUT with ranges (ticket #948).
Maxim Dounin
1
-0
/
+4
2016-05-13
Improved EPOLLRDHUP handling.
Valentin Bartenev
1
-1
/
+5
2016-03-31
Fixed logging.
Sergey Kandaurov
1
-6
/
+6
2016-02-24
HTTP/2: implemented per request timeouts (closes #626).
Valentin Bartenev
1
-12
/
+0
2016-02-24
Fixed buffer over-read while logging invalid request headers.
Valentin Bartenev
1
-4
/
+3
2015-12-08
SSL: fixed possible segfault on renegotiation (ticket #845).
Sergey Kandaurov
1
-0
/
+4
2015-11-06
Style: unified request method checks.
Ruslan Ermilov
1
-1
/
+1
2015-11-05
SSL: only select HTTP/2 using NPN if "http2" is enabled.
Valentin Bartenev
1
-10
/
+16
2015-09-11
The HTTP/2 implementation (RFC 7240, 7241).
Valentin Bartenev
1
-20
/
+19
2015-08-23
Limit recursive subrequests instead of simultaneous.
Valentin Bartenev
1
-1
/
+0
2015-06-16
Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read.
Roman Arutyunyan
1
-2
/
+2
2015-04-25
Core: the ngx_set_connection_log() macro.
Vladimir Homutov
1
-3
/
+3
2015-04-23
Removed the obsolete rtsig module.
Ruslan Ermilov
1
-1
/
+1
2015-04-22
Removed the obsolete aio module.
Ruslan Ermilov
1
-1
/
+1
2015-03-23
Request body: unbuffered reading.
Maxim Dounin
1
-0
/
+5
2015-03-02
SSL: reset ready flag if recv(MSG_PEEK) found no bytes in socket.
Roman Arutyunyan
1
-0
/
+1
2014-12-02
Upstream: improved subrequest logging.
Maxim Dounin
1
-6
/
+2
2014-10-08
Fixed possible buffer overrun in "too long header line" logging.
Maxim Dounin
1
-3
/
+2
[next]