aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-08-09Reject non-canonically-encoded sizesGavin Andresen
2013-08-06Merge pull request #2871 from gavinandresen/simplify_maporphanGavin Andresen
2013-08-06remove a newline from a string in init.cppPhilip Kaufmann
2013-08-05Merge pull request #2879 from Diapolo/translationsWladimir J. van der Laan
2013-08-05translations update for Transifex 2013-08-05Philip Kaufmann
2013-08-05Merge pull request #2849 from petertodd/if-else-elseGavin Andresen
2013-08-05Merge pull request #2851 from TheBlueMatt/masterGavin Andresen
2013-08-05Merge pull request #2857 from Diapolo/compat_cleanupGavin Andresen
2013-08-05Merge pull request #2855 from Diapolo/guard_CreatePidFileGavin Andresen
2013-08-05Merge pull request #2827 from Diapolo/rpccon_winposGavin Andresen
2013-08-05Merge pull request #2865 from Diapolo/fix_intro_translationGavin Andresen
2013-08-02Simplify storage of orphan transactionsGavin Andresen
2013-08-02Revert "Truncate oversize 'tx' messages before relaying/storing."Gavin Andresen
2013-07-31Merge pull request #2850 from Diapolo/fix_introWladimir J. van der Laan
2013-07-31Move internal miner/block creation to separate miner.cpp module.Jeff Garzik
2013-07-31Minor miner fixes (hey hey it's fun to say)Jeff Garzik
2013-07-31Remove #define loop from util.hGavin Andresen
2013-07-29fix string in intro.cpp, which is untranslatable on TransifexPhilip Kaufmann
2013-07-29Bitcoin-Qt: save and restore position of debug windowPhilip Kaufmann
2013-07-29Make sure new wallet variables are initializedPieter Wuille
2013-07-28Merge pull request #2541 from luke-jr/bugfix_wallet_resendPieter Wuille
2013-07-28Merge pull request #2702 from vinniefalco/leveldb-subtree-at-1-10-0Pieter Wuille
2013-07-26fix possible infinite loop in intro.cpp threadPhilip Kaufmann
2013-07-25Merge pull request #2847 from Diapolo/fix_QApplication_includeWladimir J. van der Laan
2013-07-25Merge pull request #2848 from Diapolo/translationsWladimir J. van der Laan
2013-07-24Merge pull request #1889 from tcatm/multi-walletGavin Andresen
2013-07-24cleanup compat.h Windows stuffPhilip Kaufmann
2013-07-24exclude CreatePidFile() function on WIN32 as it is unusedPhilip Kaufmann
2013-07-23Fix multi-block reorg transaction resurrectionMatt Corallo
2013-07-23Don't use checkpoints and accept nonstd txn on -regtestMatt Corallo
2013-07-23Add unittests for multiple ELSEs in a rowPeter Todd
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
2013-07-22Merge pull request #2795 from fanquake/log_aborted_rebuildsJeff Garzik
2013-07-22Merge pull request #2832 from luke-jr/bugfix_wdb_boostverJeff Garzik
2013-07-22Merge pull request #2826 from Diapolo/fix_mingw481Jeff Garzik
2013-07-22Merge pull request #2836 from phelixbtc/patch-3Jeff Garzik
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
2013-07-18Merge pull request #2670 from laanwj/2013_05_datadirWladimir J. van der Laan
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 BOOST_VE...Luke Dashjr
2013-07-13fix invalid conversion error with MinGW 4.8.1 in net.cppPhilip Kaufmann
2013-07-13Fix minor backward incompatibilityPieter Wuille
2013-07-10Merge pull request #2743 from jgarzik/reject-reasonJeff Garzik
2013-07-10Merge pull request #2812 from jgarzik/rpcbestblockJeff Garzik
2013-07-07Merge pull request #2796 from gmaxwell/remove_overactive_rand_testsGregory Maxwell
2013-07-07Make the rand tests determinstic. (fixes #2714)Gregory Maxwell
2013-07-04let user select wallet file with -wallet=foo.datNils Schneider
2013-07-03RPC: add getbestblockhash, to return tip of best chainJeff Garzik