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
2023-08-14
QUIC: path MTU discovery.
Roman Arutyunyan
1
-0
/
+5
2023-05-14
Common tree insert function for QUIC and UDP connections.
Roman Arutyunyan
1
-0
/
+4
2023-05-06
QUIC: disabled datagram fragmentation.
Roman Arutyunyan
1
-0
/
+72
2023-01-02
Merged with the default branch.
Sergey Kandaurov
1
-1
/
+1
2022-12-21
Updated link to OpenVZ suspend/resume bug.
Maxim Dounin
1
-1
/
+1
2022-04-20
QUIC: separate UDP framework for QUIC.
Roman Arutyunyan
1
-4
/
+0
2021-09-06
QUIC: store QUIC connection fd in stream fake connection.
Roman Arutyunyan
1
-6
/
+6
2021-07-15
Merged with the default branch.
Sergey Kandaurov
1
-11
/
+14
2021-05-31
Core: disabled SO_REUSEADDR on UDP sockets while testing config.
Maxim Dounin
1
-11
/
+14
2021-02-17
Merged with the default branch.
Sergey Kandaurov
1
-0
/
+16
2021-02-11
Additional connections reuse.
Maxim Dounin
1
-0
/
+16
2020-08-18
Merged with the default branch.
Roman Arutyunyan
1
-5
/
+17
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-07-21
QUIC: added "quic" listen parameter.
Roman Arutyunyan
1
-0
/
+2
2020-07-13
Merged with the default branch.
Sergey Kandaurov
1
-1
/
+2
2020-06-23
Do not close QUIC sockets in ngx_close_listening_sockets().
Sergey Kandaurov
1
-0
/
+4
2020-06-01
Fixed removing of listening UNIX sockets when "changing binary".
Ruslan Ermilov
1
-1
/
+2
2020-03-13
Fixed sanitizer errors.
Roman Arutyunyan
1
-6
/
+6
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
[next]