aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-01-12Compile with extra warnings turned on. And more makefile/code tidying up.Gavin Andresen
2012-01-12Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from...Gavin Andresen
2012-01-12Merge pull request #743 from gavinandresen/blocknotifyGavin Andresen
2012-01-10Merge pull request #649 from sipa/comprpubkeyPieter Wuille
2012-01-10Merge pull request #752 from luke-jr/qt_txnidWladimir J. van der Laan
2012-01-10Qt: Show transaction ID in detailsLuke Dashjr
2012-01-09Remove unused definitionPieter Wuille
2012-01-09Merge pull request #746 from laanwj/tdesc_roGavin Andresen
2012-01-09Unit tests for EC key routinesPieter Wuille
2012-01-09Compact signatures with compressed pubkeysPieter Wuille
2012-01-09Compressed pubkeysPieter Wuille
2012-01-06Network stack refactorPieter Wuille
2012-01-06make transaction description read-only (UI fix)Wladimir J. van der Laan
2012-01-04Fix horrific performance found by gmaxwell.Matt Corallo
2012-01-03-blocknotify=command argument, implemented using system() and boost::threadGavin Andresen
2012-01-03Merge pull request #731 from laanwj/txshowfixGavin Andresen
2012-01-03Merge branch 'getblock'Gavin Andresen
2012-01-03I broke -testnet with my TOR option-parsing fixes.Gavin Andresen
2012-01-03Merge pull request #741 from laanwj/typo734fixGavin Andresen
2012-01-03Merge branch 'bugfix_multisig' of https://github.com/coderrr/bitcoinGavin Andresen
2012-01-03Merge branch 'gitianfix' of https://github.com/TheBlueMatt/bitcoinGavin Andresen
2012-01-03Fix issue #659, and cleanup wallet/command-line argument handling a bitGavin Andresen
2012-01-03Fix typo (#734)Wladimir J. van der Laan
2012-01-03Fix some address-handling deadlocksPieter Wuille
2012-01-03make sure IsMine only returns true when we own all keyscoderrr
2011-12-28Fix transaction type in UI: not all tx'es with "from"/"to" field are necessar...Wladimir J. van der Laan
2011-12-27Merge branch 'opevalcountfix' of https://github.com/laanwj/bitcoinGavin Andresen
2011-12-27Fixed OP_EVAL recursion unit test, checks for both infinite and exactly-3-dee...Gavin Andresen
2011-12-27Fix OP_EVAL recursion depth countingWladimir J. van der Laan
2011-12-25Check all prevout.n if one transaction provides multiple inputsGavin Andresen
2011-12-25assert condition in previous commit was backwardsGavin Andresen
2011-12-25Check for valid prevout.n in FetchInputs.Gavin Andresen
2011-12-23No reason to have any qrcode stuff in the bitcoind osx makefile.Matt Corallo
2011-12-23Be more conservative: check all transactions in blocks after last checkpoint.Gavin Andresen
2011-12-23New RPC commands: getblockhash and getblockGavin Andresen
2011-12-23Copy amount to clipboard (implements #657)Wladimir J. van der Laan
2011-12-23Add context menu for address book page (implements part 1 of issue #648)Wladimir J. van der Laan
2011-12-23Move HtmlEscape (escape for qt rich text controls) to qt gui utilitiesWladimir J. van der Laan
2011-12-23Comments updateWladimir J. van der Laan
2011-12-23Merge pull request #629 from sje397/masterWladimir J. van der Laan
2011-12-22Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen
2011-12-22Back out testnet default address change, it breaks accounts on old wallets.Gavin Andresen
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-20Merge pull request #677 from luke-jr/minfee_modesGavin Andresen
2011-12-20Merge branch 'op_eval'Gavin Andresen
2011-12-20Merge pull request #717 from TheBlueMatt/installerqtupgradeGavin Andresen
2011-12-20Implement "Start on window system startup" on Win32 + Linux.Matt Corallo
2011-12-20include util.h to get SecureString definition.Gavin Andresen
2011-12-20Include limits, not climints (using std::numeric_limits now)Gavin Andresen