summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-25Fixed limit_conn_log_level/limit_req_log_level inheritance.Valentin Bartenev2-2/+2
2011-12-23Proxy: made proxy_pass with variables more consistent.Maxim Dounin1-6/+3
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-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 the $https variable.Valentin Bartenev1-0/+28
2011-12-09SCGI: added "if_not_empty" flag support to the "scgi_param" directive.Valentin Bartenev1-14/+60
2011-12-09uwsgi: added "if_not_empty" flag support to the "uwsgi_param" directive.Valentin Bartenev1-7/+44
2011-12-09FastCGI: added "if_not_empty" flag support to the "fastcgi_param" directive.Valentin Bartenev1-7/+44
2011-12-09Added the ngx_http_upstream_param_set_slot().Valentin Bartenev2-0/+53
2011-12-06- Improved error message when parsing of the "buffer" parameter of theRuslan Ermilov1-1/+7
2011-12-06Removed unused function ngx_regex_capture_count().Valentin Bartenev1-17/+0
2011-12-06Fix for read_head with try_files and open_file_cache.Maxim Dounin1-0/+1
2011-12-06Version bump.Maxim Dounin2-3/+3
2011-12-05Added the "so_keepalive=" parameter to the "listen" directive.Valentin Bartenev8-1/+283
2011-11-29Fixed AIO on Linux, broken in r4306.Maxim Dounin1-10/+10
2011-11-29Version bump.Maxim Dounin2-3/+3
2011-11-28Added (void) as we intentionally ignore returned values.Maxim Dounin2-2/+2
2011-11-28Allowed add_header for proxied 206 replies.Maxim Dounin1-0/+1
2011-11-28Added support for IP-literal in the Host header and request line (ticket #1).Valentin Bartenev2-26/+115
2011-11-25Added escaping of double quotes in ngx_escape_html().Maxim Dounin1-0/+9
2011-11-23Unlock of shared memory zones on process crash.Maxim Dounin1-11/+50
2011-11-23Fixed build without atomic operations.Maxim Dounin1-2/+2
2011-11-23Added shmtx interface to forcibly unlock mutexes.Maxim Dounin6-49/+86
2011-11-23Fixed "rotate" to always work when combined with "resize/crop".Ruslan Ermilov1-1/+5
2011-11-23Cosmetics.Ruslan Ermilov1-3/+3
2011-11-23Fix of mp4 module seeking.Igor Sysoev1-1/+1
2011-11-22Protection from stale write events in epoll.Maxim Dounin1-0/+12
2011-11-22Fixed segfault on ssl servers without cert with SNI (ticket #54).Maxim Dounin1-12/+14
2011-11-21Fixed "keepalive_disable".Ruslan Ermilov1-1/+1
2011-11-18FreeBSD 10-current has recently gotten POSIX_FADV_* macros.Maxim Konovalov1-1/+1
2011-11-18Upstream: don't cache unfinished responses.Maxim Dounin1-2/+10
2011-11-18Fixed flv header to match specification.Maxim Dounin1-1/+1
2011-11-16Silenced a warning for some compilers.Ruslan Ermilov1-0/+1
2011-11-16Now nginx uses TTL of a DNS response when calculating cache validity.Ruslan Ermilov1-6/+38
2011-11-16Fixed incorrect counting the length of headers in a SCGI request.Valentin Bartenev1-1/+3
2011-11-15Fixed handling of SIGWINCH/NOACCEPT signal.Maxim Dounin1-0/+4
2011-11-15Version bump.Maxim Dounin2-3/+3
2011-11-14Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()Igor Sysoev4-18/+38
2011-11-14Fix of "Content-Length" header of MP4 response if start argument was used.Igor Sysoev1-1/+2