summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Access log: fix default value, broken by cb308813b453.Piotr Sikora1-5/+2
2014-06-02Upstream: generic hash module.Roman Arutyunyan1-0/+631
2014-05-27Sub filter: fixed subrequests handling.Maxim Dounin1-2/+6
2014-05-23Upstream: fix tries check in ip_hash.Roman Arutyunyan1-1/+1
2014-05-12Added syslog support for error_log and access_log directives.Vladimir Homutov1-1/+70
2014-05-20SSL: $ssl_client_fingerprint variable.Sergey Budnevitch1-0/+3
2014-05-19Charset filter: fixed charset setting on encoded replies.Maxim Dounin2-17/+19
2014-05-14Style: use %N instead of '\n' where appropriate.Ruslan Ermilov1-1/+1
2013-11-18Proxy: fixed possible uninitialized memory access.Valentin Bartenev1-3/+3
2014-04-18Upstream: uwsgi_ssl_name, uwsgi_ssl_verify, and so on.Maxim Dounin1-0/+85
2014-04-18Upstream: proxy_ssl_verify and friends.Maxim Dounin1-0/+62
2014-04-18Upstream: proxy_ssl_name and proxy_ssl_server_name directives.Maxim Dounin1-0/+26
2014-04-18Upstream: plugged potential memory leak on reload.Maxim Dounin2-16/+16
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