summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2012-01-16nginx-1.1.13-RELEASErelease-1.1.13Maxim Dounin1-0/+76
2012-01-16Updated OpenSSL version used for win32 build.Maxim Dounin1-1/+1
2012-01-162012 year.Igor Sysoev1-1/+1
2012-01-16Fixed division by zero exception in ngx_hash_init().Valentin Bartenev1-1/+1
2012-01-16Fixed sched_setaffinity(2) to correctly pass size.Maxim Dounin1-1/+4
2012-01-16Fixed handling of mp4 above 2G and 32bit offsets (ticket #84).Maxim Dounin1-4/+4
2012-01-16Fixed proxy_cache_use_stale in "no live upstreams" case.Maxim Dounin4-5/+21
2012-01-11Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.Maxim Dounin5-20/+34
2012-01-11Fixed limit_req burst/nodelay inheritance (ticket #76).Maxim Dounin1-0/+2
2012-01-10Fixed: proxy_redirect with regex might broke Refresh header.Valentin Bartenev1-1/+19
2012-01-10Changed ngx_log_debugN() macros to verify the number of argumentsRuslan Ermilov1-9/+32
2011-12-29Fixed configure with system PCRE library on Solaris.Valentin Bartenev1-1/+1
2011-12-29Some questionable optomizations flags for icc were removedMaxim Konovalov1-29/+4
2011-12-28Fixed punctuation.Maxim Dounin1-4/+4
2011-12-27libraries versions updatedSergey Budnevitch1-3/+3
2011-12-27zlib license file include fixedSergey Budnevitch1-1/+1
2011-12-27Version bump.Maxim Dounin2-3/+3
2011-12-26release-1.1.12 tagMaxim Dounin1-0/+1
2011-12-26nginx-1.1.12-RELEASErelease-1.1.12Maxim Dounin1-0/+140
2011-12-26Added support for regex study and PCRE JIT (ticket #41) optimizations onValentin Bartenev7-12/+247
2011-12-26Fixed build without debug.Maxim Dounin1-2/+2
2011-12-26Cache lock support for fastcgi, scgi, uwsgi.Maxim Dounin3-0/+66
2011-12-26Cache locks initial implementation.Maxim Dounin5-14/+181
2011-12-26Fixed interaction of limit_rate and sendfile_max_chunk.Maxim Dounin1-7/+11
2011-12-26Fixed throughput problems with large limit_rate.Maxim Dounin1-1/+1
2011-12-26Fixed mp4 if first entry in stsc was skipped (ticket #72).Maxim Dounin1-0/+2
2011-12-25SSI: added regex captures support in the expression of the "if" command.Valentin Bartenev2-29/+148
2011-12-25Fixed limit_conn_log_level/limit_req_log_level inheritance.Valentin Bartenev2-2/+2
2011-12-25Added the HTTPS fastcgi_param to fastcgi.conf.Valentin Bartenev1-0/+1
2011-12-24Words duplications removed.Maxim Konovalov1-6/+6
2011-12-23Proxy: made proxy_pass with variables more consistent.Maxim Dounin1-6/+3
2011-12-20configure on Solaris fixedSergey Budnevitch1-1/+1
2011-12-19Added clearing of r->valid_unparsed_uri on internal redirects.Maxim Dounin2-2/+1
2011-12-19SSI bugfix: the "if" command did not work inside the "block" command andValentin Bartenev1-10/+10
2011-12-19Scgi: removed error if there is no Status header.Maxim Dounin1-3/+0
2011-12-19Scgi: removed duplicate function declaration.Maxim Dounin1-1/+0
2011-12-19Fixed incorrect use of r->http_version in scgi module.Maxim Dounin1-9/+3
2011-12-19Version bump.Maxim Dounin2-2/+2
2011-12-12release-1.1.11 tagMaxim Dounin1-0/+1
2011-12-12nginx-1.1.11-RELEASErelease-1.1.11Maxim Dounin1-0/+98
2011-12-12Fixed RELEASE target again.Maxim Dounin1-1/+1
2011-12-12Fixed RELEASE target to correctly call "release" one.Maxim Dounin1-1/+1
2011-12-12Cache: only complain on long locked entries.Maxim Dounin1-3/+3
2011-12-12Cache: handling of cache files with long headers.Maxim Dounin1-0/+7
2011-12-12Cache: obsolete code removed.Maxim Dounin1-66/+0
2011-12-12Renamed some constants to improve readability, no functional changes.Ruslan Ermilov1-17/+14
2011-12-12Proxy: added variables and regexp support to the first parameter ofValentin Bartenev1-99/+119
2011-12-11Microoptimization of sendfile(2) usage under FreeBSD.Maxim Dounin1-2/+7
2011-12-09Fixed: some of $sent_http_* variables may contain header entries that actuallyValentin Bartenev1-12/+29
2011-12-09Added HTTPS param with Apache-like behaviour to fastcgi/scgi/uwsgi_params (fi...Valentin Bartenev3-0/+3