254 Commits (master)

Author SHA1 Message Date
Philip Kaufmann 56b07d2dcd [Qt] allow setting listen via GUI 10 years ago
Pieter Wuille f1920e8606 Ping automatically every 2 minutes (unconditionally) 11 years ago
jtimon 2871889e83 net.h was using std namespace through chainparams.h included in protocol.h 10 years ago
Pieter Wuille 5823449e2d Limit number of known addresses per peer 10 years ago
Philip Kaufmann 53a088154c rename fNoListen to fListen and move to net 10 years ago
R E Broadley 79d06dc6e0 Remove redundant c_str 10 years ago
Philip Kaufmann d4e1c61212 add DEFAULT_UPNP constant in net 10 years ago
Cozz Lovan b641c9cd21 Fix addnode "onetry": Connect with OpenNetworkConnection 10 years ago
Wladimir J. van der Laan d387b8ec15 rpc: add `getblockchaininfo` and `getnetworkinfo` 10 years ago
Wladimir J. van der Laan f48742c2bf Get rid of C99 PRI?64 usage in source files 10 years ago
Wladimir J. van der Laan d5f1e727a8 Don't use PRIx64 formatting derives from inttypes.h 10 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Pieter Wuille f59d8f0b64 Per-peer block download tracking and stalled download detection. 11 years ago
Philip Kaufmann c037531d69 small headers ordering cleanup 11 years ago
Pieter Wuille b2864d2fb3 Add main-specific node state 11 years ago
Wladimir J. van der Laan d004d7279f Move CAddrDB frrom db to net 11 years ago
Mike Hearn a946aa8d3e Store and use a sanitized subVer 11 years ago
Philip Kaufmann cd696e64df misc small changes to polish after include cleanup 11 years ago
Pieter Wuille a0fa20a12b Move CCoins-related logic to coins.{cpp.h} 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Gavin Andresen 9038b18f46 -fuzzmessagestest=N : randomly corrupt 1-of-N sent messages 11 years ago
Warren Togami 1ce418929a Split MIN_PROTO_VERSION into INIT_PROTO_VERSION and MIN_PEER_PROTO_VERSION 11 years ago
Josh Lehan 547c61f8d8 Adding new "addrlocal" field to RPC getpeerinfo. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Philip Kaufmann 96b9603c01 misc spelling / space / style fixes 11 years ago
Scott Ellis ce14345a89 Add network traffic graph 11 years ago
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Josh Lehan 971bb3e901 Added ping time measurement. 11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint 11 years ago
Gregory Maxwell 37c6389c5a Performance optimization for bloom filters. 11 years ago
Eric Lombrozo 6e68524e95 Removed the main.h include from net.cpp. 11 years ago
Eric Lombrozo 501da2503a Using boost::signals2 to message main from net.cpp. 11 years ago
Eric Lombrozo 663224c232 Removed net.cpp's dependency on init.h. 12 years ago
Eric Lombrozo 8926263dde Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockLocator. 12 years ago
Pieter Wuille 788064dd12 Don't announce to non-peer CNodes 11 years ago
Pieter Wuille ba29a5590b Try to increase file descriptor rlimit if necessary 11 years ago
Pieter Wuille 86648a8d16 Add bytessent, bytesrecv and syncnode to getpeerinfo 11 years ago
Pieter Wuille 6ed71b5e4f Make sure we always have a node to do IBD from 11 years ago
Pieter Wuille cedaa71446 Drop release times for CNode 11 years ago
Gavin Andresen b31499ec72 Clean up shutdown process 11 years ago
Gavin Andresen 21eb5adadb Port Thread* methods to boost::thread_group 11 years ago
Gavin Andresen c8c2fbe07f Shutdown cleanup prep-work 11 years ago
Matt Corallo b5afda67f2 Move mapAlreadyAskedFor to limitedmap 11 years ago
Pieter Wuille c7f039b674 Process getdata invs separately until send buffer overflows 11 years ago
Pieter Wuille 41b052ad87 Use per-message send buffer, rather than per connection 11 years ago
Pieter Wuille 967f24590b Some fixes to CNetMessage processing 11 years ago
Jeff Garzik b9ff2970b9 P2P: improve RX/TX flow control 12 years ago
Jeff Garzik 607dbfdeaf P2P: parse network datastream into header/data components in socket thread 12 years ago
Matt Corallo c2efd981aa (finally) Remove IRC Seed support now that lfnet is down. 11 years ago
Matt Corallo 74088e862e Use a copy in place of mapMultiArgs["-addnode"]. 12 years ago