459 Commits (be16f80abc74b707dbb25ad6094f96c762379a14)

Author SHA1 Message Date
Gavin Andresen 9a1dcea2df
Use CScheduler for net's DumpAddresses 9 years ago
Pieter Wuille d4d5022cfc Use ring buffer of set iterators instead of deque of copies in mruset 9 years ago
Gavin Andresen d81cff32e5 Replace mruset setAddrKnown with CRollingBloomFilter addrKnown 9 years ago
pstratem 351593b9c8 replace absolute sleep with conditional wait 9 years ago
Cory Fields 739d6155d3 chainparams: use SeedSpec6's rather than CAddress's for fixed seeds 10 years ago
Pieter Wuille 1d5b47a903 nLastTry is only used for addrman entries 9 years ago
Ruben de Vries fc720207e0 don't trickle for whitelisted nodes 9 years ago
Pieter Wuille c6a63ceeb4 Always use a 50% chance to choose between tried and new entries 9 years ago
Wladimir J. van der Laan dec84cae2a src/net.cpp: endian compatibility in EndMessage 10 years ago
Pieter Wuille ba04c4a780 Limit message sizes before transfer 9 years ago
Cory Fields eec37136fd make CMessageHeader a dumb storage class 10 years ago
Gregory Maxwell 28d4cff0ed Sanitize command strings before logging them. 9 years ago
Pavel Janík 5262fde0ec Remove whitespaces before double colon in errors and logs 10 years ago
Wladimir J. van der Laan 66b473457b
Delete RecvLine function 10 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
Cory Fields a3241998e1 namespace: remove boost namespace pollution 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Wladimir J. van der Laan 6e718f9435
Remove outdated comment about NTP 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Pavel Janík 26a6bae753 Add time offset to getpeerinfo output 10 years ago
Luke Dashjr d227011184 MOVEONLY: core/ -> primitives/ 10 years ago
Wladimir J. van der Laan 35e408f8a4 Regard connection failures as attempt for addrman 10 years ago
Philip Kaufmann cd4d3f1915 Win32: change buffer size for gethotsname in Discover() 10 years ago
Philip Kaufmann 8fa0494e92 Win32: log addresses found in Discover() calls 10 years ago
Gregory Maxwell 845c86d128 Do not use third party services for IP detection. 10 years ago
Cory Fields 71697f97d3 Separate protocol versioning from clientversion 10 years ago
jtimon 4a3587d8db MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
Wladimir J. van der Laan a873823864
CAutoFile: Explicit Get() and remove unused methods 10 years ago
Ruben Dario Ponticeli fef24cab1a Add IsNull() to class CAutoFile and remove operator ! 10 years ago
Pieter Wuille 341735eb8f Headers-first synchronization 10 years ago
Cory Fields eee030f6bc autofile: don't copy CAutoFile by value 10 years ago
Wladimir J. van der Laan 94064710b9 Write fee estimate and peers files only when initialized 10 years ago
ENikS ec91092df8
Fixing compiler warning C4101 10 years ago
Philip Kaufmann 611116d4e3 header include cleanup 10 years ago
Wladimir J. van der Laan 6050ab6855 netbase: Make SOCKS5 negotiation interruptible 10 years ago
Philip Kaufmann 2c2cc5dac1
Remove some unnecessary c_strs() in logging and the GUI 10 years ago
Wladimir J. van der Laan d4168c82be Limit CNode::mapAskFor 10 years ago
Wladimir J. van der Laan bbda40226b
net: Remove MilliSleep from StopNode 10 years ago
phantomcircuit 9189f5fe4d remove useless millisleep 10 years ago
Wladimir J. van der Laan 70352e11c0
Revert "Add a getutxos command to the p2p protocol. It allows querying of the UTXO set" 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Wladimir J. van der Laan 651480c8e4 move functions in main and net to implementation files 10 years ago
Wladimir J. van der Laan c33b983903
Don't poll showmyip.com, it doesn't exist anymore 10 years ago
Mike Hearn da2ec100f3 Add a getutxos command to the p2p protocol. It allows querying of the UTXO set 10 years ago
Wladimir J. van der Laan c91a9471be Add IsReachable(net) function 10 years ago
Jeff Garzik 2e7009d67b Avoid querying DNS seeds, if we have open connections. 10 years ago
Wladimir J. van der Laan 0430c30af1 Add missing FindNode prototype to net.h 10 years ago
Philip Kaufmann f469f79ff8 remove an unneded .c_str() in OpenNetworkConnection() 10 years ago
Philip Kaufmann c994d2e769 prevent SOCKET leak in BindListenPort() 10 years ago