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
/
ngx_http_core_module.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-18
Avoid sending "100 Continue" on 413 Request Entity Too Large.
Maxim Dounin
1
-0
/
+1
2012-12-06
Allow the complex value to be defined as an empty string.
Ruslan Ermilov
1
-1
/
+1
2012-11-21
Request body: chunked transfer encoding support.
Maxim Dounin
1
-1
/
+2
2012-08-30
Fixed strict aliasing bugs when dealing with IPv4-mapped IPv6 addresses
Ruslan Ermilov
1
-1
/
+9
2012-08-28
Fixed the "include" directive.
Ruslan Ermilov
1
-9
/
+2
2012-08-03
Whitespace fix.
Maxim Dounin
1
-2
/
+2
2012-07-30
Core: ipv6only is now on by default.
Ruslan Ermilov
1
-1
/
+4
2012-07-29
Improved diagnostics when a directive is specified in the wrong context.
Ruslan Ermilov
1
-1
/
+1
2012-07-09
Entity tags: the "etag" directive.
Maxim Dounin
1
-1
/
+17
2012-07-09
Entity tags: set for static respones.
Maxim Dounin
1
-0
/
+29
2012-07-03
Reset r->uri_changed in a named location (ticket #184).
Maxim Dounin
1
-0
/
+1
2012-05-16
Capped the status code that may be returned with "return" and "try_files".
Ruslan Ermilov
1
-1
/
+1
2012-05-15
Fixed win32 build after changes in r4624.
Ruslan Ermilov
1
-5
/
+5
2012-05-14
Reverted previous attempt to fix complation warning introduced in
Ruslan Ermilov
1
-13
/
+12
2012-05-14
Fixed compilation warning introduced in r4624.
Ruslan Ermilov
1
-5
/
+13
2012-05-14
New function ngx_http_get_forwarded_addr() to look up real client address.
Ruslan Ermilov
1
-0
/
+96
2012-05-04
Added write event handler reset in ngx_http_named_location().
Maxim Dounin
1
-0
/
+1
2012-04-19
Fixed segfault with try_files (ticket #152).
Maxim Dounin
1
-1
/
+1
2012-04-12
Fixed buffer overflow when long URI is processed by "try_files" in
Ruslan Ermilov
1
-5
/
+14
2012-03-22
Removed safari from keepalive_disable default.
Maxim Dounin
1
-2
/
+1
2012-03-15
The "error_log" directive specified in the "http", "server", and
Ruslan Ermilov
1
-2
/
+9
2012-03-05
Whitespace fixes.
Maxim Dounin
1
-2
/
+2
2012-02-27
Disable symlinks: added the "from=" parameter to the "disable_symlinks"
Valentin Bartenev
1
-16
/
+143
2012-02-27
Disable symlinks: initialization of the "disable_symlinks" field in
Valentin Bartenev
1
-3
/
+17
2012-02-27
Added support for the 307 Temporary Redirect.
Ruslan Ermilov
1
-2
/
+5
2012-02-13
Added disable_symlinks directive.
Andrey Belov
1
-0
/
+35
2012-02-13
Time parsing cleanup.
Maxim Dounin
1
-12
/
+4
2012-02-13
Core: protection from cycles with named locations and post_action.
Maxim Dounin
1
-0
/
+10
2012-02-13
Core: protection from subrequest loops.
Maxim Dounin
1
-1
/
+0
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-12-19
Added clearing of r->valid_unparsed_uri on internal redirects.
Maxim Dounin
1
-0
/
+1
2011-12-06
Fix for read_head with try_files and open_file_cache.
Maxim Dounin
1
-0
/
+1
2011-12-05
Added the "so_keepalive=" parameter to the "listen" directive.
Valentin Bartenev
1
-0
/
+91
2011-11-21
Fixed "keepalive_disable".
Ruslan Ermilov
1
-1
/
+1
2011-11-10
Changed error message to be more appropriate in the imaginary
Ruslan Ermilov
1
-1
/
+1
2011-11-08
Fix of "keepalive_disable" directive.
Igor Sysoev
1
-6
/
+8
2011-10-24
Support of several servers in the "resolver" directive.
Igor Sysoev
1
-15
/
+4
2011-10-15
Added clearing of modules' contexts in ngx_http_named_location().
Maxim Dounin
1
-0
/
+3
2011-10-12
Clear old Location header (if any) while adding a new one.
Maxim Dounin
1
-0
/
+4
2011-10-12
Fixed two minor bugs in "types" parsing code.
Ruslan Ermilov
1
-1
/
+10
2011-10-12
Fixed grammar in a comment.
Ruslan Ermilov
1
-1
/
+1
2011-10-12
Replaced magic constants representing default values of some directives
Ruslan Ermilov
1
-4
/
+5
2011-10-12
Preallocating exact number of default MIME types entries.
Igor Sysoev
1
-1
/
+1
2011-10-12
Removed old warning that suggested to use "server_name_in_redirect off"
Ruslan Ermilov
1
-7
/
+0
2011-10-11
Fixing directive name in error message if types hash size is not enough.
Igor Sysoev
1
-1
/
+1
2011-09-27
Incorrect special case for "return 204" removed.
Maxim Dounin
1
-5
/
+0
2011-09-27
Fix for "return 202" not discarding body.
Maxim Dounin
1
-0
/
+4
2011-09-19
Replaced "can not" with "cannot" and "could not" in a bunch of places.
Ruslan Ermilov
1
-1
/
+1
2011-09-19
Cosmetics: replaced NGX_CONF_TAKE1 to NGX_CONF_FLAG for "sendfile"
Ruslan Ermilov
1
-2
/
+2
2011-09-19
Overhauled diagnostic messages.
Ruslan Ermilov
1
-21
/
+21
[next]