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
2017-07-11
Core: fixed error message on setsockopt(SO_REUSEPORT) failure.
Maxim Dounin
1
-1
/
+1
2017-07-11
Core: disabled SO_REUSEPORT when testing config (ticket #1300).
Maxim Dounin
1
-1
/
+1
2017-05-26
Introduced ngx_tcp_nodelay().
Ruslan Ermilov
1
-0
/
+43
2017-01-20
Improved connection draining with small number of connections.
Maxim Dounin
1
-2
/
+6
2017-01-20
Added cycle parameter to ngx_drain_connections().
Maxim Dounin
1
-5
/
+5
2016-10-05
Core: use c->log while closing connection.
Ruslan Ermilov
1
-4
/
+1
2016-05-23
Introduced the ngx_sockaddr_t type.
Ruslan Ermilov
1
-5
/
+5
2016-05-20
Belatedly changed the ngx_create_listening() prototype.
Ruslan Ermilov
1
-1
/
+2
2016-03-30
Style.
Ruslan Ermilov
1
-18
/
+18
2016-03-25
Fixed socket inheritance on reload and binary upgrade.
Roman Arutyunyan
1
-0
/
+16
2016-01-20
Stream: UDP proxy.
Roman Arutyunyan
1
-10
/
+82
2015-10-17
Win32: fixed build with MinGW and MinGW-w64 gcc.
Kouhei Sutou
1
-1
/
+1
2015-08-11
Core: idle connections now closed only once on exiting.
Valentin Bartenev
1
-0
/
+20
2015-07-23
Workaround for "configuration file test failed" under OpenVZ.
Gena Makhomed
1
-4
/
+22
2015-05-20
The "reuseport" option of the "listen" directive.
Maxim Dounin
1
-0
/
+110
2015-04-23
Removed the obsolete rtsig module.
Ruslan Ermilov
1
-4
/
+1
2015-04-22
Removed the obsolete aio module.
Ruslan Ermilov
1
-1
/
+1
2015-03-23
Removed stub implementation of win32 mutexes.
Ruslan Ermilov
1
-10
/
+0
2015-03-20
Removed ngx_connection_t.lock.
Ruslan Ermilov
1
-12
/
+0
2015-03-04
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Ruslan Ermilov
1
-1
/
+1
2015-02-17
Core: make ngx_connection_local_sockaddr() always assign address.
Roman Arutyunyan
1
-17
/
+17
2014-09-01
Events: processing of posted events changed from LIFO to FIFO.
Valentin Bartenev
1
-2
/
+2
2014-09-01
Events: removed broken thread support from posted events.
Valentin Bartenev
1
-20
/
+1
2014-06-26
Core: plugged socket leak during configuration test.
Maxim Dounin
1
-6
/
+6
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
[next]