320 Commits (71697f97d3f9512f0af934070690c14f1c0d95ea)

Author SHA1 Message Date
R E Broadley 1d764d631f Corrected grammar. As per Principle Of Least Surprise. 12 years ago
Philip Kaufmann 8b4d653663 allow translation of "options" used in the --help message / split translation of RPC console welcome message and remove the need to take care of "<br>" / remove some spaces in strings and misc other stuff related to translations 12 years ago
Jeff Garzik 928d3a011c CAddrDB: Replace BDB-managed addr.dat with internally managed peers.dat 12 years ago
Pieter Wuille 0f1707de67 -onlynet instead of -blocknet 12 years ago
Pieter Wuille 09b4e26a44 Really do not consider blocked networks local 12 years ago
Pieter Wuille 1653f97c8f Do not consider blocked networks local 12 years ago
Philip Kaufmann 0985816bf6 ensure that no double timestamps show up in the debug.log, by removing manual timestamps from the source (now only -logtimestamps parameter adds timestamps to debug.log) 12 years ago
Pieter Wuille af4006b3f5 Enforce -nodiscover better 12 years ago
Pieter Wuille 5a3cb32e59 Take -port into account when resolving -bind's 12 years ago
Philip Kaufmann ea933b03b4 use "IPv6" and "IPv4" in strings as these are the official spellings and make ParseNetwork() in netbase.cpp case-insensitive 12 years ago
Pieter Wuille 139d2f7c29 Keep local service information per address 12 years ago
Pieter Wuille 89b5616d10 Do not signal outbound semaphore if uninitialized 12 years ago
Pieter Wuille c59abe2589 Use semaphores instead of condition variables 12 years ago
Pieter Wuille 8f10a28890 Separate listening sockets, -bind=<addr> 12 years ago
Pieter Wuille 7fa4443f77 Keep port information for local addresses 12 years ago
Pieter Wuille 457754d2c2 Add -blocknet to prevent connections to a given network 12 years ago
Pieter Wuille 090e5b40f1 Limited relaying/storing of foreign addresses 12 years ago
Pieter Wuille 23aa78c405 IPv6 node support 12 years ago
Philip Kaufmann 3b6ed2294b fix an incorrect if-clause in net.cpp 12 years ago
David Joel Schwartz e9205293bd Support multi-threaded JSON-RPC 12 years ago
Pieter Wuille 19b6958cfd Added -externalip and -discover 13 years ago
Pieter Wuille 39857190de Support for multiple local addresses 13 years ago
Pieter Wuille 478b01d9a7 Add -seednode connections, and use this for -dnsseed + -proxydns 12 years ago
Pieter Wuille 9bab521df8 Support connecting by hostnames passed to proxy (-proxydns) 12 years ago
Jeff Garzik 061a001590 ThreadSocketHandler2(): cast to avoid signed/unsigned warning 12 years ago
Philip Kaufmann f8e4d43be7 fix compiler warning "suggest explicit braces to avoid ambiguous "else" 12 years ago
Jeff Garzik 735a60698c Change signed->unsigned at 3 code sites 12 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 12 years ago
Jeff Garzik c376ac359e Fix loop index var types, fixing many minor sign comparison warnings 12 years ago
Jeff Garzik ab9dc75a18 The string class returns string::npos, when find() fails. 12 years ago
Wladimir J. van der Laan 11cd416525 fix warnings: unused variable 'XX' [-Wunused-variable] 12 years ago
Pieter Wuille f8dcd5ca6f Use scoped locks instead of CRITICAL_BLOCK 12 years ago
Gavin Andresen f487746ded Remove half-implemented publish/subscribe system 12 years ago
Pieter Wuille 092631f0ba Condition variable for outbound connection slots 12 years ago
Pieter Wuille bf1afb02ca Give DNS seeds a random age between 3 and 7 days old 12 years ago
Alistair Buxton bb13d056ea When disconnecting a node, clear the received buffer so that we do 12 years ago
nomnombtc f8c478c4fb fix typo src/net.cpp 12 years ago
Gavin Andresen 972060ce0e bitcoind changes to stop storing settings in wallet.dat. 13 years ago
Pieter Wuille 5fee401fe1 CAddrMan: stochastic address manager 13 years ago
Pieter Wuille a3342d096f Fix #626: RecvLine wrong error message 13 years ago
Pieter Wuille c59881eaee Symbolic names for threads 13 years ago
Pieter Wuille cc201e01f8 Several shutdown-related fixes 13 years ago
Pieter Wuille 25ab17585e Bugfix: do not create CAddress for invalid accepts 13 years ago
Matt Corallo baba6e7de2 Get ext. IP from UPnP, make sure addrMe IsRoutable() in version. 13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Gavin Andresen 9d952d17bb Look for flushwallet/listen/irc/dnsseed/upnp instead of noflushwallet/etc. And switch default for irc to 0. 13 years ago
Gregory Maxwell 5d1b8f1725 Avoid advertising the node's address when it is not listening or IsInitialBlockDownload(). 13 years ago
Matt Corallo 177dbcaace Fix UPnP by reannouncing every 20 minutes. 13 years ago
Daniel Folkinshteyn b2f76e9ded Update seednodes, pick long-uptime nodes with version >= 0.4.0 13 years ago
Pieter Wuille c981d768b3 Fix handling of default ports 13 years ago