aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/net_node.inl (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-17net_node: fix connection leak when ping fails with bad responsemoneromooo-monero1-0/+1
2016-03-11Use boost::thread instead of std::threadHoward Chu1-1/+1
2016-02-18Use boost::thread instead of std::threadHoward Chu1-1/+1
2016-01-14'max limit of...' is redundant wording, rephrasebinaryFate1-1/+1
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-22net_node: fix a hang on exitmoneromooo-monero1-1/+1
2015-12-19Add missing semicolons after log statementsmoneromooo-monero1-1/+1
2015-12-18Merge pull request #543Riccardo Spagni1-1/+1
2015-12-17p2p: minor log formatting fixmoneromooo-monero1-1/+1
2015-12-15Replace tabs with two spaces for consistency with rest of codebasewarptangent1-203/+203
2015-12-09Merge pull request #527Riccardo Spagni1-2/+1
2015-12-08Register daemon command line arguments to core if they're used in coremoneromooo-monero1-2/+1
2015-12-08Merge pull request #526Riccardo Spagni1-0/+10
2015-12-07net_node: add a --offline argumentmoneromooo-monero1-0/+10
2015-12-07p2p: failure to load p2pstate.bin is not fatal anymoremoneromooo-monero1-2/+11
2015-11-26add RPC calls and commands to get/set bansmoneromooo-monero1-1/+13
2015-11-25net_node: allow bans for custom amounts of timemoneromooo-monero1-3/+3
2015-11-23Add IP blocking for misbehaving nodes (adapted from Boolberry)Javier Smooth1-0/+68
2015-11-23quiet down p2p logging a bitJavier Smooth1-1/+1
2015-10-05Update to compile with latest miniupnpcwarptangent1-0/+6
2015-08-14net_node: Use DNS resolver singletonwarptangent1-1/+1
2015-08-11net_node: skimplify rate limit code, and log as appropriatemoneromooo-monero1-8/+5
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo1-9/+23
2015-05-26Merge pull request #292Riccardo Spagni1-31/+36
2015-05-25Fix compile for GCC 5.1.0warptangent1-1/+5
2015-05-25Build seed node list without duplicateswarptangent1-31/+36
2015-05-06Merge branch 'clang_fixes' into clang_fixes-masterSergey Kazenyuk1-4/+3
2015-04-20Fix missing virtual destructorSergey Kazenyuk1-2/+2
2015-04-02Merge pull request #252Riccardo Spagni1-40/+202
2015-04-02update hardcoded fallback seedsRiccardo Spagni1-12/+25
2015-04-01remerged; commands JSON. logging upgrade. doxygenrfree2monero1-25/+35
2015-04-01Merge remote-tracking branch 'monero-official/master' into network-1.6-work1rfree2monero1-2/+6
2015-02-24fix locking in count-peers thread (2)rfree2monero1-9/+10
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget1-1/+6
2015-02-202014 network limit 1.2 +utils +toc -doc -drmonerorfree2monero1-29/+16
2015-02-202014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero1-6/+60
2015-02-202014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero1-38/+149
2015-01-14Fix seed node threaded DNS lookupwarptangent1-28/+41
2015-01-08Merge pull request #206Riccardo Spagni1-11/+57
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-12-15std::atomic_flag has no copy/move constructor, can't have a vectorThomas Winget1-9/+7
2014-12-15small typo in previous commitThomas Winget1-1/+1
2014-12-15DNS seed timeout and fallbackThomas Winget1-11/+59
2014-10-02remove dangling upnp port mappings, updated miniupnpcRiccardo Spagni1-2/+10
2014-09-30reload checkpoints file every ~hr and print if any failThomas Winget1-1/+3
2014-09-24use boost::asio::ip::address because cross-platform plzRiccardo Spagni1-96/+27
2014-09-23seed node DNS code updated to use DNSResolverThomas Winget1-41/+111
2014-09-23ipv4 and ipv6 resolution workingThomas Winget1-11/+27
2014-09-15Fix time_t serialization issueZachary Michaels1-2/+6
2014-09-15Make P2P use the testnet data dirZachary Michaels1-1/+3
2014-09-15Replace macro with equivalent function callZachary Michaels1-49/+45
2014-09-15Add testnet seed nodesZachary Michaels1-3/+8
2014-09-15Separate p2p port for testnetZachary Michaels1-4/+19
2014-09-15Reorganize testnet constantsZachary Michaels1-2/+2
2014-09-15Add testnet flagZachary Michaels1-15/+19
2014-09-12versioning now includes the commit hash, or -final for tagged releasesRiccardo Spagni1-1/+1
2014-09-10more dynamic miniupnp fixesfluffypony1-2/+9
2014-09-10miniupnpc includes fixedfluffypony1-2/+2
2014-09-09moved non-critical warnings and errors to log level 1fluffypony1-4/+4
2014-07-23License updated to BSD 3-clausefluffypony1-6/+32
2014-07-01Allow priority peers when there are exclusive peersZachary Michaels1-1/+1
2014-06-10added new seed nodesfluffypony1-0/+9
2014-05-250.8.8updatemydesktop1-68/+126
2014-04-30mac osx building fixesmydesktop1-1/+4
2014-04-30various fixes to allow mac osx compilationmydesktop1-1/+3
2014-04-302nd seed node addedthankful_for_today1-0/+1
2014-04-18Bitmonero releasethankful_for_today1-10/+1
2014-04-09Port mapping with UPnPAntonio Juarez1-0/+35
2014-03-20some fixesAntonio Juarez1-9/+48
2014-03-03moved all stuff to githubAntonio Juarez1-0/+1020