summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Kandaurov1-2/+2
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-11Upstream: fixed "header already sent" alerts on backend errors.Maxim Dounin1-3/+4
2017-12-13Retain CAP_NET_RAW capability for transparent proxying.Roman Arutyunyan1-0/+6
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-20Fixed worker_shutdown_timeout in various cases.Maxim Dounin1-0/+7
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-16Postpone filter: handled ngx_http_postpone_filter_add() failures.Sergey Kandaurov1-2/+7
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-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 Dounin1-7/+7
2017-10-05Upstream hash: limited number of tries in consistent case.Maxim Dounin1-3/+7
2017-10-04Fixed handling of unix sockets in $binary_remote_addr.Maxim Dounin1-0/+12
2017-10-04HTTP/2: enforce writing the sync request body buffer to file.Valentin Bartenev1-5/+2
2017-10-03Cache: fixed caching of intercepted errors (ticket #1382).Maxim Dounin1-5/+15
2017-10-02Upstream: better handling of invalid headers in cache files.Maxim Dounin1-0/+10
2017-09-22Modules compatibility: down flag promoted to a bitmask.Ruslan Ermilov1-1/+1
2017-09-22Do not use the obsolete NGX_SOCKADDRLEN macro.Ruslan Ermilov1-1/+1
2017-09-18Removed more remnants of the old pthread implementation.Ruslan Ermilov1-55/+15
2017-09-14HTTP/2: shortened some debug log messages.Maxim Dounin3-8/+8
2017-09-14HTTP/2: fixed debug log about indexed headers.Maxim Dounin1-1/+1
2017-09-14HTTP/2: added logging of 400 (Bad Request) reasons.Maxim Dounin1-0/+13
2017-08-30HTTP/2: signal 0-byte HPACK's dynamic table size.Piotr Sikora3-1/+16
2017-08-22Secure link: fixed stack buffer overflow.Roman Arutyunyan1-2/+1
2017-08-23Upstream: unconditional parsing of last_modified_time.Maxim Dounin1-17/+3
2017-08-22SSL: the $ssl_client_escaped_cert variable (ticket #857).Maxim Dounin1-0/+4
2017-08-10Range filter: changed type for total length to off_t.Maxim Dounin1-8/+9
2017-08-10Style.Maxim Dounin2-5/+5
2017-08-09Fixed calls to ngx_open_file() in certain places.Sergey Kandaurov1-1/+1