aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-12-20Merge pull request #673 from mndrix/less-time-dataGavin Andresen
2011-12-19Code cleanup: use ECDSA_size() instead of fixed 10,000 byte sig buffer, and e...Gavin Andresen
2011-12-19Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2011-12-19Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all ...Gavin Andresen
2011-12-19Merge pull request #690 from runeksvendsen/qt-cmdline-options-parsingGavin Andresen
2011-12-19Merge branch 'txn_block_info' of https://github.com/luke-jr/bitcoinGavin Andresen
2011-12-19Update bitcoin address numbers for latest luke-jr/sipa schemeGavin Andresen
2011-12-19Fix logic for IsChange() for send-to-self transactions.Gavin Andresen
2011-12-19Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen
2011-12-19Interpret OP_EVAL as OP_NOP until Feb 1, 2012Gavin Andresen
2011-12-19Disable addmultisigaddress if not testnetGavin Andresen
2011-12-19Put OP_EVAL string in coinbase of generated blocksGavin Andresen
2011-12-19add key.o and rpcdump.o to makefile.linux-mingwPieter Wuille
2011-12-19OP_EVAL implementationGavin Andresen
2011-12-19Global fixture to send output to console instead of debug.logGavin Andresen
2011-12-19Support 3 new multisignature IsStandard transactionsGavin Andresen
2011-12-19Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen
2011-12-19Collapse no-op ExtractAddress/ExtractAddressInnerGavin Andresen
2011-12-19Merge pull request #574 from sipa/dumpprivkeyGavin Andresen
2011-12-19Merge pull request #699 from laanwj/about_qtGavin Andresen
2011-12-19Merge pull request #707 from gavinandresen/BIP14Gavin Andresen
2011-12-19Implement BIP 14 : separate protocol version from client versionGavin Andresen
2011-12-19Merge pull request #709 from luke-jr/newdnsseedsGavin Andresen
2011-12-17Key import and exportPieter Wuille
2011-12-17Preparations for key import/exportPieter Wuille
2011-12-17CBitcoinSecret added (base58 encoded privkey)Pieter Wuille
2011-12-17Add GetSecret() and GetKeys() to CKeyStorePieter Wuille
2011-12-17Make CWalletTx::pwallet privatePieter Wuille
2011-12-16Add blockhash and blockindex to transaction infoLuke Dashjr
2011-12-16Add my DNS seed domainLuke Dashjr
2011-12-16Move more newlines out of strings, and fix translations.Gavin Andresen
2011-12-16Merge branch 'fix-help-translations' of https://github.com/tcatm/bitcoinGavin Andresen
2011-12-16Bump version 0.5.99 (prep for pulling for version 0.6)Gavin Andresen
2011-12-16Add sipa's new dnsseed.Matt Corallo
2011-12-14GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelayLuke Dashjr
2011-12-14Bugfix: fForRelay should be false when deciding required fee to include in bl...Luke Dashjr
2011-12-13Fix status bar not displaying Alerts.Matt Corallo
2011-12-13Add "About Qt" menu option to show built-in Qt About dialogWladimir J. van der Laan
2011-12-13Enable wordwrap for long message in passphrase dialogWladimir J. van der Laan
2011-12-13move \\n outside _() in --helpNils Schneider
2011-12-12Merge commit '7298ebb'v0.5.1rc1Gavin Andresen
2011-12-12added translations: pt_BR zh_CNNils Schneider
2011-12-12updated translations: es es_CL nb ruNils Schneider