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-05-13Range filter: fixed duplicate last buffers.Maxim Dounin
2019-05-13Range filter: fixed loss of incoming chain links.Maxim Dounin
2019-03-03SSL: fixed potential leak on memory allocation errors.Maxim Dounin
2019-02-25SSL: fixed possible segfault with dynamic certificates.Maxim Dounin
2019-02-25SSL: adjusted session id context with dynamic certificates.Maxim Dounin
2019-02-25SSL: passwords support for dynamic certificate loading.Maxim Dounin
2019-02-25SSL: variables support in ssl_certificate and ssl_certificate_key.Maxim Dounin
2018-12-25Autoindex: fixed possible integer overflow on 32-bit systems.Vladimir Homutov
2018-12-24Win32: removed NGX_DIR_MASK concept.Maxim Dounin
2018-12-24Userid: using stub for AF_UNIX addresses.Sergey Kandaurov
2018-12-14Geo: fixed handling of AF_UNIX client addresses (ticket #1684).Maxim Dounin
2018-11-21Mp4: fixed possible pointer overflow on 32-bit platforms.Maxim Dounin
2018-11-21Limit req: "delay=" parameter.Maxim Dounin
2018-11-21Limit req: fixed error message wording.Maxim Dounin
2018-11-06gRPC: limited allocations due to ping and settings frames.Maxim Dounin
2018-11-06Mp4: fixed reading 64-bit atoms.Roman Arutyunyan
2018-10-03Upstream: proxy_socket_keepalive and friends.Vladimir Homutov
2018-09-19Removed bgcolor attribute on body in error pages and autoindex.Nova DasSarma
2018-09-21Rewrite: removed r->err_status special handling (ticket #1634).Maxim Dounin
2018-09-03gRPC: disabled keepalive when sending control frames was blocked.Maxim Dounin
2018-09-03gRPC: improved keepalive handling.Maxim Dounin
2018-09-03Uwsgi: added a check on maximum uwsgi request size.Maxim Dounin
2018-09-03Uwsgi: style.Maxim Dounin
2018-08-10Upstream keepalive: keepalive_requests directive.Maxim Dounin
2018-08-10Upstream keepalive: keepalive_timeout directive.Maxim Dounin
2018-08-10Upstream keepalive: comment added.Maxim Dounin
2018-08-07SSL: support for TLSv1.3 early data with BoringSSL.Maxim Dounin
2018-08-02Dav: removed dead store after 8e7a5de61664.Sergey Kandaurov
2018-08-01Dav: changed COPY of a file to preserve access mask.Maxim Dounin
2018-07-17Fixed invalid access to location defined as an empty string.Ruslan Ermilov
2018-07-17SSL: save sessions for upstream peers using a callback function.Sergey Kandaurov
2018-07-02gRPC: clearing buffers in ngx_http_grpc_get_buf().Maxim Dounin
2018-06-15Upstream: ngx_http_upstream_random module.Vladimir Homutov
2018-06-14Upstream: improved peer selection concurrency for hash and ip_hash.Ruslan Ermilov
2018-05-30Limit req: improved handling of negative times.Maxim Dounin
2018-05-07Silenced -Wcast-function-type warnings (closes #1546).Sergey Kandaurov
2018-04-25SSL: deprecated the "ssl" directive.Ruslan Ermilov
2018-04-24SSL: detect "listen ... ssl" without certificates (ticket #178).Maxim Dounin
2018-03-22gRPC: fixed possible sign extension of error and setting_value.Maxim Dounin
2018-03-20gRPC: fixed missing state save in frame header parsing.Sergey Kandaurov
2018-03-19gRPC: fixed parsing response headers split on CONTINUATION frames.Sergey Kandaurov
2018-03-19Upstream: fixed comments after 13f8dec720b5.Ruslan Ermilov
2018-03-17gRPC: special handling of "trailer only" responses.Maxim Dounin
2018-03-17gRPC: special handling of the TE request header.Maxim Dounin
2018-03-17The gRPC proxy module.Maxim Dounin
2018-03-01Access log: support for disabling escaping (ticket #1450).Vladimir Homutov
2018-02-28Generic subrequests in memory.Roman Arutyunyan
2018-02-26Auth basic: prevent null character in error log (ticket #1494).Vadim Filimonov
2018-02-21Geo: optimized configuration parser.Ruslan Ermilov
2018-02-21Geo: fixed memory allocation error handling (closes #1482).Ruslan Ermilov