aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/connection_context.h
Commit message (Expand)AuthorAgeFilesLines
* cryptonote_protocol_handler: fix race conditionanon2021-03-221-0/+2
* Command max_bytes moved from dynamic map to static switchLee Clagett2020-12-221-22/+3
* add a max levin packet size by command typemoneromooo-monero2021-01-031-0/+23
* Add aggressive restrictions to pre-handshake p2p buffer limitLee Clagett2020-12-171-0/+2
* cryptonote_basic: guess what got lost porting patches to branches againmoneromooo-monero2020-12-261-1/+1
* protocol: drop nodes if they claim new data but only give stale datamoneromooo-monero2020-12-251-1/+2
* protocol: stricter checks on received chain hash listmoneromooo2020-12-111-0/+1
* protocol: drop peers that don't reply to queriesmoneromooo2020-12-061-1/+3
* protocol: add scoring system to drop peers that don't behavemoneromooo2020-12-041-2/+2
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* daemon, wallet: new pay for RPC use systemmoneromooo-monero2019-10-251-1/+2
* monerod can now sync from pruned blocksmoneromooo-monero2019-09-271-1/+1
* Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett2019-07-171-0/+2
* Merge pull request #5190Riccardo Spagni2019-03-171-1/+3
|\
| * daemon: add --public-node mode, RPC port propagation over P2Pxiphon2019-02-251-1/+3
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
|/
* Pruningmoneromooo-monero2019-01-221-1/+22
* replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-1/+1
* connection_context: remove "state_" prefix from state namesmoneromooo-monero2018-04-281-5/+5
* connection_context: initialize m_last_request_time to current timemoneromooo-monero2018-02-041-1/+1
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* connection_context: initialize m_callback_request_count to 0moneromooo-monero2017-09-271-1/+1
* move checkpoints in a separate librarymoneromooo-monero2017-09-251-1/+1
* Merge pull request #2303Riccardo Spagni2017-08-171-0/+3
|\
| * cryptonote_protocol: kick idle synchronizing peersmoneromooo-monero2017-08-161-0/+3
* | befor -> beforeNano Akron2017-08-151-4/+4
|/
* protocol: fix reorgs while syncingmoneromooo-monero2017-08-121-1/+3
* connection_context: initialize statemoneromooo-monero2017-08-091-0/+1
* cryptonote_protocol_handler: sync speedupmoneromooo-monero2017-08-071-0/+1
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-0/+77