aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-31Remove #define loop from util.hGavin Andresen
Replace the loop macro with while (true). The #define caused problems for Qt.
2013-07-29Make sure new wallet variables are initializedPieter Wuille
2013-07-28Merge pull request #2541 from luke-jr/bugfix_wallet_resendPieter Wuille
Bugfix: Store last/next wallet resend times unique per CWallet object
2013-07-28Merge pull request #2702 from vinniefalco/leveldb-subtree-at-1-10-0Pieter Wuille
Leveldb subtree at 1 12 0
2013-07-27Merge pull request #2863 from maaku/patch-1Pieter Wuille
Fix typo in README.md
2013-07-27Fix typo in README.mdMark Friedenbach
2013-07-25Merge pull request #2847 from Diapolo/fix_QApplication_includeWladimir J. van der Laan
Bitcoin-Qt: fix QApplication includes to match our include defaults
2013-07-25Merge pull request #2848 from Diapolo/translationsWladimir J. van der Laan
update bitcoin_en.ts to current master (2013-07-23)
2013-07-24Merge pull request #1889 from tcatm/multi-walletGavin Andresen
let user select wallet file with -wallet=foo.dat
2013-07-23update bitcoin_en.ts to current master (2013-07-23)Philip Kaufmann
2013-07-23Bitcoin-Qt: fix QApplication includes to match our include defaultsPhilip Kaufmann
- move all QApplication includes to top of included Qt headers - undef our loop macro where it would cause compilation errors otherwise
2013-07-22Merge pull request #2795 from fanquake/log_aborted_rebuildsJeff Garzik
Log aborted block database rebuilds
2013-07-22Merge pull request #2832 from luke-jr/bugfix_wdb_boostverJeff Garzik
Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used
2013-07-22Merge pull request #2826 from Diapolo/fix_mingw481Jeff Garzik
fix invalid conversion error with MinGW 4.8.1 in net.cpp
2013-07-22Merge pull request #2836 from phelixbtc/patch-3Jeff Garzik
makefile.mingw: Use normal boost libraries instead of debug for Windows
2013-07-22Merge pull request #2842 from luke-jr/bugfix_usageJeff Garzik
Bugfix: Include block creation and SSL options headings in usage
2013-07-21Bugfix: Include block creation and SSL options headings in usageLuke Dashjr
2013-07-19makefile.mingw: Use normal boost libraries instead of debug for Windowsphelixbtc
https://github.com/bitcoin/bitcoin/pull/2835#issuecomment-21231694
2013-07-18Merge pull request #2670 from laanwj/2013_05_datadirWladimir J. van der Laan
qt: allow user to choose data directory
2013-07-17Bugfix: Store last/next wallet resend times unique per CWallet objectLuke Dashjr
2013-07-15Bugfix: Move boost/version include from db.cpp to walletdb.cpp where ↵Luke Dashjr
BOOST_VERSION is used
2013-07-14Merge pull request #2825 from sipa/incompatkeyPieter Wuille
Fix minor backward incompatibility
2013-07-13fix invalid conversion error with MinGW 4.8.1 in net.cppPhilip Kaufmann
- fixes src\net.cpp:1601: Error:invalid conversion from 'void*' to 'const char*' [-fpermissive] in a setsockopt() call on Win32 that was found by using MinGW 4.8.1 compiler suite
2013-07-13Fix minor backward incompatibilityPieter Wuille
The key refactor changed the way unencrypted private keys with compressed public key are stored in the wallet. Apparently older versions relied on this to verify the correctness of stored keys. Note that earlier pre-release versions do risk creating wallets that can not be opened by 0.8.3 and earlier.
2013-07-10Merge pull request #2743 from jgarzik/reject-reasonJeff Garzik
Log reason for non-standard transaction rejection
2013-07-10Merge pull request #2812 from jgarzik/rpcbestblockJeff Garzik
RPC: add getbestblockhash, to return tip of best chain
2013-07-10Merge pull request #2820 from fanquake/remove-readme-rstWladimir J. van der Laan
Remove readme-qt.rst and update documentation for readme-qt.md
2013-07-10Remove readme-qt.rst and update documentation for readme-qt.mdfanquake
2013-07-09Merge pull request #2817 from Michagogo/release-process-followable-verbatimGavin Andresen
Made the build/release process completable verbatim as listed in release-process.md
2013-07-08Merge pull request #2816 from wtogami/gitianwtogamiGavin Andresen
Add wtogami to gitian download scripts.
2013-07-07Merge pull request #2796 from gmaxwell/remove_overactive_rand_testsGregory Maxwell
Make the rand tests determinstic.
2013-07-07Make the rand tests determinstic. (fixes #2714)Gregory Maxwell
This avoids spurious errors with the old tests but still tests enough that if the rng is replaced with a totally broken one it should still fail.
2013-07-07Made the build/release process completable verbatim as listed inMicha
release-process.md
2013-07-07Add wtogami to gitian download scripts.Warren Togami
2013-07-04let user select wallet file with -wallet=foo.datNils Schneider
use std::string instead of psz for WalletFile only allow wallets within $DATADIR Use strWalletFile in salvage/recover fix: remove unused variable pszWalletFile move strWalletFile to init.h/init.cpp avoid conversion of strWalletfile to c-string
2013-07-03RPC: add getbestblockhash, to return tip of best chainJeff Garzik
2013-07-02Merge pull request #2801 from gavinandresen/urifixGavin Andresen
Fixes for bitcoin: URI handling on Linux
2013-07-01Merge commit 'adae78ea9940f4d44382967d1296e7db0b54a4de' into leveldb-squashedVinnie Falco
2013-07-01Squashed 'src/leveldb/' changes from aca1ffc..ae6c262Vinnie Falco
ae6c262 Merge branch 'leveldb' into ripple-fork 28fa222 Looks like a bit more delay is needed to smooth the latency. a18f3e6 Tidy up JobQueue, add ripple_core module ab82e57 Release leveldb 1.12 02c6259 Release leveldb 1.11 5bbb544 Rate limit compactions with a 25ms pause after each complete file. 8c29c47 LevelDB issue 178 fix: cannot resize a level 0 compaction set 18b245c Added GNU/kFreeBSD kernel name (TARGET_OS) 8be9d12 CondVar::SignalAll was broken, leading to deadlocks on Windows builds. http://code.google.com/p/leveldb/issues/detail?id=149 c9fc070 Upgrade LevelDB to 1.10.0, mostly for better write stall logging. 8215b15 Tweak to variable name to support unity build git-subtree-dir: src/leveldb git-subtree-split: ae6c2620b2ef3d5c69e63dc0eda865d6a39fa061
2013-06-29Merge pull request #2803 from sipa/tarversionPieter Wuille
Fix build date for from-tarball builds
2013-06-29Fix build date for from-tarball buildsPieter Wuille
2013-06-27README for contrib/debianGavin Andresen
2013-06-26Fix Gnome bitcoin: URI handlerGavin Andresen
2013-06-26Merge pull request #2793 from Diapolo/translationsPieter Wuille
translation update 2013-06-25
2013-06-26Merge pull request #2174 from CodeShark/sync_macro_clarificationPieter Wuille
Added comments to sync.h to make it easier to understand the macros
2013-06-25Added comments to sync.h to make it easier to understand the macrosEric Lombrozo
2013-06-25Merge pull request #2209 from CodeShark/WalletRegistrationLocksPieter Wuille
Wallet registration locks in main.cpp + UnregisterAllWallet() function
2013-06-25Merge pull request #2792 from sipa/coreimplJeff Garzik
Move core implementations to core.cpp
2013-06-25Log aborted block database rebuildsMichael Ford
2013-06-25Truncate oversize 'tx' messages before relaying/storing.Peter Todd
Fixes a memory exhaustion attack on low-memory peers.