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
/
core
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-17
Core: improved ngx_reset_pool() (ticket #490).
Maxim Dounin
1
-2
/
+5
2014-01-14
SPDY: body filter was replaced by c->send_chain() function.
Valentin Bartenev
1
-0
/
+3
2014-01-10
Resolver: added support for domain names with a trailing dot.
Yichun Zhang
1
-0
/
+4
2014-01-04
Allowed up to two EBUSY errors from sendfile().
Maxim Dounin
1
-0
/
+1
2013-12-19
Fixed the first argument to getsockopt().
Ruslan Ermilov
1
-2
/
+6
2013-12-16
Resolver: use minimum TTL for caching (ticket #329).
Ruslan Ermilov
1
-6
/
+7
2013-12-18
Version bump.
Valentin Bartenev
1
-2
/
+2
2013-12-13
Resolver: lookups are case-insensitive.
Ruslan Ermilov
1
-3
/
+5
2013-12-09
The "ipv6=" boolean parameter of the "resolver" directive.
Ruslan Ermilov
2
-3
/
+36
2013-12-09
Resolver: implemented IPv6 name to address resolving.
Ruslan Ermilov
2
-60
/
+433
2013-12-06
Resolver: implemented IPv6 address to name resolving.
Ruslan Ermilov
2
-80
/
+398
2013-12-06
Changed resolver API to use ngx_addr_t.
Ruslan Ermilov
2
-79
/
+142
2013-12-13
Resolver: fixed indentation.
Ruslan Ermilov
1
-20
/
+20
2013-12-06
Core: externalized ngx_cmp_sockaddr().
Ruslan Ermilov
3
-70
/
+78
2013-12-06
Resolver: fixes in PTR processing.
Ruslan Ermilov
1
-5
/
+12
2013-12-06
Resolver: fixes in A processing.
Ruslan Ermilov
1
-14
/
+25
2013-12-06
Resolver: fixed response processing.
Ruslan Ermilov
1
-6
/
+5
2013-12-06
Resolver: removed unnecessary casts.
Ruslan Ermilov
1
-2
/
+2
2013-12-06
Resolver: improved code readability.
Ruslan Ermilov
1
-69
/
+83
2013-12-09
Fixed handling of UNIX-domain sockets.
Ruslan Ermilov
1
-0
/
+6
2013-12-09
Core: keep the length of the local sockaddr.
Ruslan Ermilov
2
-3
/
+9
2013-12-03
Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.
Mathew Rodley
2
-0
/
+36
2013-11-29
Version bump.
Maxim Dounin
1
-2
/
+2
2013-10-31
Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures.
Maxim Dounin
1
-2
/
+10
2013-10-24
Core: apply missed options to sockets added during binary upgrade.
Piotr Sikora
1
-0
/
+10
2013-10-02
Version bump.
Sergey Kandaurov
1
-2
/
+2
2013-09-23
Added ngx_filename_cmp() with "/" sorted to the left.
Maxim Dounin
2
-0
/
+41
2013-09-20
Core: fix misallocation at ngx_crypt_apr1 (ticket #412).
Markus Linnala
1
-1
/
+1
2013-09-18
Version bump.
Sergey Kandaurov
1
-2
/
+2
2013-09-16
Improved check for duplicate path names in ngx_add_path().
Valentin Bartenev
1
-0
/
+8
2013-09-16
Removed surplus initializations from ngx_conf_set_path_slot().
Valentin Bartenev
1
-3
/
+0
2013-09-16
Use ngx_pcalloc() in ngx_conf_merge_path_value().
Valentin Bartenev
1
-5
/
+1
2013-09-04
Handling of ngx_int_t != intptr_t case.
Maxim Dounin
1
-1
/
+2
2013-09-04
Win32: MinGW GCC compatibility.
Maxim Dounin
3
-7
/
+7
2013-09-04
Win32: Open Watcom C compatibility fixes.
Maxim Dounin
1
-1
/
+1
2013-09-02
Disable symlinks: removed recursive call of ngx_file_o_path_info().
Valentin Bartenev
1
-1
/
+0
2013-09-02
Disable symlinks: use O_PATH to open path components.
Valentin Bartenev
1
-0
/
+67
2013-08-28
Version bump.
Maxim Dounin
1
-2
/
+2
2013-08-20
Style improved after 12dd27b74117.
Maxim Dounin
1
-4
/
+5
2013-08-20
Backed out f1a91825730a and 7094bd12c1ff.
Maxim Dounin
4
-15
/
+19
2013-08-20
Format specifier fixes in error logging.
Sergey Kandaurov
1
-1
/
+1
2013-08-06
API change: removed the ngx_conf_full_name() function.
Valentin Bartenev
2
-12
/
+0
2013-08-06
Replaced ngx_conf_full_name() with ngx_get_full_name().
Valentin Bartenev
3
-7
/
+15
2013-08-06
Fixed memory leaks in the root and auth_basic_user_file directives.
Valentin Bartenev
3
-90
/
+98
2013-08-05
Core: guard use of AI_ADDRCONFIG.
Ruslan Ermilov
1
-0
/
+2
2013-08-05
Fixed build with signed socklen_t and unix sockets.
Maxim Dounin
1
-1
/
+1
2013-08-05
Core: only resolve address families configured on the local system.
Ruslan Ermilov
1
-0
/
+1
2013-07-31
Version bump.
Sergey Kandaurov
1
-2
/
+2
2013-07-25
On DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are in msecs.
Ruslan Ermilov
1
-4
/
+16
2013-07-25
Style: reuse one int variable in ngx_configure_listening_sockets().
Ruslan Ermilov
1
-11
/
+8
[next]