summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Minor ngx_http_headers_filter_module.c code cleanup.Ruslan Ermilov1-22/+20
2012-03-19For the sake of case/switch code readability, 'fall through'Maxim Konovalov2-0/+5
2012-03-16Implemented $tcpinfo_rtt, $tcpinfo_rttvar, $tcpinfo_snd_cwnd, andRuslan Ermilov1-0/+73
2012-03-15Local variable "ngx_http_next_filter" renamed to "ngx_http_next_body_filter"Ruslan Ermilov2-7/+8
2012-03-15The "error_log" directive specified in the "http", "server", andRuslan Ermilov1-2/+9
2012-03-15Slight optimization in ngx_http_get_variable_index().Ruslan Ermilov1-1/+1
2012-03-15- New variable: $connection_requests.Ruslan Ermilov1-1/+13
2012-03-15Version bump.Maxim Dounin1-1/+1
2012-03-15Headers with null character are now rejected.Maxim Dounin1-0/+14
2012-03-15Fixed incorrect ngx_cpystrn() usage in ngx_http_*_process_header().Maxim Dounin4-10/+16
2012-03-15Fixed ssi and perl interaction.Maxim Dounin1-2/+12
2012-03-15Uwsgi: merged r->http_version fixes from scgi module.Maxim Dounin1-12/+3
2012-03-05Whitespace fixes.Maxim Dounin5-6/+9
2012-03-05Version bump.Maxim Dounin1-1/+1
2012-02-28Raised simultaneous subrequest limit from 50 to 200.Maxim Dounin1-1/+1
2012-02-28Fixed spelling in single-line comments.Ruslan Ermilov12-29/+29
2012-02-27Fix of rbtree lookup on hash collisions.Maxim Dounin3-53/+38
2012-02-27Disable symlinks: added the "from=" parameter to the "disable_symlinks"Valentin Bartenev2-16/+144
2012-02-27Disable symlinks: initialization of the "disable_symlinks" field inValentin Bartenev10-33/+65
2012-02-27Added support for the 307 Temporary Redirect.Ruslan Ermilov6-14/+34
2012-02-22Renamed constants and fixed off-by-one error in "msie_padding on" handling.Ruslan Ermilov1-18/+15
2012-02-20Version bump.Maxim Dounin1-1/+1
2012-02-13Support for disable_symlinks in various modules.Andrey Belov8-2/+64
2012-02-13Added disable_symlinks directive.Andrey Belov2-0/+39
2012-02-13Time parsing cleanup.Maxim Dounin7-33/+18
2012-02-13Fixed build with embedded perl and --with-openssl.Maxim Dounin1-1/+5
2012-02-13Core: protection from cycles with named locations and post_action.Maxim Dounin2-0/+14
2012-02-13Core: protection from subrequest loops.Maxim Dounin2-1/+1
2012-02-13Variables: honor no_cacheable for not_found variables.Maxim Dounin1-1/+1
2012-02-13Fix for proxy_store leaving temporary files for subrequests.Maxim Dounin1-18/+15
2012-02-13Gzip filter: handling of empty flush buffers.Maxim Dounin1-4/+18
2012-02-13Removed r->cache/r->cached dependencies in range filter.Maxim Dounin1-20/+6
2012-02-13Proxy: added the "proxy_cookie_path" directive.Valentin Bartenev1-4/+127
2012-02-13Proxy: added the "proxy_cookie_domain" directive.Valentin Bartenev1-0/+202
2012-02-13Upstream: added callback hook for the "Set-Cookie" header.Valentin Bartenev2-1/+26
2012-02-13Proxy: generic regex related code from the "proxy_redirect" directive movedValentin Bartenev1-23/+47
2012-02-13Proxy: generic rewrite code from the "proxy_redirect" handlers moved to aValentin Bartenev1-44/+52
2012-02-13Proxy: renamed some "proxy_redirect" related declarations to a more general andValentin Bartenev1-45/+45
2012-02-10Upstream: fixed "too big header" check.Maxim Dounin1-1/+1
2012-02-10Limit conn: returned to the old behavior of using the first actual limit onValentin Bartenev1-2/+2
2012-02-10Fixed module name in comment. It was forgotten in r4281.Valentin Bartenev1-1/+1
2012-02-09Version bump.Maxim Dounin1-1/+1
2012-01-30Limit req: unbreak compilation with MSVC.Maxim Dounin1-0/+4
2012-01-30Fixed proxy_redirect off inheritance.Valentin Bartenev1-0/+2
2012-01-30Limit req: support for multiple "limit_req" limits.Valentin Bartenev1-78/+229
2012-01-30Limit req: number of cleanup calls reduced.Valentin Bartenev1-2/+2
2012-01-30Limit req: allocation and initialization of a new node moved to the lookupValentin Bartenev1-52/+45
2012-01-30Limit req: improved error handling when parsing "zone" parameter ofValentin Bartenev1-15/+23
2012-01-30Limit req: error messages fixed.Valentin Bartenev1-4/+4
2012-01-30Fixed AIO error handling on FreeBSD.Maxim Dounin1-1/+1