- 12 Aug, 2011 1 commit
-
-
Gavin Andresen authored
-
- 11 Aug, 2011 6 commits
-
-
Gavin Andresen authored
Unify copyright notices.
-
Gavin Andresen authored
Use 'unsigned char' rather than 'char' for pchMessageStart.
-
Gavin Andresen authored
Qualify make_tuple with boost:: namespace.
-
Venkatesh Srinivas authored
Regarding https://bitcointalk.org/index.php?topic=28022.0 main.cpp has: "char pchMessageStart[4] = { 0xf9, 0xbe, 0xb4, 0xd9 };" Per discussion on the thread linked, leaving the signedness of pchMessageStart is unsafe for values > 0x80. This patch specifies 'unsigned char' in main.cpp and net.h. Signed-off-by:
Jeff Garzik <jgarzik@pobox.com>
-
Venkatesh Srinivas authored
db.cpp has a number of uses of make_tuple and has 'using namespace std' and 'using namespace boost'. Without qualifying make_tuple, std::make_tuple is preferred, which is incorrect. This patch qualifies make_tuple. Signed-off-by:
Jeff Garzik <jgarzik@exmulti.com>
-
Venkatesh Srinivas authored
Signed-off-by:
Jeff Garzik <jgarzik@exmulti.com>
-
- 09 Aug, 2011 2 commits
-
-
Gavin Andresen authored
-
Matt Corallo authored
To a variation on: // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2011 The Bitcoin developers
-
- 08 Aug, 2011 10 commits
-
-
Matt Corallo authored
-
Matt Corallo authored
-
Vegard Nossum authored
-
Vegard Nossum authored
This is needed for the script unit tests.
-
Vegard Nossum authored
There were some problems with the existing testing setup: - Makefile rules for test-file compilation used CFLAGS instead of CXXFLAGS in makefile.unix
-
Matt Corallo authored
-
Vegard Nossum authored
-
Vegard Nossum authored
-
Vegard Nossum authored
-
Gavin Andresen authored
Check for duplicate txins in CheckTransaction.
-
- 04 Aug, 2011 4 commits
-
-
Jeff Garzik authored
-
Jeff Garzik authored
avoid strAddress + validity checks
-
Jeff Garzik authored
Identify as "Bitcoin + version number" when mapping UPnP port
-
Jeff Garzik authored
Don't listen if on TOR (resolves #441).
-
- 03 Aug, 2011 3 commits
-
-
Matt Corallo authored
-
Matt Corallo authored
-
Pieter Wuille authored
Avoid references to addresses using strings, and use CBitcoinAddress as much as possible. Also added some validity checks on addresses entered using RPC.
-
- 01 Aug, 2011 2 commits
-
-
Pieter Wuille authored
Translation from "Open Bitcoin" to "Verstuur Bitcoins"
-
Johannes Henninger authored
Makes Bitcoin identify itself as "Bitcoin + version number" instead of the nondescript "libminiupnpc" when forwarding a port via UPnP.
-
- 31 Jul, 2011 3 commits
-
-
Gavin Andresen authored
Comment "deprecated"
-
Jeroenz0r authored
-
Matt Corallo authored
-
- 30 Jul, 2011 1 commit
-
-
Han Lin Yap authored
-
- 27 Jul, 2011 2 commits
-
-
Pieter Wuille authored
Fix EncryptKeys crash introduced by a9ba4710, identified by TD.
-
Matt Corallo authored
-
- 26 Jul, 2011 5 commits
-
-
Jeff Garzik authored
Fixes issue #424
-
Pieter Wuille authored
Bugfix: don't overuse limited ExtractAddress
-
Pieter Wuille authored
ExtractAddress was called with the keystore as argument in RPC and UI, limiting results to own keys. This caused empty "address" fields.
-
Pieter Wuille authored
make SetHash160 return a value (as specified in the function signature)
-
Wladimir J. van der Laan authored
-
- 25 Jul, 2011 1 commit
-
-
JoelKatz authored
-