summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07-04Resolver: cancelable resend timer event.Ruslan Ermilov2-0/+3
2017-07-04Resolver: factored out setting a timer for resolver timeout.Sergey Kandaurov1-50/+33
2017-07-04Slab: fixed small allocations on systems with large pagesize.Ruslan Ermilov1-4/+13
2017-07-04Slab: style.Ruslan Ermilov1-10/+10
2017-07-04Resolver: fixed possible use-after-free while resolving SRV.Roman Arutyunyan1-19/+19
2017-03-15Proxy: split configured header names and values.Piotr Sikora1-106/+59
2017-07-03Version bump.Maxim Dounin1-2/+2
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-06-14Resolver: added the "async" flag to resolver context.Roman Arutyunyan2-1/+7
2017-06-19Resolver: fixed allocation error handling while resolving SRV.Bart Warmerdam1-1/+3
2017-06-16Introduced ngx_rwlock_downgrade().Ruslan Ermilov2-0/+10
2017-06-16Added memory barrier semantics to ngx_rwlock_unlock().Ruslan Ermilov1-1/+1
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-14Removed excessive casts for ngx_file_info().Ruslan Ermilov2-6/+2
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-06-01Style.Maxim Dounin1-3/+3
2017-05-31Upstream: style.Piotr Sikora1-1/+1
2017-05-31Headers filter: style.Piotr Sikora1-2/+2
2017-05-30HTTP/2: add debug logging of pseudo-headers and cookies.Piotr Sikora1-20/+28
2017-05-30Version bump.Valentin Bartenev1-2/+2
2017-05-29Fixed background requests with asynchronous operations.Roman Arutyunyan1-5/+3
2017-05-29Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.Maxim Dounin2-2/+2
2017-05-29SSL: set TCP_NODELAY on SSL connections before handshake.Maxim Dounin2-11/+27
2017-05-26Introduced ngx_tcp_nodelay().Ruslan Ermilov7-155/+69
2017-05-25Background subrequests for cache updates.Roman Arutyunyan4-24/+49
2017-05-24Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278).Roman Arutyunyan1-1/+1
2017-05-23HTTP/2: fixed segfault when memory allocation failed.Valentin Bartenev1-2/+2
2017-05-18Cache: ignore long locked entries during forced expire.Dmitry Volyntsev1-11/+42
2017-05-18Upstream: fixed u->headers_in.headers allocation error handling.Sergey Kandaurov4-0/+6
2017-05-15Realip: allow hostnames in set_real_ip_from (ticket #1180).Ruslan Ermilov2-30/+136
2017-05-15Access: simplified rule parser code.Ruslan Ermilov2-26/+14
2017-05-03SSL: allowed renegotiation in client mode with OpenSSL < 1.1.0.Sergey Kandaurov1-1/+1
2017-04-27Added missing "fall through" comments (ticket #1259).Maxim Dounin3-0/+6
2017-04-25Don't pretend we support HTTP major versions >1 as HTTP/1.1.Ruslan Ermilov5-8/+34
2017-04-25Version bump.Ruslan Ermilov1-2/+2