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
/
ngx_connection.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-22
Core: allocate enough memory to hold IPv6 text address plus port.
Ruslan Ermilov
1
-1
/
+1
2014-02-03
Use ngx_socket_errno where appropriate.
Piotr Sikora
1
-5
/
+5
2014-01-30
Core: handle getsockopt(TCP_FASTOPEN) failures.
Piotr Sikora
1
-4
/
+8
2014-01-28
Fixed TCP_DEFER_ACCEPT handling (ticket #353).
Maxim Dounin
1
-1
/
+7
2013-12-19
Fixed the first argument to getsockopt().
Ruslan Ermilov
1
-2
/
+6
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
1
-3
/
+8
2013-12-03
Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.
Mathew Rodley
1
-0
/
+32
2013-10-31
Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures.
Maxim Dounin
1
-2
/
+10
2013-09-04
Win32: MinGW GCC compatibility.
Maxim Dounin
1
-3
/
+3
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
2013-07-11
Core: fixed possible use of an uninitialized variable.
Vladimir Homutov
1
-0
/
+2
2013-07-11
Core: extended ngx_sock_ntop() with socklen parameter.
Vladimir Homutov
1
-3
/
+4
2013-03-25
Use NGX_FILE_ERROR for handling file operations errors.
Valentin Bartenev
1
-2
/
+2
2013-03-15
Status: introduced the "ngx_stat_waiting" counter.
Valentin Bartenev
1
-0
/
+8
2013-03-07
Removed c->single_connection flag.
Valentin Bartenev
1
-5
/
+3
2012-11-20
Fixed failure to start cache manager and cache loader processes
Igor Sysoev
1
-0
/
+2
2012-07-30
Core: ipv6only is now on by default.
Ruslan Ermilov
1
-2
/
+2
2012-04-03
Fixed spelling in multiline C comments.
Ruslan Ermilov
1
-1
/
+1
2012-03-05
Whitespace fixes.
Maxim Dounin
1
-1
/
+1
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-12-05
Added the "so_keepalive=" parameter to the "listen" directive.
Valentin Bartenev
1
-0
/
+51
2011-08-21
Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure.
Maxim Dounin
1
-1
/
+1
2011-04-04
reuse keepalive connections if there are no free worker connections
Igor Sysoev
1
-0
/
+55
2010-07-05
listen setfib=X
Igor Sysoev
1
-0
/
+36
2010-05-31
fix IPv6 and Unix domain sockets inheritance while online upgrade
Igor Sysoev
1
-4
/
+2
2009-11-30
chmod unix listen domain socket to 0666
Igor Sysoev
1
-5
/
+16
2009-11-23
add NGX_PROCESS_HELPER process status
Igor Sysoev
1
-1
/
+1
2009-11-04
allow to inherit unix domain sockets while online upgrade
Igor Sysoev
1
-2
/
+9
2009-11-01
delete unused field c->local_socklen
Igor Sysoev
1
-1
/
+0
2009-10-30
do not unlink unix domain socket file while online upgrade
Igor Sysoev
1
-1
/
+2
2009-10-30
unlink unix domain socket file after testing
Igor Sysoev
1
-0
/
+12
2009-10-26
http listen unix domain sockets
Igor Sysoev
1
-11
/
+34
2009-09-23
low default connection errors level from alert to error
Igor Sysoev
1
-5
/
+1
2009-06-07
update r2925
Igor Sysoev
1
-0
/
+2
2009-05-18
ngx_connection_local_sockaddr()
Igor Sysoev
1
-0
/
+60
2009-05-05
ngx_create_listening()
Igor Sysoev
1
-0
/
+58
2009-05-05
move listen log copying from ngx_open_listening_sockets()
Igor Sysoev
1
-2
/
+2
2009-05-05
use correct name
Igor Sysoev
1
-1
/
+1
2009-05-05
use local variable
Igor Sysoev
1
-2
/
+2
2009-05-04
delete ngx_listening_inet_stream_socket()
Igor Sysoev
1
-46
/
+0
2009-04-30
*) refactor error_log processing: listen socket log might inherit built-in
Igor Sysoev
1
-0
/
+2
2009-04-29
fix the previous commit
Igor Sysoev
1
-7
/
+5
2009-04-29
Winsock uses ECONNABORTED instead of ECONNRESET
Igor Sysoev
1
-2
/
+13
2009-04-20
Win32 master/workers model
Igor Sysoev
1
-15
/
+17
2009-03-13
ipv6only
Igor Sysoev
1
-0
/
+17
2009-03-12
ignore EINVAL from setsockopt() on Solaris
Igor Sysoev
1
-3
/
+8
2009-02-21
a prelimiary IPv6 support, HTTP listen
Igor Sysoev
1
-13
/
+17
2008-09-17
fix grammar
Igor Sysoev
1
-1
/
+1
[next]