index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
epee
/
include
/
net
/
abstract_tcp_server2.inl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #10698
tobtoht
2026-06-06
1
-16
/
+45
|
\
|
*
p2p: close zone connections before stopping net servers
selsta
2026-06-03
1
-16
/
+41
|
*
p2p: make stop signal idempotent
selsta
2026-06-01
1
-1
/
+5
*
|
Merge pull request #10495
tobtoht
2026-06-05
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
p2p: cleaner connection close()
j-berman
2026-04-28
1
-1
/
+3
*
|
epee: skip IPv4 TOS option for non-IPv4 peers
iuyua9
2026-05-14
1
-8
/
+10
*
|
p2p: wait_for on shutdown instead of indefinite wait
j-berman
2026-04-28
1
-3
/
+7
|
/
*
connection: try-catch handles
j-berman
2026-04-21
1
-1
/
+6
*
p2p: fix hanging shutdown
j-berman
2026-04-04
1
-6
/
+37
*
abstract_tcp_server2: add missing return
selsta
2026-03-27
1
-0
/
+1
*
p2p: connection patches
j-berman
2026-02-02
1
-62
/
+102
*
Skip ping connections in outgoing count
Lee *!* Clagett
2025-08-19
1
-5
/
+9
*
Add check for exception in tcp accept handler
Lee *!* Clagett
2025-06-12
1
-0
/
+4
*
Limit scope of TCP checks to incoming only
Lee *!* Clagett
2025-02-26
1
-1
/
+1
*
Fix build with boost ASIO 0.87. Support boost 1.66+
Lee *!* Clagett
2025-02-14
1
-100
/
+108
*
Set response limits on http server connections
Lee *!* Clagett
2025-02-14
1
-9
/
+48
*
Cleanup TCP throttling code (performance) + move connection checks
Lee *!* Clagett
2024-12-19
1
-5
/
+19
*
properly terminate interrupted TCP connection. fixes #8685
j-berman
2023-06-09
1
-4
/
+1
*
address PR comments
j-berman
2022-07-08
1
-332
/
+340
*
connection: fix implementation
anon
2022-07-05
1
-757
/
+947
*
Refactor out pragma_comp_defs
Jeffrey
2022-04-18
1
-10
/
+0
*
Eliminate dependence on boost::interprocess #8223
Jeffrey
2022-03-30
1
-5
/
+5
*
Split epee/string_tools.h and encapsulate boost::lexical_cast
mj-xmr
2021-04-16
1
-1
/
+1
*
Merge pull request #7274
luigi1111
2021-03-20
1
-4
/
+4
|
\
|
*
epee: don't log raw packet data
moneromooo-monero
2021-01-03
1
-4
/
+4
*
|
Merge pull request #7308
luigi1111
2021-02-15
1
-2
/
+0
|
\
\
|
*
|
boosted_tcp_server: fix connection lifetime
anon
2021-01-19
1
-2
/
+0
|
|
/
*
/
Reduce compilation time of epee/portable_storage.h
mj-xmr
2021-02-06
1
-0
/
+1
|
/
*
ssl: buffered handshake detection
anon
2020-12-28
1
-9
/
+8
*
epee: fix some issues using connections after shutdown
moneromooo-monero
2020-12-26
1
-6
/
+21
*
Fix boost <1.60 compilation and fix boost 1.73+ warnings
Lee Clagett
2020-05-31
1
-10
/
+9
*
abstract_tcp_server2: guard against negative timeouts
moneromooo-monero
2019-12-16
1
-5
/
+16
*
epee: close connection when the peer has done so
moneromooo-monero
2019-11-11
1
-1
/
+7
*
Merge pull request #6006
luigi1111
2019-10-24
1
-2
/
+6
|
\
|
*
epee: use SO_REUSEADDR on non-Windows targets
xiphon
2019-10-22
1
-2
/
+6
*
|
Merge pull request #5986
luigi1111
2019-10-22
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
abstract_tcp_server2: move "Trying to connect" from error to debug
moneromooo-monero
2019-10-14
1
-1
/
+1
*
|
Merge pull request #5947
luigi1111
2019-10-14
1
-4
/
+2
|
\
\
|
*
|
epee: tcp server - set SO_LINGER instead of SO_REUSEADDR option
xiphon
2019-10-02
1
-4
/
+2
|
|
/
*
|
Merge pull request #5937
luigi1111
2019-10-14
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
abstract_tcp_server2: log pointer, not contents, where appropriate
moneromooo-monero
2019-09-27
1
-1
/
+1
*
|
Merge pull request #5910
luigi1111
2019-09-30
1
-0
/
+5
|
\
\
|
*
|
abstract_tcp_server2: fix lingering connections
moneromooo-monero
2019-09-12
1
-0
/
+5
*
|
|
Merge pull request #5893
luigi1111
2019-09-30
1
-1
/
+13
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
epee: abstract_tcp_server2: resolve CID 203919 (DC.WEAK_CRYPTO)
anonimal
2019-09-08
1
-1
/
+13
|
|
/
*
/
depends: fix MacOS build with Clang 3.7.1
Lee Clagett
2019-09-08
1
-1
/
+1
|
/
*
Added support for "noise" over I1P/Tor to mask Tx transmission.
Lee Clagett
2019-07-17
1
-9
/
+8
*
Add ref-counted buffer byte_slice. Currently used for sending TCP data.
Lee Clagett
2019-07-16
1
-37
/
+22
*
Add IPv6 support
Thomas Winget
2019-07-31
1
-57
/
+266
*
Merge pull request #5531
luigi1111
2019-07-24
1
-4
/
+8
|
\
[next]