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
path: root/src
AgeCommit message (Expand)Author
2018-12-24Win32: removed NGX_DIR_MASK concept.Maxim Dounin
2018-12-24Userid: using stub for AF_UNIX addresses.Sergey Kandaurov
2018-12-18SSL: avoid reading on pending SSL_write_early_data().Sergey Kandaurov
2018-12-14Geo: fixed handling of AF_UNIX client addresses (ticket #1684).Maxim Dounin
2018-12-13Upstream: implemented $upstream_bytes_sent.Ruslan Ermilov
2018-12-11Resolver: report SRV resolve failure if all A resolves failed.Roman Arutyunyan
2018-12-11Copy regex unnamed captures to cloned subrequests.Roman Arutyunyan
2018-12-11Version bump.Roman Arutyunyan
2018-11-26Negative size buffers detection.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-21Upstream: revised upstream response time variables.Vladimir Homutov
2018-11-21Upstream: removed unused ngx_http_upstream_t.timeout field.Vladimir Homutov
2018-11-15Core: ngx_explicit_memzero().Maxim Dounin
2018-11-15Core: free shared memory on cycle initialization failure.Ruslan Ermilov
2018-11-12Stream: proxy_requests directive.Vladimir Homutov
2018-11-12Stream: session completion check code moved to a separate function.Vladimir Homutov
2018-11-07Stream: fixed possible use of a freed connection.Vladimir Homutov
2018-11-13Version bump.Vladimir Homutov
2018-11-06gRPC: limited allocations due to ping and settings frames.Maxim Dounin
2018-11-06HTTP/2: limit the number of idle state switches.Ruslan Ermilov
2018-11-06HTTP/2: flood detection.Ruslan Ermilov
2018-11-06Mp4: fixed reading 64-bit atoms.Roman Arutyunyan
2018-10-31Cache: improved keys zone size error reporting.Maxim Dounin
2018-10-31Cache: fixed minimum cache keys zone size limit.Maxim Dounin
2018-10-19A minor code clean for macro ngx_event_get_conf in ngx_event.h.chronolaw
2018-10-23SSL: explicitly set maximum version (ticket #1654).Maxim Dounin
2018-10-03Upstream: proxy_socket_keepalive and friends.Vladimir Homutov
2018-10-03Version bump.Vladimir Homutov
2018-10-02SSL: fixed segfault on renegotiation (ticket #1646).Maxim Dounin
2018-10-02Fixed off-by-one error in shared zone initialization.Ruslan Ermilov
2018-09-25SSL: fixed unlocked access to sess_id->len.Ruslan Ermilov
2018-09-27Version bump.Ruslan Ermilov
2018-09-25SSL: logging level of "no suitable signature algorithm".Maxim Dounin
2018-09-25SSL: logging level of "no suitable key share".Maxim Dounin
2018-09-24Cache: status must be less then 599 in *_cache_valid directives.Gena Makhomed
2018-09-19Removed bgcolor attribute on body in error pages and autoindex.Nova DasSarma
2018-09-21SSL: support for TLSv1.3 early data with OpenSSL.Sergey Kandaurov
2018-09-21SSL: disabled renegotiation checks with SSL_OP_NO_RENEGOTIATION.Maxim Dounin
2018-09-21Rewrite: removed r->err_status special handling (ticket #1634).Maxim Dounin
2018-09-21Fixed socket leak with "return 444" in error_page (ticket #274).Maxim Dounin
2018-09-10SSL: restore handlers after blocking.Maxim Dounin
2018-09-10SSL: corrected SSL_ERROR_WANT_WRITE / SSL_ERROR_WANT_READ logging.Maxim Dounin
2018-09-10Lingering close changed to handle NGX_AGAIN.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-30Version bump.Roman Arutyunyan