aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-25Truncate oversize 'tx' messages before relaying/storing.Peter Todd
Fixes a memory exhaustion attack on low-memory peers.
2013-06-25Merge pull request #2679 from vhf/patch-1Gavin Andresen
Too many bitcoins allowed as amount. (Issue #2401)
2013-06-25translation update 2013-06-25Philip Kaufmann
- updates bitcoinstrings.cpp and bitcoin_en.ts so new translations can be made on Transifex
2013-06-25Move core implementations to core.cppPieter Wuille
2013-06-24Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in ↵Eric Lombrozo
init.cpp
2013-06-24Added locks on the setpwalletRegistered functions in main.cpp and added an ↵Eric Lombrozo
UnregisterAllWallets function.
2013-06-24main.h->core.h include dependency improvements.Jeff Garzik
2013-06-24Merge pull request #2789 from sipa/overdumpJeff Garzik
Dump addresses every 15 minutes instead of 10 seconds
2013-06-24Merge pull request #2771 from super3/masterJeff Garzik
Docs Markdown Cleanup - Part 2
2013-06-24Merge pull request #2758 from CodeShark/CBlock-to-coreJeff Garzik
Finish moving core data structures into core.h.
2013-06-24Dump addresses every 15 minutes instead of 10 secondsPieter Wuille
2013-06-23Moved CBlock from main.h to core.hEric Lombrozo
2013-06-23Pulled AcceptBlock out of CBlock.Eric Lombrozo
2013-06-23Pulled CheckBlock out of CBlock.Eric Lombrozo
2013-06-23Pulled AddToBlockIndex out of CBlock.Eric Lombrozo
2013-06-23Pulled ConnectBlock out of CBlock.Eric Lombrozo
2013-06-23Pulled DisconnectBlock out of CBlock.Eric Lombrozo
2013-06-23Moved ReadBlockFromDisk implementation to main.cppEric Lombrozo
2013-06-23Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ↵Eric Lombrozo
main.h
2013-06-23Moved WriteBlockToDisk implementation from main.h to main.cppEric Lombrozo
2013-06-23Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk ↵Eric Lombrozo
in main.h
2013-06-23Merge pull request #2783 from sipa/newtxindexPieter Wuille
Initialize database before checking changed txindex
2013-06-23Merge pull request #2592 from sipa/dumpwalletPieter Wuille
Add dumpwallet and importwallet RPC commands
2013-06-23Merge pull request #2787 from Diapolo/makefilesJeff Garzik
fix makefiles and init.cpp after chainparams merge
2013-06-23fix makefiles and init.cpp after chainparams mergePhilip Kaufmann
- add missing chainparams.o to some makefiles - remove a double-include of chainparams.h in init.cpp
2013-06-23Merge pull request #2786 from jgarzik/double-incJeff Garzik
init.cpp: fix chainparams.h double include.
2013-06-23init.cpp: fix chainparams.h double include.Jeff Garzik
Noticed by Diapolo.
2013-06-22Merge pull request #2778 from jgarzik/rpc-verifydbJeff Garzik
RPC: add 'verifychain' to verify chain database at runtime
2013-06-23Log reason for non-standard transaction rejectionJeff Garzik