- 31 Aug, 2011 4 commits
-
-
Jeff Garzik authored
Encryption readme update and minor rpc.cpp fixes
-
Jeff Garzik authored
-
Jeff Garzik authored
Edited locale/pl/LC_MESSAGES/bitcoin.po via GitHub
-
Jeff Garzik authored
Upgrade dependancies and tweak build process.
-
- 26 Aug, 2011 1 commit
-
-
Gavin Andresen authored
-
- 25 Aug, 2011 1 commit
-
-
Dev Random authored
-
- 24 Aug, 2011 1 commit
-
-
Gavin Andresen authored
Updated czech translation [only .po]
-
- 23 Aug, 2011 4 commits
-
-
Dev Random authored
-
Dev Random authored
-
Dev Random authored
-
Matt Corallo authored
* Upgrade to use miniupnpc 1.6 * Upgrade to wxWidgets 2.9.2 * Upgrade to Bost 1.47 for Win32 Builds
-
- 21 Aug, 2011 1 commit
-
-
ovdeathiam authored
-
- 17 Aug, 2011 2 commits
-
-
Gavin Andresen authored
-
Michal Zima authored
-
- 16 Aug, 2011 2 commits
-
-
Gavin Andresen authored
-
Jeff Garzik authored
Spotted by Venkatesh Srinivas <me@endeavour.zapto.org>
-
- 12 Aug, 2011 1 commit
-
-
Gavin Andresen authored
-
- 11 Aug, 2011 9 commits
-
-
Matt Corallo authored
-
Matt Corallo authored
-
Matt Corallo authored
-
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 2 commits
-
-
Jeff Garzik authored
-
Jeff Garzik authored
avoid strAddress + validity checks
-