summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nginx-1.1.12-RELEASErelease-1.1.12Maxim Dounin2011-12-261-0/+140
* Added support for regex study and PCRE JIT (ticket #41) optimizations onValentin Bartenev2011-12-267-12/+247
* Fixed build without debug.Maxim Dounin2011-12-261-2/+2
* Cache lock support for fastcgi, scgi, uwsgi.Maxim Dounin2011-12-263-0/+66
* Cache locks initial implementation.Maxim Dounin2011-12-265-14/+181
* Fixed interaction of limit_rate and sendfile_max_chunk.Maxim Dounin2011-12-261-7/+11
* Fixed throughput problems with large limit_rate.Maxim Dounin2011-12-261-1/+1
* Fixed mp4 if first entry in stsc was skipped (ticket #72).Maxim Dounin2011-12-261-0/+2
* SSI: added regex captures support in the expression of the "if" command.Valentin Bartenev2011-12-252-29/+148
* Fixed limit_conn_log_level/limit_req_log_level inheritance.Valentin Bartenev2011-12-252-2/+2
* Added the HTTPS fastcgi_param to fastcgi.conf.Valentin Bartenev2011-12-251-0/+1
* Words duplications removed.Maxim Konovalov2011-12-241-6/+6
* Proxy: made proxy_pass with variables more consistent.Maxim Dounin2011-12-231-6/+3
* configure on Solaris fixedSergey Budnevitch2011-12-201-1/+1
* Added clearing of r->valid_unparsed_uri on internal redirects.Maxim Dounin2011-12-192-2/+1
* SSI bugfix: the "if" command did not work inside the "block" command andValentin Bartenev2011-12-191-10/+10
* Scgi: removed error if there is no Status header.Maxim Dounin2011-12-191-3/+0
* Scgi: removed duplicate function declaration.Maxim Dounin2011-12-191-1/+0
* Fixed incorrect use of r->http_version in scgi module.Maxim Dounin2011-12-191-9/+3
* Version bump.Maxim Dounin2011-12-192-2/+2
* release-1.1.11 tagMaxim Dounin2011-12-121-0/+1
* nginx-1.1.11-RELEASErelease-1.1.11Maxim Dounin2011-12-121-0/+98
* Fixed RELEASE target again.Maxim Dounin2011-12-121-1/+1
* Fixed RELEASE target to correctly call "release" one.Maxim Dounin2011-12-121-1/+1
* Cache: only complain on long locked entries.Maxim Dounin2011-12-121-3/+3
* Cache: handling of cache files with long headers.Maxim Dounin2011-12-121-0/+7
* Cache: obsolete code removed.Maxim Dounin2011-12-121-66/+0
* Renamed some constants to improve readability, no functional changes.Ruslan Ermilov2011-12-121-17/+14
* Proxy: added variables and regexp support to the first parameter ofValentin Bartenev2011-12-121-99/+119
* Microoptimization of sendfile(2) usage under FreeBSD.Maxim Dounin2011-12-111-2/+7
* Fixed: some of $sent_http_* variables may contain header entries that actuallyValentin Bartenev2011-12-091-12/+29
* Added HTTPS param with Apache-like behaviour to fastcgi/scgi/uwsgi_params (fi...Valentin Bartenev2011-12-093-0/+3
* Added the $https variable.Valentin Bartenev2011-12-091-0/+28
* SCGI: added "if_not_empty" flag support to the "scgi_param" directive.Valentin Bartenev2011-12-091-14/+60
* uwsgi: added "if_not_empty" flag support to the "uwsgi_param" directive.Valentin Bartenev2011-12-091-7/+44
* FastCGI: added "if_not_empty" flag support to the "fastcgi_param" directive.Valentin Bartenev2011-12-091-7/+44
* Added the ngx_http_upstream_param_set_slot().Valentin Bartenev2011-12-092-0/+53
* - Improved error message when parsing of the "buffer" parameter of theRuslan Ermilov2011-12-061-1/+7
* Removed unused function ngx_regex_capture_count().Valentin Bartenev2011-12-061-17/+0
* Fix for read_head with try_files and open_file_cache.Maxim Dounin2011-12-061-0/+1
* Version bump.Maxim Dounin2011-12-062-3/+3
* Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev2011-12-059-1/+297
* release-1.1.10 tagMaxim Dounin2011-11-301-0/+1
* nginx-1.1.10-RELEASErelease-1.1.10Maxim Dounin2011-11-301-0/+16
* Compute the repository root from the checkout.Ruslan Ermilov2011-11-301-2/+2
* Fixed AIO on Linux, broken in r4306.Maxim Dounin2011-11-291-10/+10
* Version bump.Maxim Dounin2011-11-292-3/+3
* release-1.1.9 tagMaxim Dounin2011-11-281-0/+1
* nginx-1.1.9-RELEASErelease-1.1.9Maxim Dounin2011-11-281-0/+166
* Added (void) as we intentionally ignore returned values.Maxim Dounin2011-11-282-2/+2