4496 Commits (0dd127a791127e72661cb78efec26a2fdd4ec4ba)
 

Author SHA1 Message Date
Gavin Andresen 923602f11d Compile into build_test when creating bitcoin-qt_test 11 years ago
Gavin Andresen 159bc48193 Simplify storage of orphan transactions 11 years ago
Gavin Andresen 8f6f92c72b Revert "Truncate oversize 'tx' messages before relaying/storing." 11 years ago
Wladimir J. van der Laan 6d89611c3a Merge pull request #2850 from Diapolo/fix_intro 11 years ago
Jeff Garzik 3b2ed514d3 Merge pull request #2867 from jgarzik/miner-sep 11 years ago
Jeff Garzik d247a5d130 Move internal miner/block creation to separate miner.cpp module. 11 years ago
Jeff Garzik 18946846d5 Minor miner fixes (hey hey it's fun to say) 11 years ago
Jeff Garzik 8351d55cd3 Merge pull request #2866 from gavinandresen/loopdefine 11 years ago
Gavin Andresen 050d2e953f Remove #define loop from util.h 11 years ago
Philip Kaufmann bef9f573b5 fix string in intro.cpp, which is untranslatable on Transifex 11 years ago
Philip Kaufmann c431e9f1f0 Bitcoin-Qt: save and restore position of debug window 11 years ago
Pieter Wuille c4316fefa5 Make sure new wallet variables are initialized 11 years ago
Pieter Wuille 4bb77b4963 Merge pull request #2541 from luke-jr/bugfix_wallet_resend 11 years ago
Pieter Wuille 83a3597071 Merge pull request #2702 from vinniefalco/leveldb-subtree-at-1-10-0 11 years ago
Pieter Wuille f38f452251 Merge pull request #2863 from maaku/patch-1 11 years ago
Mark Friedenbach cb501a7d44 Fix typo in README.md 11 years ago
Philip Kaufmann 5bc6d8e580 fix possible infinite loop in intro.cpp thread 11 years ago
Wladimir J. van der Laan 2b894bceac Merge pull request #2847 from Diapolo/fix_QApplication_include 11 years ago
Wladimir J. van der Laan 7d3a50ddbe Merge pull request #2848 from Diapolo/translations 11 years ago
Gavin Andresen 5e67e124cf Merge pull request #1889 from tcatm/multi-wallet 11 years ago
Philip Kaufmann 852605d8d1 remove windows.h from crypter.cpp includes 11 years ago
Philip Kaufmann dd833a4cd8 cleanup compat.h Windows stuff 11 years ago
Philip Kaufmann a034c7ebb6 exclude CreatePidFile() function on WIN32 as it is unused 11 years ago
Peter Todd 1b3656d50b Add 'chainwork' to getblock 11 years ago
Matt Corallo 9bf2a4aba2 Fix multi-block reorg transaction resurrection 11 years ago
Matt Corallo d9ace8abe8 Don't use checkpoints and accept nonstd txn on -regtest 11 years ago
Peter Todd aff83e9c02 Add unittests for multiple ELSEs in a row 11 years ago
Philip Kaufmann 3960d2e4ab update bitcoin_en.ts to current master (2013-07-23) 11 years ago
Philip Kaufmann 84ef729aa1 Bitcoin-Qt: fix QApplication includes to match our include defaults 11 years ago
Jeff Garzik 0a740650a5 Merge pull request #2795 from fanquake/log_aborted_rebuilds 11 years ago
Jeff Garzik 0cb6d67e46 Merge pull request #2832 from luke-jr/bugfix_wdb_boostver 11 years ago
Jeff Garzik 6c6255edb5 Merge pull request #2826 from Diapolo/fix_mingw481 11 years ago
Jeff Garzik ac6561322f Merge pull request #2836 from phelixbtc/patch-3 11 years ago
Jeff Garzik 06c5cec84d Merge pull request #2842 from luke-jr/bugfix_usage 11 years ago
Matt Corallo f65e7092a2 Better warning/"alert" messages for large-work forks. 11 years ago
Matt Corallo f89faa2584 Call the -alertnotify script when we see a long or invalid fork. 11 years ago
Matt Corallo b8585384da Detect any sufficiently long fork and add a warning. 11 years ago
Luke Dashjr dabd4bd48e Bugfix: Include block creation and SSL options headings in usage 11 years ago
phelixbtc eda7605dfe makefile.mingw: Use normal boost libraries instead of debug for Windows 11 years ago
Wladimir J. van der Laan 4eab2dcc81 Merge pull request #2670 from laanwj/2013_05_datadir 11 years ago
fcicq 98148a713e Fix fcntl include in net.cpp & netbase.cpp 11 years ago
fcicq b34255b758 Ignore SIGPIPE signal on Solaris 11 years ago
fcicq 9371403993 Add missing constant for solaris 11 years ago
fcicq c391f9a47b Fix boost uint type bug by reordering the includes 11 years ago
fcicq eb8397a03e Disable variadic template support in C++11 11 years ago
Luke Dashjr 203d1ae69b Bugfix: Store last/next wallet resend times unique per CWallet object 11 years ago
Luke Dashjr d4e2b040ed Bugfix: Move boost/version include from db.cpp to walletdb.cpp where BOOST_VERSION is used 11 years ago
Pieter Wuille a59db19ee3 BIP32 test vectors 11 years ago
Pieter Wuille eb2c999050 BIP32 derivation implementation 11 years ago
Pieter Wuille c2aca50551 Merge pull request #2825 from sipa/incompatkey 11 years ago