summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-23Proxy: added the "proxy_ssl_ciphers" directive.Piotr Sikora1-0/+22
2013-09-22SSL: stop loading configs with invalid "ssl_ciphers" values.Piotr Sikora1-0/+1
2013-09-19Proxy: added the "proxy_ssl_protocols" directive.Andrei Belov1-10/+40
2013-09-04Handling of ngx_int_t != intptr_t case.Maxim Dounin2-5/+5
2013-09-04Win32: $request_time fixed.Maxim Dounin1-1/+1
2013-09-04Win32: Borland C compatibility fixes.Maxim Dounin4-7/+11
2013-09-04Win32: Open Watcom C compatibility fixes.Maxim Dounin1-1/+1
2013-08-29Referer: fixed hostname buffer overflow check.Valentin Bartenev1-3/+3
2013-08-29Referer: "server_names" parsing deferred to merge phase.Sergey Kandaurov1-33/+45
2013-08-29Referer: fixed server_name regex matching.Sergey Kandaurov1-22/+67
2013-08-29Referer: fixed error type usage inconsistency for ngx_http_add*().Sergey Kandaurov1-15/+15
2013-08-28Image filter: large image handling.Lanshun Zhou1-1/+6
2013-07-30Autoindex: improved ngx_de_info() error handling.Sergey Kandaurov1-1/+1
2013-07-30Autoindex: return NGX_ERROR on error if headers were sent.Sergey Kandaurov1-2/+2