summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-09Style.Sergey Kandaurov1-0/+1
2017-08-04Upstream: copy peer data in shared memory.Ruslan Ermilov1-8/+69
2017-08-04Referer: fixed $invalid_referer.Ruslan Ermilov1-14/+25
2017-08-01Upstream zone: store peers->name and its data in shared memory.Ruslan Ermilov1-0/+18
2017-08-01Variables: macros for null variables.Ruslan Ermilov12-11/+13
2017-08-01Browser: style.Ruslan Ermilov1-24/+21
2017-07-26Cache: fixed max_size on win32.Ruslan Ermilov1-0/+1
2017-07-21Mirror: "off" paramater of the "mirror" directive.Roman Arutyunyan1-2/+43
2017-07-20Mirror module.Roman Arutyunyan1-0/+223
2017-07-20Precontent phase.Roman Arutyunyan4-337/+414
2017-07-19Upstream: keep request body file from removal if requested.Roman Arutyunyan5-1/+14
2017-07-19Style.Alex Zhang1-1/+1
2017-07-17Parenthesized ASCII-related calculations.Valentin Bartenev4-16/+16
2017-07-11Range filter: avoid negative range start.Maxim Dounin1-1/+1
2017-07-11Range filter: protect from total size overflows.Maxim Dounin1-0/+4
2017-07-07Variables: use ngx_http_variable_null_value where appropriate.Ruslan Ermilov1-11/+5
2017-03-15Proxy: split configured header names and values.Piotr Sikora1-106/+59
2017-06-27Range filter: allowed ranges on empty files (ticket #1031).Maxim Dounin1-0/+3
2017-06-22Upstream: introduced ngx_http_upstream_ssl_handshake_handler().Maxim Dounin1-14/+24
2017-06-14Upstream: fixed running posted requests (ticket #788).Roman Arutyunyan1-1/+6
2017-03-24Headers filter: added "add_trailer" directive.Piotr Sikora1-22/+142
2017-03-24HTTP/2: added support for trailers in HTTP responses.Piotr Sikora1-14/+152
2017-03-24Added support for trailers in HTTP responses.Piotr Sikora5-27/+157
2017-06-14Gzip: fixed style in $gzip_ratio variable handler.Ruslan Ermilov1-4/+4
2017-06-13HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header.Piotr Sikora1-0/+1
2017-06-07Userid: ngx_http_get_indexed_variable() error handling.Sergey Kandaurov1-0/+4
2017-06-07Fixed segfault in try_files with nested location.Sergey Kandaurov1-0/+1
2017-06-07SSI: return NGX_ERROR when timefmt memory allocation failed.Sergey Kandaurov1-1/+1
2017-06-02HTTP/2: don't send SETTINGS ACK before already queued DATA frames.Piotr Sikora2-1/+10
2017-06-02HTTP/2: make SETTINGS ACK frame reusable.Piotr Sikora1-25/+31
2017-06-02HTTP/2: send SETTINGS ACK after applying all SETTINGS params.Piotr Sikora1-2/+2
2017-06-02HTTP/2: emit new frames only after applying all SETTINGS params.Piotr Sikora1-6/+11
2017-05-31Upstream: style.Piotr Sikora1-1/+1