summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.13.3-RELEASErelease-1.13.3Maxim Dounin2017-07-111-0/+20
* Range filter: avoid negative range start.Maxim Dounin2017-07-111-1/+1
* Range filter: protect from total size overflows.Maxim Dounin2017-07-111-0/+4
* Variables: use ngx_http_variable_null_value where appropriate.Ruslan Ermilov2017-07-071-11/+5
* Resolver: cancelable resend timer event.Ruslan Ermilov2017-07-042-0/+3
* Resolver: factored out setting a timer for resolver timeout.Sergey Kandaurov2017-07-041-50/+33
* Slab: fixed small allocations on systems with large pagesize.Ruslan Ermilov2017-07-041-4/+13
* Slab: style.Ruslan Ermilov2017-07-041-10/+10
* Resolver: fixed possible use-after-free while resolving SRV.Roman Arutyunyan2017-07-041-19/+19
* Proxy: split configured header names and values.Piotr Sikora2017-03-151-106/+59
* Version bump.Maxim Dounin2017-07-031-2/+2
* release-1.13.2 tagMaxim Dounin2017-06-271-0/+1
* nginx-1.13.2-RELEASErelease-1.13.2Maxim Dounin2017-06-271-0/+73
* Range filter: allowed ranges on empty files (ticket #1031).Maxim Dounin2017-06-271-0/+3
* Upstream: introduced ngx_http_upstream_ssl_handshake_handler().Maxim Dounin2017-06-221-14/+24
* Upstream: fixed running posted requests (ticket #788).Roman Arutyunyan2017-06-141-1/+6
* Resolver: added the "async" flag to resolver context.Roman Arutyunyan2017-06-142-1/+7
* Resolver: fixed allocation error handling while resolving SRV.Bart Warmerdam2017-06-191-1/+3
* Introduced ngx_rwlock_downgrade().Ruslan Ermilov2017-06-162-0/+10
* Added memory barrier semantics to ngx_rwlock_unlock().Ruslan Ermilov2017-06-161-1/+1
* Headers filter: added "add_trailer" directive.Piotr Sikora2017-03-241-22/+142
* HTTP/2: added support for trailers in HTTP responses.Piotr Sikora2017-03-241-14/+152
* Added support for trailers in HTTP responses.Piotr Sikora2017-03-245-27/+157
* Gzip: fixed style in $gzip_ratio variable handler.Ruslan Ermilov2017-06-141-4/+4
* Removed excessive casts for ngx_file_info().Ruslan Ermilov2017-06-142-6/+2
* Configure: use .exe for binaries for all win32 compilers.Orgad Shaneh2017-06-064-3/+1
* Configure: fix compilation on MSYS2 / MinGW64.Orgad Shaneh2017-06-061-1/+1
* HTTP/2: reject HTTP/2 requests without ":scheme" pseudo-header.Piotr Sikora2017-06-131-0/+1
* Userid: ngx_http_get_indexed_variable() error handling.Sergey Kandaurov2017-06-071-0/+4
* Fixed segfault in try_files with nested location.Sergey Kandaurov2017-06-071-0/+1
* SSI: return NGX_ERROR when timefmt memory allocation failed.Sergey Kandaurov2017-06-071-1/+1
* HTTP/2: don't send SETTINGS ACK before already queued DATA frames.Piotr Sikora2017-06-022-1/+10
* HTTP/2: make SETTINGS ACK frame reusable.Piotr Sikora2017-06-021-25/+31
* HTTP/2: send SETTINGS ACK after applying all SETTINGS params.Piotr Sikora2017-06-021-2/+2
* HTTP/2: emit new frames only after applying all SETTINGS params.Piotr Sikora2017-06-021-6/+11
* Configure: enabled rpath for NetBSD.Sergey Kandaurov2017-06-021-0/+8
* Configure: disabled IP_PKTINFO feature on certain platforms.Roman Arutyunyan2017-06-011-1/+4
* Style.Maxim Dounin2017-06-011-3/+3
* Upstream: style.Piotr Sikora2017-05-311-1/+1
* Headers filter: style.Piotr Sikora2017-05-311-2/+2
* HTTP/2: add debug logging of pseudo-headers and cookies.Piotr Sikora2017-05-301-20/+28
* Version bump.Valentin Bartenev2017-05-301-2/+2
* release-1.13.1 tagMaxim Dounin2017-05-301-0/+1
* nginx-1.13.1-RELEASErelease-1.13.1Maxim Dounin2017-05-301-0/+98
* Updated OpenSSL used for win32 builds.Maxim Dounin2017-05-301-1/+1
* Fixed background requests with asynchronous operations.Roman Arutyunyan2017-05-291-5/+3
* Configure: sched_setaffinity() test moved to auto/unix.Maxim Dounin2017-05-292-14/+12
* Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.Maxim Dounin2017-05-292-2/+2
* SSL: set TCP_NODELAY on SSL connections before handshake.Maxim Dounin2017-05-292-11/+27
* Introduced ngx_tcp_nodelay().Ruslan Ermilov2017-05-267-155/+69