aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
Commit message (Expand)AuthorAge
...
* | Fix build.Sergey Kandaurov2020-03-12
* | HTTP/QUIC interface reworked.Vladimir Homutov2020-03-12
* | Moved all QUIC code into ngx_event_quic.cVladimir Homutov2020-02-28
* | Introduced quic_version macro, uint16/uint32 routines ported.Sergey Kandaurov2020-02-28
* | Cleanup.Sergey Kandaurov2020-02-28
* | Generic function for HKDF expansion.Vladimir Homutov2020-02-26
* | QUIC header protection routines, introduced ngx_quic_tls_hp().Sergey Kandaurov2020-02-28
* | AEAD routines, introduced ngx_quic_tls_open()/ngx_quic_tls_seal().Sergey Kandaurov2020-02-28
* | Transport parameters stub, to complete handshake.Sergey Kandaurov2020-02-28
* | Introduced ngx_quic_secret_t.Sergey Kandaurov2020-02-28
* | QUIC handshake handler, draft 24 bump.Sergey Kandaurov2020-02-28
* | Fixed indentation.Sergey Kandaurov2020-02-28
* | PN-aware AEAD nonce, feeding proper CRYPTO length.Sergey Kandaurov2020-02-28
* | OpenSSL compatibility.Sergey Kandaurov2020-02-28
* | QUIC add_handshake_data callback, varint routines.Sergey Kandaurov2020-02-28
* | QUIC set_encryption_secrets callback.Sergey Kandaurov2020-02-28
* | Server Initial Keys.Sergey Kandaurov2020-02-28
* | Initial QUIC support in http.Sergey Kandaurov2020-02-28
* | HTTP UDP layer, QUIC support autotest.Sergey Kandaurov2020-02-28
|/
* Disabled connection reuse while in SSL handshake.Sergey Kandaurov2020-02-27
* Disabled duplicate "Host" headers (ticket #1724).Maxim Dounin2020-02-20
* Removed "Transfer-Encoding: identity" support.Maxim Dounin2020-02-20
* Disabled multiple Transfer-Encoding headers.Maxim Dounin2020-02-20
* SSL: moved c->ssl->handshaked check in server name callback.Maxim Dounin2019-03-05
* SSL: server name callback changed to return fatal errors.Maxim Dounin2019-03-03
* SSL: server name callback changed to return SSL_TLSEXT_ERR_OK.Maxim Dounin2019-03-03
* SSL: fixed possible segfault with dynamic certificates.Maxim Dounin2019-02-25
* SSL: passwords support for dynamic certificate loading.Maxim Dounin2019-02-25
* SSL: variables support in ssl_certificate and ssl_certificate_key.Maxim Dounin2019-02-25
* Style.Maxim Dounin2019-02-25
* SSL: fixed segfault on renegotiation (ticket #1646).Maxim Dounin2018-10-02
* Fixed socket leak with "return 444" in error_page (ticket #274).Maxim Dounin2018-09-21
* Lingering close changed to handle NGX_AGAIN.Maxim Dounin2018-09-10
* SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+.Maxim Dounin2018-07-16
* Allow resetting connections closed by "return 444" (ticket #905).Ruslan Ermilov2018-07-12
* Added r->schema.Ruslan Ermilov2018-06-07
* Removed extraneous check while processing request line.Ruslan Ermilov2018-06-07
* SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin2018-04-24
* gRPC: special handling of the TE request header.Maxim Dounin2018-03-17
* Expose more headers with NGX_HTTP_HEADERS.Ruslan Ermilov2018-02-15
* SSL: using default server context in session remove (closes #1464).Sergey Kandaurov2018-01-30
* Fixed worker_shutdown_timeout in various cases.Maxim Dounin2017-11-20
* Added support for trailers in HTTP responses.Piotr Sikora2017-03-24
* Fixed background requests with asynchronous operations.Roman Arutyunyan2017-05-29
* SSL: set TCP_NODELAY on SSL connections before handshake.Maxim Dounin2017-05-29
* Introduced ngx_tcp_nodelay().Ruslan Ermilov2017-05-26
* Background subrequests for cache updates.Roman Arutyunyan2017-05-25
* Don't pretend we support HTTP major versions >1 as HTTP/1.1.Ruslan Ermilov2017-04-25
* Fixed type.hucongcong2017-04-03
* Moved handling of wev->delayed to the connection event handler.Maxim Dounin2017-04-02