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
2014-04-16
Fixed missing "static" in declaration of ngx_http_gzip_quantity().
Valentin Bartenev
1
-1
/
+1
2014-03-31
Adjusted default value of types_hash_bucket_size (ticket #352).
Maxim Dounin
1
-2
/
+1
2014-03-25
Increased default value of variables_hash_max_size.
Andrei Belov
1
-1
/
+1
2014-03-19
Macros used for initialization in ngx_http_core_init_main_conf().
Maxim Dounin
1
-14
/
+5
2014-03-17
Added server-side support for PROXY protocol v1 (ticket #355).
Roman Arutyunyan
1
-0
/
+5
2014-02-27
Disabled redirects to named locations if URI is not set.
Maxim Dounin
1
-0
/
+8
2013-12-03
Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.
Mathew Rodley
1
-0
/
+23
2013-12-03
Fixed "setfib=" on non-first listening socket.
Maxim Dounin
1
-0
/
+2
2013-10-18
Fixed "satisfy any" if 403 is returned after 401 (ticket #285).
Maxim Dounin
1
-1
/
+3
2013-09-23
Caseless location tree construction (ticket #90).
Maxim Dounin
1
-2
/
+2
2013-08-23
Fixed try_files with empty argument (ticket #390).
Maxim Dounin
1
-1
/
+3
2013-07-30
Added safety belt for the case of sending header twice.
Sergey Kandaurov
1
-0
/
+6
2013-08-20
Backed out f1a91825730a and 7094bd12c1ff.
Maxim Dounin
1
-6
/
+2
2013-08-06
Replaced ngx_conf_full_name() with ngx_get_full_name().
Valentin Bartenev
1
-2
/
+6
2013-08-06
Fixed memory leaks in the root and auth_basic_user_file directives.
Valentin Bartenev
1
-1
/
+3
2013-07-11
Style.
Maxim Dounin
1
-1
/
+1
2013-07-11
Core: extended ngx_sock_ntop() with socklen parameter.
Vladimir Homutov
1
-2
/
+2
2013-06-20
Core: support several "error_log" directives.
Vladimir Homutov
1
-27
/
+1
2013-06-04
Core: fixed handling of "stderr" in error_log.
Vladimir Homutov
1
-0
/
+1
2013-03-29
Pass PCRE_CASELESS to pcre_compile() for caseless matching.
Ruslan Ermilov
1
-1
/
+1
2013-03-20
Preliminary experimental support for SPDY draft 2.
Valentin Bartenev
1
-0
/
+23
2013-02-27
Introduced the ngx_http_set_connection_log() macro.
Valentin Bartenev
1
-5
/
+1
2013-02-27
Correctly handle multiple X-Forwarded-For headers (ticket #106).
Ruslan Ermilov
1
-2
/
+60
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
[next]