Commit Graph

111 Commits (39aaea8e6293fc79d94e188a100acc4042a20dc5)

Author SHA1 Message Date
Riccardo Spagni 3db3a6ee1a
Merge pull request #1593
8 years ago
Riccardo Spagni d10425025a
Merge pull request #1572
8 years ago
Miguel Herranz cbcdf8ad35 Honor depth in get_peerlist_head method
8 years ago
Miguel Herranz 0e0e6c5f39 Reduce to one connection per IP
8 years ago
moneromooo-monero 5833d66f65
Change logging to easylogging++
8 years ago
Miguel Herranz 3f269e988c Limit incoming connections from the same IP
8 years ago
Chris Vickio fcf66925c1 remove unused fields from network_throttle (unused-private-field warning)
8 years ago
kenshi84 2ac8007544 also use portable serializer for boost_serialization_helper.h and net_node.inl, completely adandon boost/archive/binary_oarchive.hpp
8 years ago
Riccardo Spagni f2ea2afb77
Merge pull request #1398
8 years ago
Riccardo Spagni 8086379680
Merge pull request #1397
8 years ago
Riccardo Spagni 4a0be41dfe
Merge pull request #1396
8 years ago
Pierre Boyer f4772bae81 Fix a few minor typos
8 years ago
moneromooo-monero 3f7d6fb57d
Fix delayed exit when syncing
8 years ago
moneromooo-monero 7c0dd5e46c
net_node: drop connections from banned IPs after looping through connections
8 years ago
moneromooo-monero 4adde0423b
p2p: possibly fix crash in relay_blocks
8 years ago
moneromooo-monero 17b6bd6d35
Fix DNS failures in offline mode preventing daemon startup
8 years ago
Dion Ahmetaj d61bd8187e add lightweight block propagation ("fluffy blocks")
8 years ago
Riccardo Spagni e72b6a7ade
Merge pull request #1165
8 years ago
moneromooo-monero e57379a819
p2p: drop any existing connection to a banned IP
8 years ago
Randi Joseph 78b13d6dac Cleanup. Dropped "bit" from bitmonero.
8 years ago
Randi Joseph 1e6aedba8b Cleanup. Dropped "bit" from bitmonero.
8 years ago
Riccardo Spagni 70bd7d8871
remove dead backup seed nodes, add new ones
8 years ago
redfish e1c7af35d4 cmake: transitive deps and remove deprecated LINK_*
8 years ago
moneromooo-monero c2ad9caf01
allow peers without port
8 years ago
Riccardo Spagni ba61f37f9c
Merge pull request #846
8 years ago
Riccardo Spagni e97d96ccfb
Merge pull request #775
8 years ago
redfish 68987416ad src: p2p: add exception spec to throwing destructors
8 years ago
moneromooo-monero 7450656bf3
net_node: fix connection leak when ping fails with bad response
8 years ago
moneromooo-monero ef4ff4252a
connection_basic: avoid gratuitous exception
8 years ago
moneromooo-monero f7301c3563
Revert "Print stack trace upon exceptions"
8 years ago
moneromooo-monero fff238ec94
Print stack trace upon exceptions
8 years ago
moneromooo-monero 474e4c00f0
p2p: lock access to the blocked ips map
8 years ago
Howard Chu b937a2c915 Use boost::thread instead of std::thread
8 years ago
Howard Chu 7c86c5997d Use boost::thread instead of std::thread
8 years ago
binaryFate 0100e951d3 'max limit of...' is redundant wording, rephrase
9 years ago
Riccardo Spagni de03926850
updated copyright year
9 years ago
moneromooo-monero af2106122d
net_peerlist: move a couple functions from public to private
9 years ago
moneromooo-monero 17ff6f2114
net_node: fix a hang on exit
9 years ago
moneromooo-monero 3f2970fadb
Add missing semicolons after log statements
9 years ago
Riccardo Spagni 64ff3c7201
Merge pull request #543
9 years ago
moneromooo-monero 02827d5155
p2p: minor log formatting fix
9 years ago
warptangent 725acc7f17
Replace tabs with two spaces for consistency with rest of codebase
9 years ago
Riccardo Spagni e175205e6e
Merge pull request #527
9 years ago
moneromooo-monero 336b37580f
Register daemon command line arguments to core if they're used in core
9 years ago
Riccardo Spagni b87f073a60
Merge pull request #526
9 years ago
moneromooo-monero 2c83055597
net_node: add a --offline argument
9 years ago
moneromooo-monero 34e388949d
p2p: failure to load p2pstate.bin is not fatal anymore
9 years ago
moneromooo-monero 38ceb73848
add RPC calls and commands to get/set bans
9 years ago
moneromooo-monero 7bc4dce6ed
net_node: allow bans for custom amounts of time
9 years ago
Javier Smooth 4cea2b13b2 Add IP blocking for misbehaving nodes (adapted from Boolberry)
9 years ago