320 Commits (71697f97d3f9512f0af934070690c14f1c0d95ea)

Author SHA1 Message Date
Lars Rasmusson b985efaac1 Replace tabs with four spaces to comply with coding standard in doc/coding.txt 13 years ago
Matt Corallo 10ba0a3efc Minor code cleanup to use fHaveUPnP instead of #ifdef 13 years ago
Matt Corallo b24e6e4d1b Add -keepnode which attempts to -addnode and keep a connection open 13 years ago
Gavin Andresen a1de57a063 Compile with extra warnings turned on. And more makefile/code tidying up. 13 years ago
Pieter Wuille 67a42f929b Network stack refactor 13 years ago
Gavin Andresen 0fcf91ea1e Fix issue #659, and cleanup wallet/command-line argument handling a bit 13 years ago
Pieter Wuille a75d7066b8 Fix some address-handling deadlocks 13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
Gavin Andresen 26ce92b352 Use std::numeric_limits<> for typesafe INT_MAX/etc 13 years ago
Gavin Andresen f8ded588a2 Implement BIP 14 : separate protocol version from client version 13 years ago
Luke Dashjr 647734881c Add my DNS seed domain 13 years ago
Matt Corallo 61a8c0569e Add sipa's new dnsseed. 13 years ago
Luke Dashjr 94b97046fd Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6) 13 years ago
Matt Corallo 2bc6cecebb Move DNS Seed lookup to a new thread. 13 years ago
Jeff Garzik 02d630c37f Remove vladimir's DNS seed, at his request. 13 years ago
Gavin Andresen 6853e627f1 Fix build on windows and mac 13 years ago
Luke Dashjr 65ba3e2f50 Bugfix: report error creating ThreadSocketHandler thread just like the rest 13 years ago
Luke Dashjr a4e6ae101a Only GetAdjustedTime once for the retry loop 13 years ago
Gavin Andresen 15f3ad4dbd Framework for banning mis-behaving peers 13 years ago
Pieter Wuille 88367a5fb8 SocketHandler thread can be detached 13 years ago
Gavin Andresen 9406696578 Fix AddAddress cs_mapaddresses/db transaction deadlock 13 years ago
Gavin Andresen b53e277ba1 Stay connected to seed nodes; disconnecting causes problems if you are trying to make the initial blockchain download. 13 years ago
Gavin Andresen 86fd7c5af6 Give hard-coded seed nodes a random last-seen time, to randomize order they're tried. 13 years ago
Daniel Folkinshteyn bca179e8bd Update the list of seednodes. 13 years ago
Matt Corallo b4ada906c0 Upgrade dependancies and tweak build process. 13 years ago
Giel van Schijndel 99860de3c9 Make some global variables less-global (static) 13 years ago
Venkatesh Srinivas ec93a0e219 Test for SO_NOSIGPIPE rather than assuming all BSDs support it. 13 years ago
Gavin Andresen 9f0ac16942 Do-nothing MapPort() ifndef USE_UPNP. fixes #450 13 years ago
Matt Corallo b2120e223a Unify copyright notices. 13 years ago
Johannes Henninger 1565698169 Identify as "Bitcoin + version number" when mapping UPnP port 13 years ago
Stéphane Gimenez d655a26c9d Single DB transaction for addresses from DNS seeds 13 years ago
Patrick Varilly 8c41469140 Single DB transaction for all addresses in a message 13 years ago
Giel van Schijndel 858cebed7d fix warning: unused variable 'X' [-Wunused-variable] 13 years ago
Giel van Schijndel d7f1d200ab fix warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] 13 years ago
Wladimir J. van der Laan ae3d0aba15 Sync to bitcoin git e94010b239 13 years ago
Matt Corallo fa105b1d3a Added a couple minor things to match newer build process. 13 years ago
Matt Corallo 013df1cc3b Give more detailed error messages for connection failure. 13 years ago
Matt Corallo ce8f78a7bb Only use dnsseeds and static seeds when not on testnet. 13 years ago
Pieter Wuille 4973174534 Limit response to getblocks to half of output buffer size 13 years ago
Matt Corallo f03c31db82 Add new DNSSeed dnsseed.bluematt.me. 13 years ago
Joerie de Gram ecd3e728b7 Fix connection failure debug output 13 years ago
Wladimir J. van der Laan e8ef3da713 update core to d0d80170a2 (CWallet class) 13 years ago
Wladimir J. van der Laan 0eeb4f5d5b update bitcoin core from git (eeac8727bc) 13 years ago
Pieter Wuille 64c7ee7e6b CWallet class 13 years ago
Wladimir J. van der Laan 18cf214528 update bitcoin core to git ce148944c7 13 years ago
Pieter Wuille 76d660ebd3 Faster timeout when connecting 13 years ago
Wladimir J. van der Laan ba4081c1fc move back to original directory structure 13 years ago
Wladimir J. van der Laan 822f2e3ddf update to newest git bitcoin core 13 years ago
Wladimir J. van der Laan 85663f2c18 update to bitcoin-git 13 years ago