aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/net/abstract_tcp_server2.h
Commit message (Expand)AuthorAgeFilesLines
* p2p: close zone connections before stopping net serversselsta2026-06-031-2/+15
* p2p: fix hanging shutdownj-berman2026-04-041-3/+3
* p2p: connection patchesj-berman2026-02-021-0/+3
* Skip ping connections in outgoing countLee *!* Clagett2025-08-191-3/+5
* Fix build with boost ASIO 0.87. Support boost 1.66+Lee *!* Clagett2025-02-141-21/+23
* Set response limits on http server connectionsLee *!* Clagett2025-02-141-1/+10
* Cleanup TCP throttling code (performance) + move connection checksLee *!* Clagett2024-12-191-1/+10
* address PR commentsj-berman2022-07-081-46/+36
* connection: fix implementationanon2022-07-051-52/+179
* Eliminate dependence on boost::interprocess #8223Jeffrey2022-03-301-2/+1
* Store RPC SSL key/cert for consistent authentication between runsLee Clagett2021-02-131-0/+6
* remove double includessumogr2020-05-111-3/+0
* Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett2019-07-171-8/+14
* Add ref-counted buffer byte_slice. Currently used for sending TCP data.Lee Clagett2019-07-161-2/+4
* Add IPv6 supportThomas Winget2019-07-311-3/+17
* allow blocking whole subnetsmoneromooo-monero2019-07-161-1/+1
* abstract_tcp_server2: fix timeout on exitmoneromooo-monero2019-04-121-1/+2
* Pass SSL arguments via one class and use shared_ptr instead of referenceLee Clagett2019-04-071-10/+6
* Change SSL certificate file list to OpenSSL builtin load_verify_locationLee Clagett2019-04-061-4/+2
* epee: add SSL supportMartijn Otto2019-03-051-2/+2
* Merge pull request #5162Riccardo Spagni2019-03-041-1/+10
|\
| * Use io_service::work in epee tcp serverLee Clagett2019-02-101-1/+10
* | epee: add SSL supportmoneromooo-monero2019-02-021-11/+31
|/
* Adding initial support for broadcasting transactions over TorLee Clagett2019-01-281-16/+40
* Merge pull request #4854Riccardo Spagni2018-12-041-1/+0
|\
| * Removed a lot of unnecessary includesMartijn Otto2018-11-151-1/+0
* | No longer use a list for registering self references in the abstract tcpMartijn Otto2018-11-071-1/+2
|/
* abstract_tcp_server2: move m_period to subclassmoneromooo-monero2018-10-021-5/+6
* abstract_tcp_server2: fix race on shutdownmoneromooo-monero2018-07-151-0/+1
* epee: adaptive connection timeout systemmoneromooo-monero2018-06-101-2/+8
* abstract_tcp_server2: timeout on RPC connectionsmoneromooo-monero2018-05-261-0/+8
* pass large parameters by const ref, not valuemoneromooo-monero2018-02-021-1/+1
* move connection_basic and network_throttle from src/p2p to epeemoneromooo-monero2017-12-161-2/+2
* RPC: get_info add rpc_connections_countTim L2017-11-071-0/+6
* abstract_tcp_server2: improve tracking/cancelling of early connectionsmoneromooo-monero2017-08-161-3/+1
* abstracted nework addressesmoneromooo-monero2017-05-271-1/+1
* Change logging to easylogging++moneromooo-monero2017-01-161-1/+3
* Removed all code related to fast_exitNanoAkron2016-10-031-1/+0
* contrib: epee: add missing noexcept spec to class declredfish2016-06-221-1/+1
* Use boost::thread instead of std::threadHoward Chu2016-03-111-3/+3
* epee: regularly cleanup connections we kept a reference tomoneromooo-monero2015-12-231-1/+3
* epee: fix hang on exitmoneromooo-monero2015-12-221-0/+5
* [fix] log level change. compilation: dns, testsrfree2monero2015-04-101-2/+2
* [fix] Network 1.8: unlimited the RPC connectionsrfree2monero2015-04-081-13/+21
* 2014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero2015-02-201-0/+9
* 2014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero2015-02-201-28/+49
* increase ABSTRACT_SERVER_SEND_QUE_MAX_COUNT to a more sane valueRiccardo Spagni2014-09-151-1/+1
* move modified epee code to new classes, revert licensefluffypony2014-07-251-25/+23
* License updated to BSD 3-clausefluffypony2014-07-231-23/+25
* mac osx building fixesmydesktop2014-04-301-2/+2