summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-12-24nginx-1.17.7-RELEASErelease-1.17.7Maxim Dounin1-0/+84
2019-12-24SSL: reworked posted next events.Maxim Dounin5-34/+28
2019-12-23HTTP/2: introduced separate handler to retry stream close.Maxim Dounin1-2/+19
2019-12-23HTTP/2: fixed socket leak with queued frames (ticket #1689).Maxim Dounin1-1/+2
2019-12-23Dav: added checks for chunked to body presence conditions.Maxim Dounin1-3/+5
2019-12-23Update manpage, sort command line options.Sergey A. Osokin1-7/+8
2019-12-23Discard request body when redirecting to a URL via error_page.Ruslan Ermilov1-0/+6
2019-12-16Rewrite: disallow empty replacements.Ruslan Ermilov1-0/+5
2019-12-16Tolerate '\0' in URI when mapping URI to path.Ruslan Ermilov1-1/+2
2019-12-16Rewrite: fixed segfault with rewritten URI and "alias".Ruslan Ermilov1-1/+8
2019-12-16Fixed request finalization in ngx_http_index_handler().Ruslan Ermilov1-1/+1
2019-12-16Saved some memory allocations.Ruslan Ermilov2-28/+7
2019-12-16Dav: fixed Location in successful MKCOL response.Ruslan Ermilov1-1/+2
2019-12-05Upstream keepalive: clearing of c->data in cached connections.Maxim Dounin1-0/+1
2019-12-05Version bump.Maxim Dounin1-2/+2
2019-11-19release-1.17.6 tagMaxim Dounin1-0/+1
2019-11-19nginx-1.17.6-RELEASErelease-1.17.6Maxim Dounin1-0/+32
2019-11-18Limit conn: added shared context.Roman Arutyunyan2-93/+86
2019-11-18Limit conn: $limit_conn_status variable.Roman Arutyunyan4-5/+149
2019-11-19Limit conn: limit_conn_dry_run directive.Roman Arutyunyan2-2/+46
2019-11-18Updated comment after 776d1bebdca2.Roman Arutyunyan1-1/+1
2019-11-06Limit req: $limit_req_status variable.Roman Arutyunyan2-5/+76
2019-10-21Parsing server PROXY protocol address and port (ticket #1206).Roman Arutyunyan4-72/+164
2019-10-21Core: moved PROXY protocol fields out of ngx_connection_t.Roman Arutyunyan8-37/+87
2019-10-24Version bump.Roman Arutyunyan1-2/+2
2019-10-22release-1.17.5 tagMaxim Dounin1-0/+1
2019-10-22nginx-1.17.5-RELEASErelease-1.17.5Maxim Dounin1-0/+63
2019-10-21Win32: silenced -Wcast-function-type GCC warning (ticket #1865).Maxim Dounin1-1/+1
2019-10-21Win32: improved fallback on FormatMessage() errors.Maxim Dounin1-1/+1
2019-10-17SSL: available bytes handling (ticket #1431).Maxim Dounin5-0/+78
2019-10-17Events: available bytes calculation via ioctl(FIONREAD).Maxim Dounin17-12/+193
2019-10-17SSL: improved ngx_ssl_recv_chain() to stop if c->read->ready is 0.Maxim Dounin1-0/+4
2019-10-17Event pipe: disabled c->read->available checking for SSL.Maxim Dounin1-1/+5
2019-10-15Fixed header parsing with ignore_invalid_headers switched off.Ruslan Ermilov1-0/+4
2019-10-08Fixed URI normalization with merge_slashes switched off.Maxim Dounin1-2/+2
2019-10-08The "/." and "/.." at the end of URI should be normalized.Ruslan Ermilov1-6/+32
2019-10-08Improved detection of broken percent encoding in URI.Ruslan Ermilov1-0/+4
2019-09-30Core: removed dead code in ngx_rbtree_delete().Vladimir Homutov1-6/+1
2019-09-30Version bump.Vladimir Homutov1-2/+2
2019-09-24release-1.17.4 tagMaxim Dounin1-0/+1
2019-09-24nginx-1.17.4-RELEASErelease-1.17.4Maxim Dounin1-0/+89
2019-09-24Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2019-09-23HTTP/2: fixed worker_shutdown_timeout.Ruslan Ermilov1-0/+5
2019-09-23HTTP/2: fixed possible alert about left open socket on shutdown.Ruslan Ermilov1-3/+2
2019-09-18HTTP/2: traffic-based flood detection.Maxim Dounin3-3/+34
2019-09-18HTTP/2: switched back to RST_STREAM with NO_ERROR.Maxim Dounin1-22/+0
2019-09-16SSL: fixed ssl_verify_client error message.Sergey Kandaurov3-3/+3
2019-09-10Resolver: fixed possible use-after-free while resolving PTR.Sergey Kandaurov1-1/+2
2019-09-10HTTP/2: close connection on zero WINDOW_UPDATE.Ruslan Ermilov1-33/+3
2019-09-10HTTP/2: close connection on frames with self-dependency.Ruslan Ermilov1-31/+9