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
2019-04-24Variables support in limit_rate and limit_rate_after (ticket #293).Ruslan Ermilov
2019-02-11Upstream: fixed logging of required buffer size (ticket #1722).Chanhun Jeong
2018-12-13Upstream: implemented $upstream_bytes_sent.Ruslan Ermilov
2018-11-21Upstream: revised upstream response time variables.Vladimir Homutov
2018-10-03Upstream: proxy_socket_keepalive and friends.Vladimir Homutov
2018-08-24Upstream: fixed request chain traversal (ticket #1618).Vladimir Homutov
2018-08-10Upstream keepalive: keepalive_requests directive.Maxim Dounin
2018-07-17SSL: save sessions for upstream peers using a callback function.Sergey Kandaurov
2018-07-02Upstream: fixed tcp_nopush with gRPC.Maxim Dounin
2018-07-02Upstream: fixed unexpected tcp_nopush usage on peer connections.Maxim Dounin
2018-06-13Upstream: disable body cleanup with preserve_output (ticket #1565).Maxim Dounin
2018-04-05Upstream: fixed u->conf->preserve_output (ticket #1519).Maxim Dounin
2018-04-03Upstream: fixed ngx_http_upstream_test_next() conditions.Maxim Dounin
2018-03-19Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.Ruslan Ermilov
2018-03-17Upstream: u->conf->preserve_output flag.Maxim Dounin
2018-03-17Upstream: u->request_body_blocked flag.Maxim Dounin
2018-03-17Upstream: trailers support, u->conf->pass_trailers flag.Maxim Dounin
2018-02-28Generic subrequests in memory.Roman Arutyunyan
2018-02-08Basic support of the Link response header.Ruslan Ermilov
2018-01-30Upstream: removed X-Powered-By from the list of special headers.Ruslan Ermilov
2018-01-11Upstream: fixed "header already sent" alerts on backend errors.Maxim Dounin
2017-12-13Retain CAP_NET_RAW capability for transparent proxying.Roman Arutyunyan
2017-12-02Upstream: flush low-level buffers on write retry.Patryk Lesiewicz
2017-10-11Upstream: disabled upgrading in subrequests.Roman Arutyunyan
2017-10-11Upstream: fixed $upstream_status when upstream returns 503/504.Ruslan Ermilov
2017-10-10Upstream: fixed error handling of stale and revalidated cache send.Sergey Kandaurov
2017-10-09Upstream: even better handling of invalid headers in cache files.Maxim Dounin
2017-10-03Cache: fixed caching of intercepted errors (ticket #1382).Maxim Dounin
2017-10-02Upstream: better handling of invalid headers in cache files.Maxim Dounin
2017-08-23Upstream: unconditional parsing of last_modified_time.Maxim Dounin
2017-08-01Variables: macros for null variables.Ruslan Ermilov
2017-07-19Upstream: keep request body file from removal if requested.Roman Arutyunyan
2017-07-17Parenthesized ASCII-related calculations.Valentin Bartenev
2017-06-22Upstream: introduced ngx_http_upstream_ssl_handshake_handler().Maxim Dounin
2017-06-14Upstream: fixed running posted requests (ticket #788).Roman Arutyunyan
2017-05-31Upstream: style.Piotr Sikora
2017-05-26Introduced ngx_tcp_nodelay().Ruslan Ermilov
2017-05-25Background subrequests for cache updates.Roman Arutyunyan
2017-04-20Cleaned up r->headers_out.headers allocation error handling.Sergey Kandaurov
2017-03-24Upstream: allow recovery from "429 Too Many Requests" response.Piotr Sikora
2017-04-02Moved handling of wev->delayed to the connection event handler.Maxim Dounin
2017-03-28Threads: fixed request hang with aio_write and subrequests.Maxim Dounin
2017-03-06Added missing "static" specifiers found by gcc -Wtraditional.Ruslan Ermilov
2017-03-02Added missing static specifiers.Eran Kornblau
2017-02-10Upstream: read handler cleared on upstream finalization.Maxim Dounin
2017-02-10Upstream: proxy_cache_background_update and friends.Roman Arutyunyan
2016-12-22Cache: support for stale-while-revalidate and stale-if-error.Roman Arutyunyan
2017-01-31Variables: generic prefix variables.Dmitry Volyntsev
2017-01-20Upstream: fixed cache corruption and socket leaks with aio_write.Maxim Dounin
2016-12-22Fixed missing "Location" field with some relative redirects.Ruslan Ermilov