243 Commits (cf57365698887e98064b8e157b2ef5dfc9324bfe)

Author SHA1 Message Date
Jonas Schnelli 445cd761c5
[net] remove unused return type bool from CNode::Ban() 9 years ago
Jonas Schnelli 997829713c
[net] extend core functionallity for ban/unban/listban 9 years ago
Gregory Maxwell a514cb2968 Only send one GetAddr response per connection. 8 years ago
Gregory Maxwell e2190f8017 Limit setAskFor and retire requested entries only when a getdata returns. 9 years ago
kazcw 56f165bdc1 prevent peer flooding request queue for an inv 10 years ago
Patrick Strateman 0560d671ab Remove redundant whiteconnections option 9 years ago
Patrick Strateman e279e5f90a Record nMinPingUsecTime 9 years ago
Gavin Andresen 9a1dcea2df
Use CScheduler for net's DumpAddresses 9 years ago
Corinne Dashjr 7e6d23b171 Bugfix: Grammar fixes 9 years ago
Gavin Andresen d81cff32e5 Replace mruset setAddrKnown with CRollingBloomFilter addrKnown 9 years ago
Pieter Wuille ba04c4a780 Limit message sizes before transfer 9 years ago
Pieter Wuille 9519a9a420 Add correct bool combiner for net signals 9 years ago
Pieter Wuille 9abbeeabd7 Remove obsolete pubsub method definitions 9 years ago
Cory Fields eec37136fd make CMessageHeader a dumb storage class 10 years ago
Wladimir J. van der Laan 66b473457b
Delete RecvLine function 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 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
Pieter Wuille 12a49cac0a Limit the number of new addressses to accumulate 10 years ago
Gregory Maxwell 845c86d128 Do not use third party services for IP detection. 10 years ago
Cory Fields fa7361907a boost: split stream classes out of serialize.h 10 years ago
Pieter Wuille 341735eb8f Headers-first synchronization 10 years ago
Wladimir J. van der Laan d4168c82be Limit CNode::mapAskFor 10 years ago
Philip Kaufmann 093303a887 add missing header end comments 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
Philip Kaufmann efd6b87811 small net cleanup 10 years ago
Wladimir J. van der Laan c91a9471be Add IsReachable(net) function 10 years ago
Wladimir J. van der Laan 0430c30af1 Add missing FindNode prototype to net.h 10 years ago
Wladimir J. van der Laan 43f510d37d Convert closesocket 'compat wrapper' to function in netbase 10 years ago
Pieter Wuille dc942e6f27 Introduce whitelisted peers. 10 years ago
Philip Kaufmann 6354935c48 move rand functions from util to new random.h/.cpp 10 years ago
Pieter Wuille 9f4da19bab Use pong receive time rather than processing time 10 years ago
R E Broadley 2e36866fec Show nodeid instead of addresses (for anonymity) unless otherwise requested. 10 years ago
Philip Kaufmann e10dcf27b4 ensure clean and consistent "namespace" usage 10 years ago
Philip Kaufmann 2831a03b79 remove unused CNode::Cleanup() 10 years ago
Pieter Wuille d38da59bf6 Code simplifications after CTransaction::GetHash() caching 10 years ago
Philip Kaufmann 5bd6c31bd6 small cleanup of net 10 years ago
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