index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
http
/
modules
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-30
Limit req: improved error handling when parsing "zone" parameter of
Valentin Bartenev
1
-15
/
+23
2012-01-30
Limit req: error messages fixed.
Valentin Bartenev
1
-4
/
+4
2012-01-18
Copyright updated.
Maxim Konovalov
51
-0
/
+51
2012-01-18
Version bump.
Maxim Konovalov
1
-1
/
+2
2012-01-16
Fixed handling of mp4 above 2G and 32bit offsets (ticket #84).
Maxim Dounin
1
-4
/
+4
2012-01-16
Fixed proxy_cache_use_stale in "no live upstreams" case.
Maxim Dounin
4
-5
/
+21
2012-01-11
Added support for TLSv1.1, TLSv1.2 in ssl_protocols directive.
Maxim Dounin
2
-2
/
+7
2012-01-11
Fixed limit_req burst/nodelay inheritance (ticket #76).
Maxim Dounin
1
-0
/
+2
2012-01-10
Fixed: proxy_redirect with regex might broke Refresh header.
Valentin Bartenev
1
-1
/
+19
2011-12-27
Version bump.
Maxim Dounin
1
-1
/
+1
2011-12-26
Cache lock support for fastcgi, scgi, uwsgi.
Maxim Dounin
3
-0
/
+66
2011-12-26
Cache locks initial implementation.
Maxim Dounin
1
-0
/
+22
2011-12-26
Fixed mp4 if first entry in stsc was skipped (ticket #72).
Maxim Dounin
1
-0
/
+2
2011-12-25
SSI: added regex captures support in the expression of the "if" command.
Valentin Bartenev
2
-29
/
+148
2011-12-25
Fixed limit_conn_log_level/limit_req_log_level inheritance.
Valentin Bartenev
2
-2
/
+2
2011-12-23
Proxy: made proxy_pass with variables more consistent.
Maxim Dounin
1
-6
/
+3
2011-12-19
SSI bugfix: the "if" command did not work inside the "block" command and
Valentin Bartenev
1
-10
/
+10
2011-12-19
Scgi: removed error if there is no Status header.
Maxim Dounin
1
-3
/
+0
2011-12-19
Scgi: removed duplicate function declaration.
Maxim Dounin
1
-1
/
+0
2011-12-19
Fixed incorrect use of r->http_version in scgi module.
Maxim Dounin
1
-9
/
+3
2011-12-19
Version bump.
Maxim Dounin
1
-1
/
+1
2011-12-12
Proxy: added variables and regexp support to the first parameter of
Valentin Bartenev
1
-99
/
+119
2011-12-09
SCGI: added "if_not_empty" flag support to the "scgi_param" directive.
Valentin Bartenev
1
-14
/
+60
2011-12-09
uwsgi: added "if_not_empty" flag support to the "uwsgi_param" directive.
Valentin Bartenev
1
-7
/
+44
2011-12-09
FastCGI: added "if_not_empty" flag support to the "fastcgi_param" directive.
Valentin Bartenev
1
-7
/
+44
2011-12-06
- Improved error message when parsing of the "buffer" parameter of the
Ruslan Ermilov
1
-1
/
+7
2011-12-06
Version bump.
Maxim Dounin
1
-1
/
+1
2011-11-29
Version bump.
Maxim Dounin
1
-1
/
+1
2011-11-28
Allowed add_header for proxied 206 replies.
Maxim Dounin
1
-0
/
+1
2011-11-23
Fixed "rotate" to always work when combined with "resize/crop".
Ruslan Ermilov
1
-1
/
+5
2011-11-23
Cosmetics.
Ruslan Ermilov
1
-3
/
+3
2011-11-23
Fix of mp4 module seeking.
Igor Sysoev
1
-1
/
+1
2011-11-18
Fixed flv header to match specification.
Maxim Dounin
1
-1
/
+1
2011-11-16
Fixed incorrect counting the length of headers in a SCGI request.
Valentin Bartenev
1
-1
/
+3
2011-11-15
Version bump.
Maxim Dounin
1
-1
/
+1
2011-11-14
Fix of "Content-Length" header of MP4 response if start argument was used.
Igor Sysoev
1
-1
/
+2
2011-11-14
Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.
Valentin Bartenev
1
-102
/
+102
2011-11-14
Fixed fastcgi/scgi/uwsgi_param inheritance.
Maxim Dounin
3
-90
/
+174
2011-11-14
Separate functions to merge fastcgi/scgi/uwsgi params.
Maxim Dounin
3
-87
/
+123
2011-11-14
Fixed Upgrade header clearing with proxy_cache.
Maxim Dounin
1
-0
/
+1
2011-11-14
Fixed proxy_set_header inheritance with proxy_set_body.
Maxim Dounin
1
-17
/
+12
2011-11-14
Fixed proxy_set_header inheritance with proxy_cache (ticket #45).
Maxim Dounin
1
-9
/
+23
2011-11-14
Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse.
Sergey Budnevitch
3
-4
/
+4
2011-11-10
Limit zone: added the "limit_conn_zone" directive.
Valentin Bartenev
1
-3
/
+132
2011-11-10
Limit zone: support for multiple "limit_conn" limits.
Valentin Bartenev
1
-73
/
+117
2011-11-10
Limit zone: rbtree lookup moved to a separate function.
Valentin Bartenev
1
-51
/
+73
2011-11-08
The "image_filter_sharpen" directive.
Igor Sysoev
1
-1
/
+71
2011-11-01
Ancient incomplete ngx_http_status_module removal.
Igor Sysoev
1
-309
/
+0
2011-11-01
Version bump.
Igor Sysoev
1
-1
/
+1
2011-10-31
Fixed segfault on configuration testing with ssl (ticket #37).
Maxim Dounin
1
-1
/
+10
[prev]
[next]