Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-06HTTP/2: limit the number of idle state switches.Ruslan Ermilov
2018-11-06HTTP/2: flood detection.Ruslan Ermilov
2018-09-21Fixed socket leak with "return 444" in error_page (ticket #274).Maxim Dounin
2018-08-09HTTP/2: workaround for clients which fail on table size updates.Maxim Dounin
2018-06-07HTTP/2: use scheme from original request for pushes (closes #1549).Ruslan Ermilov
2018-06-07Added r->schema.Ruslan Ermilov
2018-06-07HTTP/2: validate client request scheme.Ruslan Ermilov
2018-03-19HTTP/2: improved frame info debugging.Ruslan Ermilov
2018-03-17HTTP/2: externalized various constants and interfaces.Maxim Dounin
2018-03-05HTTP/2: unknown frames now logged at info level.Maxim Dounin
2018-02-22HTTP/2: style.Ruslan Ermilov
2018-02-15HTTP/2: precalculate hash for "Cookie".Maxim Dounin
2018-02-15HTTP/2: fixed ngx_http_v2_push_stream() allocation error handling.Ruslan Ermilov
2018-02-15HTTP/2: push additional request headers (closes #1478).Ruslan Ermilov
2018-02-15HTTP/2: style.Sergey Kandaurov
2018-02-08HTTP/2: server push.Ruslan Ermilov
2018-02-08HTTP/2: changed prototypes of request pseudo-headers parsers.Ruslan Ermilov
2018-01-30HTTP/2: finalize request as bad if parsing of pseudo-headers fails.Ruslan Ermilov
2018-01-29HTTP/2: more style, comments, and debugging.Ruslan Ermilov
2018-01-29HTTP/2: handle duplicate INITIAL_WINDOW_SIZE settings.Ruslan Ermilov
2017-10-04HTTP/2: enforce writing the sync request body buffer to file.Valentin Bartenev
2017-09-14HTTP/2: shortened some debug log messages.Maxim Dounin
2017-09-14HTTP/2: added logging of 400 (Bad Request) reasons.Maxim Dounin
2017-08-31HTTP/2: signal 0-byte HPACK's dynamic table size.Piotr Sikora
2017-06-13HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header.Piotr Sikora
2017-06-02HTTP/2: don't send SETTINGS ACK before already queued DATA frames.Piotr Sikora
2017-06-02HTTP/2: make SETTINGS ACK frame reusable.Piotr Sikora
2017-06-02HTTP/2: send SETTINGS ACK after applying all SETTINGS params.Piotr Sikora
2017-06-02HTTP/2: emit new frames only after applying all SETTINGS params.Piotr Sikora
2017-05-30HTTP/2: add debug logging of pseudo-headers and cookies.Piotr Sikora
2017-05-26Introduced ngx_tcp_nodelay().Ruslan Ermilov
2017-04-24HTTP/2: reduced difference to HTTP/1.x in reading request body.Valentin Bartenev
2017-04-24HTTP/2: rejecting zero WINDOW_UPDATE with PROTOCOL_ERROR.Valentin Bartenev
2017-03-26HTTP/2: style and typos.Piotr Sikora
2017-03-29HTTP/2: fixed connection finalization.Valentin Bartenev
2017-03-29HTTP/2: fixed stream finalization.Valentin Bartenev
2017-03-26HTTP/2: emit PROTOCOL_ERROR on padding errors.Piotr Sikora
2017-03-26HTTP/2: fix flow control with padded DATA frames.Piotr Sikora
2016-12-10HTTP/2: prevented creating temp files for requests without body.Valentin Bartenev
2016-11-28HTTP/2: fixed posted streams handling.Valentin Bartenev
2016-11-28HTTP/2: fixed saving preread buffer to temp file (ticket #1143).Valentin Bartenev
2016-10-31HTTP/2: slightly improved debugging.Ruslan Ermilov
2016-10-31HTTP/2: limited maximum number of requests in connection.Valentin Bartenev
2016-10-20HTTP/2: graceful shutdown of active connections (closes #1106).Valentin Bartenev
2016-10-10Allowed '-' in method names.Maxim Dounin
2016-07-19HTTP/2: flushing of the SSL buffer in transition to the idle state.Valentin Bartenev
2016-07-19HTTP/2: refactored ngx_http_v2_send_output_queue().Valentin Bartenev
2016-07-19HTTP/2: fixed send timer handling.Valentin Bartenev
2016-07-19HTTP/2: avoid sending output queue if there's nothing to send.Valentin Bartenev
2016-07-19HTTP/2: always send GOAWAY while worker is shutting down.Valentin Bartenev