summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-15Expose more headers with NGX_HTTP_HEADERS.Ruslan Ermilov2-2/+2
2018-02-15Core: added a stub for additional zone configuration.Vladimir Homutov1-0/+1
2018-02-15HTTP/2: style.Sergey Kandaurov2-4/+4
2018-02-09HTTP/2: fixed null pointer dereference with server push.Ruslan Ermilov1-1/+5
2018-02-08HTTP/2: fixed build with -Werror=unused-but-set-variable.Ruslan Ermilov1-10/+3
2018-02-08HTTP/2: server push.Ruslan Ermilov5-18/+873
2018-02-08HTTP/2: changed prototypes of request pseudo-headers parsers.Ruslan Ermilov1-25/+24
2018-02-08Basic support of the Link response header.Ruslan Ermilov4-19/+32
2018-02-07Dav: added error logging.Roman Arutyunyan1-1/+10
2018-02-06HTTP/2: removed unused field from ngx_http_v2_stream_t.Sergey Kandaurov1-2/+0
2018-01-30Upstream: removed X-Powered-By from the list of special headers.Ruslan Ermilov1-4/+0
2018-01-30SSL: using default server context in session remove (closes #1464).Sergey Kandaurov3-6/+6
2018-01-30HTTP/2: finalize request as bad if parsing of pseudo-headers fails.Ruslan Ermilov1-8/+1
2018-01-29HTTP/2: more style, comments, and debugging.Ruslan Ermilov3-158/+168
2018-01-29HTTP/2: handle duplicate INITIAL_WINDOW_SIZE settings.Ruslan Ermilov1-2/+2
2018-01-16Fixed --test-build-eventport on macOS 10.12 and later.Ruslan Ermilov1-0/+2
2018-01-11Upstream: fixed "header already sent" alerts on backend errors.Maxim Dounin1-3/+4
2017-12-30Version bump.Maxim Dounin1-2/+2
2017-12-21Allowed configuration token to start with a variable.Roman Arutyunyan1-0/+5
2017-12-19Fixed capabilities version.Roman Arutyunyan1-1/+1
2017-12-18Improved the capabilities feature detection.Roman Arutyunyan2-2/+2
2017-12-13Retain CAP_NET_RAW capability for transparent proxying.Roman Arutyunyan5-0/+51
2017-12-11Use sysconf to determine cacheline size at runtime.Debayan Ghosh1-0/+10
2017-11-20Proxy: escape explicit space in URI in default cache key.Roman Arutyunyan1-1/+1
2017-11-20Inherit valid_unparsed_uri in cloned subrequests (ticket #1430).Roman Arutyunyan1-0/+1
2017-11-20Proxy: simplified conditions of using unparsed uri.Roman Arutyunyan1-4/+2
2017-12-01Upstream: flush low-level buffers on write retry.Patryk Lesiewicz1-1/+1
2017-11-28Upstream keepalive: clean read delayed flag in stored connections.Roman Arutyunyan1-0/+1
2017-12-04Autoindex: discard request body (ticket #1439).Maxim Dounin1-0/+6
2017-11-28Removed unused FreeBSD-specific definitions in ngx_posix_config.h.Sergey Kandaurov1-20/+0
2017-11-28Fixed "changing binary" when reaper is not init.Ruslan Ermilov7-3/+12
2017-11-23Version bump.Maxim Dounin1-2/+2
2017-11-20Fixed worker_shutdown_timeout in various cases.Maxim Dounin3-2/+18
2017-11-18Gzip: support for a zlib variant from Intel.Maxim Dounin1-5/+33
2017-11-16Xslt: fixed parameters parsing (ticket #1416).Ruslan Ermilov1-2/+13
2017-10-27SSI: fixed type.hucongcong1-8/+7
2017-11-09FastCGI: adjust buffer position when parsing incomplete records.Maxim Dounin1-0/+1
2017-10-17Core: free shared memory zones only after reconfiguration.Maxim Dounin1-7/+17
2017-10-16Postpone filter: handled ngx_http_postpone_filter_add() failures.Sergey Kandaurov1-2/+7
2017-10-13Fixed type of ngx_conf_t.handler_conf.Ruslan Ermilov1-1/+1
2017-10-11SSL: include <openssl/hmac.h>.Alessandro Ghedini1-0/+1
2017-10-11Upstream: disabled upgrading in subrequests.Roman Arutyunyan1-0/+7
2017-10-11Upstream: fixed $upstream_status when upstream returns 503/504.Ruslan Ermilov1-0/+5
2017-10-11Version bump.Ruslan Ermilov1-2/+2
2017-10-10Upstream: fixed error handling of stale and revalidated cache send.Sergey Kandaurov1-6/+36
2017-10-09Upstream: even better handling of invalid headers in cache files.Maxim Dounin1-0/+1
2017-10-05Upstream hash: reordered peer checks.Maxim Dounin2-14/+14
2017-10-05Upstream hash: limited number of tries in consistent case.Maxim Dounin2-6/+14
2017-10-05Fixed build without IPv6, broken by 874171c3c71a.Maxim Dounin1-1/+3
2017-10-04Fixed handling of unix sockets in $binary_remote_addr.Maxim Dounin2-0/+24