summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.11.7-RELEASErelease-1.11.7Maxim Dounin2016-12-131-0/+94
* HTTP/2: prevented creating temp files for requests without body.Valentin Bartenev2016-12-101-2/+4
* HTTP/2: fixed posted streams handling.Valentin Bartenev2016-11-283-38/+42
* Map: the "volatile" parameter.Ruslan Ermilov2016-12-082-2/+28
* Map: simplified "map" block parser.Ruslan Ermilov2016-12-082-2/+4
* Slab: commented bitmap initialization for small allocations.Ruslan Ermilov2016-12-081-0/+1
* Slab: free pages statistics.Ruslan Ermilov2016-12-072-0/+6
* Slab: slots statistics.Ruslan Ermilov2016-12-072-11/+57
* Slab: simplified some math.Ruslan Ermilov2016-12-071-17/+12
* Slab: simplified allocation from slots.Ruslan Ermilov2016-12-071-79/+61
* Slab: fixed the number of pages calculation.Ruslan Ermilov2016-12-071-0/+1
* Slab: added comment about list heads.Ruslan Ermilov2016-12-071-1/+4
* Slab: improved code readability.Ruslan Ermilov2016-12-071-54/+49
* Core: fixed environment on exit.Maxim Dounin2016-12-071-8/+40
* Perl: removed special environment handling for the perl module.Maxim Dounin2016-12-072-15/+4
* Perl: added PERL_SET_INTERP().Maxim Dounin2016-12-071-0/+8
* Fixed spelling of logical AND operator, no functional changes.Sergey Kandaurov2016-12-071-1/+1
* Mp4: fixed setting wrong mdat atom size in very rare cases.hucongcong2016-11-221-1/+3
* SSL: $ssl_curves (ticket #1088).Maxim Dounin2016-12-054-0/+76
* SSL: $ssl_ciphers (ticket #870).Maxim Dounin2016-12-054-0/+92
* SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain.Maxim Dounin2016-12-053-0/+193
* SSL: $ssl_client_verify extended with a failure reason.Maxim Dounin2016-12-051-8/+18
* OCSP stapling: improved error logging context.Maxim Dounin2016-12-051-1/+19
* OCSP stapling: added certificate name to warnings.Maxim Dounin2016-12-053-5/+36
* OCSP stapling: added http response status logging.Maxim Dounin2016-12-051-6/+9
* OCSP stapling: style.Maxim Dounin2016-12-051-10/+12
* Slab: improved double free detection.Ruslan Ermilov2016-12-031-1/+1
* Slab: always show the requested allocation size in debug messages.Ruslan Ermilov2016-12-031-1/+0
* Slab: style.Ruslan Ermilov2016-12-031-3/+3
* Events: improved error event handling for UDP sockets.Dmitry Volyntsev2016-11-214-30/+19
* HTTP/2: fixed saving preread buffer to temp file (ticket #1143).Valentin Bartenev2016-11-281-0/+3
* Configure: honor dependencies of dynamic modules.Maxim Dounin2016-11-213-16/+9
* Version bump.Maxim Dounin2016-11-211-2/+2
* release-1.11.6 tagMaxim Dounin2016-11-151-0/+1
* nginx-1.11.6-RELEASErelease-1.11.6Maxim Dounin2016-11-151-0/+130
* Fixed a typo, removed an empty line.Maxim Dounin2016-11-141-2/+1
* Upstream: handling of upstream SSL handshake timeouts.Maxim Dounin2016-11-141-0/+7
* Range filter: only initialize ctx->ranges in main request.hucongcong2016-11-101-6/+6
* Core: slight optimization in ngx_chain_update_chains().hucongcong2016-11-101-7/+9
* Style: switch.Ruslan Ermilov2016-11-042-3/+0
* Cache: prefix-based temporary files.Maxim Dounin2016-11-034-40/+46
* Upstream: avoid holding a cache node with upgraded connections.Maxim Dounin2016-11-031-0/+17
* Cache: proxy_cache_max_range_offset and friends.Dmitry Volyntsev2016-11-026-0/+105
* HTTP/2: flow control debugging.Sergey Kandaurov2016-11-021-0/+4
* Perl: fixed optimization in SSI command handler.Maxim Dounin2016-11-011-1/+1
* HTTP/2: slightly improved debugging.Ruslan Ermilov2016-10-311-3/+4
* Upstream: removed ngx_http_upstream_srv_conf_t.default_port.Ruslan Ermilov2016-10-172-3/+0
* Upstream: don't consider default_port when matching upstreams.Ruslan Ermilov2016-10-171-6/+0
* Upstream: consistently initialize explicit upstreams.Ruslan Ermilov2016-10-171-0/+2
* Upstream: do not unnecessarily create per-request upstreams.Ruslan Ermilov2016-10-312-34/+34