aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/net/abstract_tcp_server2.inl
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10698tobtoht2026-06-061-16/+45
|\
| * p2p: close zone connections before stopping net serversselsta2026-06-031-16/+41
| * p2p: make stop signal idempotentselsta2026-06-011-1/+5
* | Merge pull request #10495tobtoht2026-06-051-1/+3
|\ \ | |/ |/|
| * p2p: cleaner connection close()j-berman2026-04-281-1/+3
* | epee: skip IPv4 TOS option for non-IPv4 peersiuyua92026-05-141-8/+10
* | p2p: wait_for on shutdown instead of indefinite waitj-berman2026-04-281-3/+7
|/
* connection: try-catch handlesj-berman2026-04-211-1/+6
* p2p: fix hanging shutdownj-berman2026-04-041-6/+37
* abstract_tcp_server2: add missing returnselsta2026-03-271-0/+1
* p2p: connection patchesj-berman2026-02-021-62/+102
* Skip ping connections in outgoing countLee *!* Clagett2025-08-191-5/+9
* Add check for exception in tcp accept handlerLee *!* Clagett2025-06-121-0/+4
* Limit scope of TCP checks to incoming onlyLee *!* Clagett2025-02-261-1/+1
* Fix build with boost ASIO 0.87. Support boost 1.66+Lee *!* Clagett2025-02-141-100/+108
* Set response limits on http server connectionsLee *!* Clagett2025-02-141-9/+48
* Cleanup TCP throttling code (performance) + move connection checksLee *!* Clagett2024-12-191-5/+19
* properly terminate interrupted TCP connection. fixes #8685j-berman2023-06-091-4/+1
* address PR commentsj-berman2022-07-081-332/+340
* connection: fix implementationanon2022-07-051-757/+947
* Refactor out pragma_comp_defsJeffrey2022-04-181-10/+0
* Eliminate dependence on boost::interprocess #8223Jeffrey2022-03-301-5/+5
* Split epee/string_tools.h and encapsulate boost::lexical_castmj-xmr2021-04-161-1/+1
* Merge pull request #7274luigi11112021-03-201-4/+4
|\
| * epee: don't log raw packet datamoneromooo-monero2021-01-031-4/+4
* | Merge pull request #7308luigi11112021-02-151-2/+0
|\ \
| * | boosted_tcp_server: fix connection lifetimeanon2021-01-191-2/+0
| |/
* / Reduce compilation time of epee/portable_storage.hmj-xmr2021-02-061-0/+1
|/
* ssl: buffered handshake detectionanon2020-12-281-9/+8
* epee: fix some issues using connections after shutdownmoneromooo-monero2020-12-261-6/+21
* Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett2020-05-311-10/+9
* abstract_tcp_server2: guard against negative timeoutsmoneromooo-monero2019-12-161-5/+16
* epee: close connection when the peer has done somoneromooo-monero2019-11-111-1/+7
* Merge pull request #6006luigi11112019-10-241-2/+6
|\
| * epee: use SO_REUSEADDR on non-Windows targetsxiphon2019-10-221-2/+6
* | Merge pull request #5986luigi11112019-10-221-1/+1
|\ \ | |/ |/|
| * abstract_tcp_server2: move "Trying to connect" from error to debugmoneromooo-monero2019-10-141-1/+1
* | Merge pull request #5947luigi11112019-10-141-4/+2
|\ \
| * | epee: tcp server - set SO_LINGER instead of SO_REUSEADDR optionxiphon2019-10-021-4/+2
| |/
* | Merge pull request #5937luigi11112019-10-141-1/+1
|\ \ | |/ |/|
| * abstract_tcp_server2: log pointer, not contents, where appropriatemoneromooo-monero2019-09-271-1/+1
* | Merge pull request #5910luigi11112019-09-301-0/+5
|\ \
| * | abstract_tcp_server2: fix lingering connectionsmoneromooo-monero2019-09-121-0/+5
* | | Merge pull request #5893luigi11112019-09-301-1/+13
|\ \ \ | |_|/ |/| |
| * | epee: abstract_tcp_server2: resolve CID 203919 (DC.WEAK_CRYPTO)anonimal2019-09-081-1/+13
| |/
* / depends: fix MacOS build with Clang 3.7.1Lee Clagett2019-09-081-1/+1
|/
* Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett2019-07-171-9/+8
* Add ref-counted buffer byte_slice. Currently used for sending TCP data.Lee Clagett2019-07-161-37/+22
* Add IPv6 supportThomas Winget2019-07-311-57/+266
* Merge pull request #5531luigi11112019-07-241-4/+8
|\