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
2021-02-11
Additional connections reuse.
Maxim Dounin
1
-0
/
+16
2020-08-10
Core: reusing connections in advance.
Maxim Dounin
1
-6
/
+5
2020-08-10
Core: added a warning about reusing connections.
Maxim Dounin
1
-0
/
+13
2020-06-01
Fixed removing of listening UNIX sockets when "changing binary".
Ruslan Ermilov
1
-1
/
+2
2018-07-12
Events: moved sockets cloning to ngx_event_init_conf().
Maxim Dounin
1
-5
/
+4
2018-07-02
Added FreeBSD support for "listen ... reuseport".
Ruslan Ermilov
1
-0
/
+54
2018-06-04
Stream: udp streams.
Roman Arutyunyan
1
-0
/
+4
2018-05-21
Core: silenced getsockopt(TCP_FASTOPEN) messages on FreeBSD.
Maxim Dounin
1
-1
/
+3
2017-10-04
Fixed buffer overread with unix sockets after accept().
Maxim Dounin
1
-0
/
+4
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
[next]