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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-28
Simplified subrequest finalization.
Roman Arutyunyan
1
-23
/
+11
2020-03-02
Fixed premature background subrequest finalization.
Dmitry Volyntsev
1
-9
/
+9
2020-02-28
Moved all QUIC code into ngx_event_quic.c
Vladimir Homutov
1
-545
/
+10
2020-02-28
Introduced quic_version macro, uint16/uint32 routines ported.
Sergey Kandaurov
1
-6
/
+6
2020-02-28
Cleanup.
Sergey Kandaurov
1
-48
/
+19
2020-02-26
Generic function for HKDF expansion.
Vladimir Homutov
1
-282
/
+69
2020-02-28
QUIC header protection routines, introduced ngx_quic_tls_hp().
Sergey Kandaurov
1
-38
/
+4
2020-02-28
AEAD routines, introduced ngx_quic_tls_open()/ngx_quic_tls_seal().
Sergey Kandaurov
1
-243
/
+27
2020-02-28
Transport parameters stub, to complete handshake.
Sergey Kandaurov
1
-1
/
+11
2020-02-28
Introduced ngx_quic_secret_t.
Sergey Kandaurov
1
-88
/
+88
2020-02-28
QUIC handshake handler, draft 24 bump.
Sergey Kandaurov
1
-3
/
+353
2020-02-28
Fixed indentation.
Sergey Kandaurov
1
-199
/
+196
2020-02-28
PN-aware AEAD nonce, feeding proper CRYPTO length.
Sergey Kandaurov
1
-1
/
+21
2020-02-28
OpenSSL compatibility.
Sergey Kandaurov
1
-52
/
+199
2020-02-28
QUIC add_handshake_data callback, varint routines.
Sergey Kandaurov
1
-39
/
+1
2020-02-28
QUIC set_encryption_secrets callback.
Sergey Kandaurov
1
-2
/
+2
2020-02-28
Server Initial Keys.
Sergey Kandaurov
1
-4
/
+137
2020-02-28
Initial QUIC support in http.
Sergey Kandaurov
1
-0
/
+495
2020-02-28
HTTP UDP layer, QUIC support autotest.
Sergey Kandaurov
1
-0
/
+10
2020-02-27
Disabled connection reuse while in SSL handshake.
Sergey Kandaurov
1
-2
/
+2
2020-02-20
Disabled duplicate "Host" headers (ticket #1724).
Maxim Dounin
1
-2
/
+10
2020-02-20
Removed "Transfer-Encoding: identity" support.
Maxim Dounin
1
-4
/
+1
2020-02-20
Disabled multiple Transfer-Encoding headers.
Maxim Dounin
1
-1
/
+1
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
[prev]
[next]