Commit Graph

172 Commits (31bdf7bd113c2576fe579ef3a25a2d8fef419ffc)

Author SHA1 Message Date
Lee Clagett 973403bc9f Adding initial support for broadcasting transactions over Tor
5 years ago
moneromooo-monero b750fb27b0
Pruning
5 years ago
Riccardo Spagni 846362842c
Merge pull request #4976
5 years ago
Riccardo Spagni 13b006137c
Merge pull request #4949
5 years ago
moneromooo-monero 85665003a7
epee: better network buffer data structure
5 years ago
Riccardo Spagni dde1e69723
Merge pull request #4787
6 years ago
moneromooo-monero 5464725a29
protocol: change standby mode to not wait sleeping
6 years ago
Riccardo Spagni 5ed45acaec
Merge pull request #4906
6 years ago
moneromooo-monero 506472e0c6
protocol: fix use after free when dropping a connection
6 years ago
moneromooo-monero c25260f51c
protocol: fix incorrect tx hash in log
6 years ago
moneromooo-monero 3dba7f252e
protocol: option to pad transaction relay to the next kB
6 years ago
luigi1111 0d415ff638
Merge pull request #4207
6 years ago
luigi1111 4745e3be22
Merge pull request #4020
6 years ago
moneromooo-monero ce9457a379
cryptonote_protocol: don't serialize an unneeded new block message
6 years ago
Jorropo c24a0af9f1 [monerod] Added blocks remaining count during syncronisation.
6 years ago
luigi1111 a844844cda
Merge pull request #3716
6 years ago
moneromooo-monero ed2c81ed95
replace std::list with std::vector on some hot paths
6 years ago
moneromooo-monero 1789b76b5d
cryptonote_protocol_handler: log when dropping a peer
6 years ago
moneromooo-monero f2cb56a2eb
protocol: drop (and increase fails) if most blocks hashes are invalid
6 years ago
moneromooo-monero e942d34d54
protocol: do not switch to unsafe sync mode for just a few blocks
6 years ago
Riccardo Spagni 6b9d9f56a1
Merge pull request #3719
6 years ago
stoffu 3880bf396a
cryptonote_protocol_handler.inl: remove span read just now that failed to pass some basic tests
6 years ago
stoffu da249fd5ba
cryptonote_protocol_handler.inl: fix return type mismatches (int vs bool)
6 years ago
Thaer Khawaja dad1077577 Only log an error if fork version is higher AND is not known.
6 years ago
Dimitris Apostolou 57c0b1ed9f Fix typos in various files
6 years ago
Riccardo Spagni 4f93f74528
Merge pull request #3277
6 years ago
Edward Betts fbcc91c2a4 Correct spelling mistakes.
6 years ago
stoffu af773211cb
Stagenet
6 years ago
Riccardo Spagni ef47ba95c8
Merge pull request #3229
6 years ago
Riccardo Spagni bdf0339dda
Merge pull request #3181
6 years ago
moneromooo-monero 928c1825f0
cryptonote_protocol: guard against all threads in standby
6 years ago
Riccardo Spagni 4fcf609942
Merge pull request #3186
6 years ago
xmr-eric 18216f19dd Update 2018 copyright
6 years ago
moneromooo-monero 7ed62e63e5
cryptonote_protocol: fix std::move usage on different types
6 years ago
Riccardo Spagni 5a312752af
Merge pull request #3040
6 years ago
Riccardo Spagni 75cbb7719e
Merge pull request #3015
6 years ago
moneromooo-monero e3f0980a1d
daemon: don't drop RPC with busy error when running offline
6 years ago
Riccardo Spagni 0b5994fbec
Merge pull request #3004
6 years ago
moneromooo-monero 69f9a07553
cryptonote_protocol: fix missing space in version mismatch message
6 years ago
moneromooo-monero f06603a439
cryptonote_protocol: update target height when receiving blocks
6 years ago
moneromooo-monero a2c845c7e3
cryptonote_protocol: internal error consistency size check
7 years ago
moneromooo-monero 45a1c4c088
add empty container sanity checks when using front() and back()
7 years ago
moneromooo-monero 46d6fa35c9
cryptonote_protocol: sanity check chain hashes from peer
7 years ago
moneromooo-monero 25584f8639
cryptonote_protocol: print peer versions when unexpected
7 years ago
moneromooo-monero bb89ae8b20
move connection_basic and network_throttle from src/p2p to epee
7 years ago
moneromooo-monero 4abf25f3c9
cryptonote_core does not depend on p2p anymore
7 years ago
moneromooo-monero b927f0b17e
cryptonote_protocol: fix corner case looping asking for same block hashes
7 years ago
moneromooo-monero 310b790a64
make connection_id a string in RPC
7 years ago
moneromooo-monero 383ff4f689
remove "using namespace std" from headers
7 years ago
moneromooo-monero 1ff638e927
protocol: drop connections which don't handshake after some time
7 years ago