summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-18SSL: $ssl_server_name variable.Maxim Dounin1-0/+3
2014-04-15Access log: the "if" parameter of the "access_log" directive.Sergey Kandaurov1-10/+47
2014-04-01Mp4: allow end values bigger than track duration.Roman Arutyunyan1-4/+14
2014-03-31Core: slab log_nomem flag.Maxim Dounin1-0/+4
2014-03-31Mp4: improved logging after adding "end" support.Roman Arutyunyan1-27/+71
2014-03-31Mp4: fixed seeking to a track end.Roman Arutyunyan1-2/+2
2014-03-24Mp4: skipped empty stss atom table in output.Sergey Kandaurov1-8/+13
2014-03-21Range filter: single_range flag in request.Maxim Dounin2-2/+5
2014-03-20Mp4: added "end" argument support.Roman Arutyunyan1-89/+377
2014-03-20Mp4: moved atom cropping code out of update functions.Roman Arutyunyan1-85/+176
2014-03-17Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan1-0/+18
2014-03-17FastCGI: f->split_parts reset on request start.Maxim Dounin1-0/+11
2014-03-03Gzip static: fixed NGX_CONF_FLAG misuse.Valentin Bartenev1-1/+1
2014-02-19Access: supplemented the obfuscated code with a comment.Ruslan Ermilov1-1/+5
2014-02-14Mp4: remove useless leading stsc entry in result mp4.Roman Arutyunyan1-1/+1
2014-02-11Upstream: fix $upstream_status variable.Piotr Sikora4-6/+6
2014-02-11SSL: the $ssl_session_reused variable.Maxim Dounin1-0/+3
2014-02-04Range filter: fixed duplicate charset.Ruslan Ermilov1-4/+8
2014-01-28SSL: support ALPN (IETF's successor to NPN).Piotr Sikora1-2/+70
2014-01-29Mp4: fix seeks to standalone last chunk.Roman Arutyunyan1-1/+1
2014-01-29Mp4: skip tracks shorter than seek position (ticket #414).Roman Arutyunyan1-6/+31
2014-01-29Mp4: fix seeks after the last key frame.Roman Arutyunyan1-5/+2
2014-01-28SSI: fixed $date_local and $date_gmt without SSI (ticket #230).Maxim Dounin1-5/+8
2014-01-23Typo fixed.Tatsuhiko Kubo1-1/+1
2014-01-14SSL: fixed ssl_verify_depth to take only one argument.Maxim Dounin1-1/+1
2014-01-10SSL: ssl_session_tickets directive.Dirkjan Bussink2-0/+17
2013-12-27Fixed setting of content type in some cases.Ruslan Ermilov3-0/+4
2013-12-27Style: removed surplus semicolons.Valentin Bartenev3-3/+3
2013-12-23Dav: emit a warning about unsafe URI.Ruslan Ermilov1-1/+1
2013-12-23Teach ngx_http_parse_unsafe_uri() how to unescape URIs.Ruslan Ermilov1-14/+0
2013-12-20SSL: ssl_buffer_size directive.Maxim Dounin2-0/+15
2013-12-09Upstream: simplified peer selection loop in the "ip_hash" module.Vladimir Homutov1-18/+28
2013-12-12Trailing whitespace fix.Maxim Dounin1-1/+1
2013-12-11Use ngx_chain_get_free_buf() in pipe input filters.Valentin Bartenev2-57/+15
2013-12-06Fixed incorrect ngx_str_set() usage, broken in c82b2e020b9f.Piotr Sikora1-1/+1
2013-12-04Fixed build without SSL, broken by c82b2e020b9f.Maxim Dounin1-3/+3
2013-12-04SSL support in the uwsgi module.Maxim Dounin1-7/+197
2013-11-29Upstream: skip empty cache headers.Maxim Dounin3-3/+3
2013-11-18Upstream: cache revalidation with conditional requests.Maxim Dounin4-4/+52
2013-10-31Gunzip: proper error handling on gunzipping an empty response.Maxim Dounin1-3/+7
2013-10-31Gunzip: "error" logging level on inflate() errors.Maxim Dounin1-1/+1
2013-10-31Auth basic: "info" logging level on no user/password.Maxim Dounin1-1/+1
2013-10-28Gzip, gunzip: flush pending data when incoming chain is NULL.Yichun Zhang2-2/+2
2013-10-18Headers filter: empty Cache-Control is no longer added.Maxim Dounin1-0/+4
2013-10-11SSL: added ability to set keys used for Session Tickets (RFC5077).Piotr Sikora2-0/+19
2013-10-02Limit req: fixed "nodelay" parsing.Maxim Dounin1-1/+1
2013-10-02Unused macro and variable removed.Sergey Kandaurov1-2/+0
2013-09-27FastCGI: non-buffered mode support.Maxim Dounin1-8/+230
2013-09-27Upstream: subrequest_in_memory support for SCGI and uwsgi enabled.Maxim Dounin2-14/+0
2013-09-27Upstream: proxy_no_cache, fastcgi_no_cache warnings removed.Maxim Dounin2-12/+0