summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-20Backed out f1a91825730a and 7094bd12c1ff.Maxim Dounin4-8/+4
2013-08-21Auth request module import.Maxim Dounin1-0/+444
2013-08-13Referer module: fixed regex matching against HTTPS referers.Sergey Kandaurov1-1/+3
2013-08-06Replaced ngx_conf_full_name() with ngx_get_full_name().Valentin Bartenev4-4/+8
2013-08-05Image filter: use "application/json" MIME type for JSON output.Valentin Bartenev1-1/+1
2013-07-31MIME: use "application/javascript" for .js files.Valentin Bartenev1-1/+1
2013-07-29Perl: fixed syntax usage for C preprocessor directives.Sergey Kandaurov1-7/+4
2013-07-25Upstream: added check if a response is complete.Maxim Dounin1-1/+1
2013-07-25Upstream: u->length now defaults to -1 (API change).Maxim Dounin1-1/+4
2013-07-25Gzip: clearing of c->buffered if all data are flushed.Maxim Dounin1-2/+4
2013-07-25Sub filter: fixed matching after a partial match.Maxim Dounin1-31/+69
2013-07-25Sub filter: fixed incomplete last buffer on partial match.Maxim Dounin1-0/+20
2013-07-25Sub filter: flush buffers handling.Maxim Dounin1-1/+4
2013-07-25Sub filter: switched to ngx_chain_get_free_buf().Maxim Dounin1-62/+23
2013-07-25Sub filter: stale comments removed.Maxim Dounin1-3/+0
2013-07-19Xslt: exsltRegisterAll() moved to preconfiguration.Maxim Dounin1-2/+10
2013-07-11Core: extended ngx_sock_ntop() with socklen parameter.Vladimir Homutov1-1/+2
2013-06-10Perl: fixed r->header_in("Cookie") (ticket #351).Maxim Dounin1-9/+27
2013-06-05Status: the "last_in_chain" flag must be set.Valentin Bartenev1-0/+1
2013-05-30Access: support for UNIX-domain client addresses (ticket #359).Ruslan Ermilov1-35/+111
2013-05-27Upstream: http_403 support in proxy_next_upstream (and friends).Maxim Dounin4-0/+4
2013-05-24Xslt: xslt_last_modified directive.Maxim Dounin1-4/+22
2013-05-24Sub filter: sub_filter_last_modified directive.Maxim Dounin1-1/+14
2013-05-24SSI: ssi_last_modified directive.Maxim Dounin1-1/+14
2013-05-23Memcached: stricten header validation.Ruslan Ermilov1-9/+17
2013-05-22Referer module: added $invalid_referer to variables hash.Maxim Dounin1-2/+1
2013-05-21Upstream: fixed fail_timeout and max_fails > 1.Maxim Dounin1-1/+4
2013-05-21Fixed error logging.Sergey Kandaurov1-1/+1
2013-05-15Upstream keepalive: slightly simplified code.Ruslan Ermilov1-5/+2
2013-05-15Proxy: clear script engine used to calculate lengths.Maxim Dounin1-0/+2
2013-05-11Proxy: $proxy_internal_body_length fixed.Maxim Dounin1-1/+2
2013-05-11Mp4: indentation and style, no functional changes.Maxim Dounin1-31/+39