summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-10HTTP/2: prevented creating temp files for requests without body.Valentin Bartenev1-2/+4
2016-11-28HTTP/2: fixed posted streams handling.Valentin Bartenev3-38/+42
2016-12-08Map: the "volatile" parameter.Ruslan Ermilov2-2/+28
2016-12-08Map: simplified "map" block parser.Ruslan Ermilov2-2/+4
2016-12-08Slab: commented bitmap initialization for small allocations.Ruslan Ermilov1-0/+1
2016-12-07Slab: free pages statistics.Ruslan Ermilov2-0/+6
2016-12-07Slab: slots statistics.Ruslan Ermilov2-11/+57
2016-12-07Slab: simplified some math.Ruslan Ermilov1-17/+12
2016-12-07Slab: simplified allocation from slots.Ruslan Ermilov1-79/+61
2016-12-07Slab: fixed the number of pages calculation.Ruslan Ermilov1-0/+1
2016-12-07Slab: added comment about list heads.Ruslan Ermilov1-1/+4
2016-12-07Slab: improved code readability.Ruslan Ermilov1-54/+49
2016-12-07Core: fixed environment on exit.Maxim Dounin1-8/+40
2016-12-07Perl: removed special environment handling for the perl module.Maxim Dounin1-12/+1
2016-12-07Perl: added PERL_SET_INTERP().Maxim Dounin1-0/+8
2016-12-07Fixed spelling of logical AND operator, no functional changes.Sergey Kandaurov1-1/+1
2016-11-22Mp4: fixed setting wrong mdat atom size in very rare cases.hucongcong1-1/+3
2016-12-05SSL: $ssl_curves (ticket #1088).Maxim Dounin4-0/+76
2016-12-05SSL: $ssl_ciphers (ticket #870).Maxim Dounin4-0/+92
2016-12-05SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain.Maxim Dounin3-0/+193
2016-12-05SSL: $ssl_client_verify extended with a failure reason.Maxim Dounin1-8/+18
2016-12-05OCSP stapling: improved error logging context.Maxim Dounin1-1/+19
2016-12-05OCSP stapling: added certificate name to warnings.Maxim Dounin3-5/+36
2016-12-05OCSP stapling: added http response status logging.Maxim Dounin1-6/+9
2016-12-05OCSP stapling: style.Maxim Dounin1-10/+12
2016-12-03Slab: improved double free detection.Ruslan Ermilov1-1/+1
2016-12-03Slab: always show the requested allocation size in debug messages.Ruslan Ermilov1-1/+0
2016-12-03Slab: style.Ruslan Ermilov1-3/+3
2016-11-21Events: improved error event handling for UDP sockets.Dmitry Volyntsev4-30/+19
2016-11-28HTTP/2: fixed saving preread buffer to temp file (ticket #1143).Valentin Bartenev1-0/+3
2016-11-21Version bump.Maxim Dounin1-2/+2
2016-11-14Upstream: handling of upstream SSL handshake timeouts.Maxim Dounin1-0/+7
2016-11-10Range filter: only initialize ctx->ranges in main request.hucongcong1-6/+6
2016-11-10Core: slight optimization in ngx_chain_update_chains().hucongcong1-7/+9
2016-11-04Style: switch.Ruslan Ermilov2-3/+0
2016-11-03Cache: prefix-based temporary files.Maxim Dounin4-40/+46
2016-11-03Upstream: avoid holding a cache node with upgraded connections.Maxim Dounin1-0/+17
2016-11-02Cache: proxy_cache_max_range_offset and friends.Dmitry Volyntsev6-0/+105
2016-11-02HTTP/2: flow control debugging.Sergey Kandaurov1-0/+4
2016-11-01Perl: fixed optimization in SSI command handler.Maxim Dounin1-1/+1
2016-10-31HTTP/2: slightly improved debugging.Ruslan Ermilov1-3/+4
2016-10-17Upstream: removed ngx_http_upstream_srv_conf_t.default_port.Ruslan Ermilov2-3/+0
2016-10-17Upstream: don't consider default_port when matching upstreams.Ruslan Ermilov1-6/+0
2016-10-17Upstream: consistently initialize explicit upstreams.Ruslan Ermilov1-0/+2
2016-10-31Upstream: do not unnecessarily create per-request upstreams.Ruslan Ermilov2-34/+34
2016-10-31Upstream: added the ngx_http_upstream_resolved_t.name field.Ruslan Ermilov9-22/+14
2016-10-31Upstream: removed unnecessary condition in proxy_eval() and friends.Ruslan Ermilov5-5/+5
2016-10-31HTTP/2: limited maximum number of requests in connection.Valentin Bartenev3-8/+32
2016-10-27Mp4: introduced custom version of ngx_atofp().Maxim Dounin1-14/+60
2016-10-16Proxy: support variables for proxy_method directive.Dmitry Lazurkin1-6/+10