novacoin.git
2012-01-15 Forrest VoightSeparated COINBASE_FLAGS out into main.h and made RPC...
2012-01-13 Gavin AndresenRemove base58 encoding from validateaddress/addmultisig...
2012-01-13 Gavin AndresenRefactor: needing to call ConnectInputs to process...
2012-01-13 Gavin AndresenRefactored ConnectInputs, so valid-transaction-checks...
2012-01-13 Gavin AndresenReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP...
2012-01-13 Gavin AndresenRemove not-used-anywhere scriptPrereq from SignSignature()
2012-01-13 Gavin AndresenMerge branch 'getmininginfo' of https://github.com...
2012-01-13 Gavin AndresenCompile with extra warnings turned on. And more makefil...
2012-01-13 Luke Dashjrcollect more info on tx pooling and block finding for...
2012-01-13 Luke DashjrAdd new "getmininginfo" JSON-RPC method, with mining...
2012-01-12 Gavin AndresenRemove broken Visual C++ makefile.vc, and removed annoy...
2012-01-12 Gavin AndresenMerge pull request #743 from gavinandresen/blocknotify
2012-01-10 Pieter WuilleMerge pull request #649 from sipa/comprpubkey
2012-01-10 Wladimir J... Merge pull request #752 from luke-jr/qt_txnid
2012-01-10 Luke DashjrQt: Show transaction ID in details
2012-01-09 Pieter WuilleRemove unused definition
2012-01-09 Gavin AndresenMerge pull request #746 from laanwj/tdesc_ro
2012-01-09 Gavin AndresenMerge pull request #750 from TheBlueMatt/anonymous
2012-01-09 Pieter WuilleUnit tests for EC key routines
2012-01-09 Pieter WuilleCompact signatures with compressed pubkeys
2012-01-09 Pieter WuilleCompressed pubkeys
2012-01-07 Matt CoralloRemove mentions on anonymity in debian folder.
2012-01-07 Pieter WuilleMerge pull request #735 from sipa/netbase
2012-01-06 Pieter WuilleNetwork stack refactor
2012-01-06 Wladimir J... make transaction description read-only (UI fix)
2012-01-05 Gavin AndresenMerge pull request #740 from TheBlueMatt/perf
2012-01-05 Matt CoralloFix horrific performance found by gmaxwell.
2012-01-03 Gavin Andresen-blocknotify=command argument, implemented using system...
2012-01-03 Gavin AndresenMerge pull request #731 from laanwj/txshowfix
2012-01-03 Gavin AndresenMerge branch 'getblock'
2012-01-03 Gavin AndresenI broke -testnet with my TOR option-parsing fixes.
2012-01-03 Gavin AndresenMerge pull request #741 from laanwj/typo734fix
2012-01-03 Gavin AndresenMerge branch 'bugfix_multisig' of https://github.com...
2012-01-03 Gavin AndresenMerge branch 'gitianfix' of https://github.com/TheBlueM...
2012-01-03 Gavin AndresenFix issue #659, and cleanup wallet/command-line argumen...
2012-01-03 Wladimir J... Fix typo (#734)
2012-01-03 Pieter WuilleMerge pull request #738 from sipa/dnsseed-fix
2012-01-03 Pieter WuilleFix some address-handling deadlocks
2012-01-02 coderrrmake sure IsMine only returns true when we own all...
2011-12-28 Wladimir J... Fix transaction type in UI: not all tx'es with "from...
2011-12-27 Gavin AndresenMerge branch 'opevalcountfix' of https://github.com...
2011-12-27 Gavin AndresenFixed OP_EVAL recursion unit test, checks for both...
2011-12-27 Wladimir J... Fix OP_EVAL recursion depth counting
2011-12-25 Gavin AndresenCheck all prevout.n if one transaction provides multipl...
2011-12-25 Gavin Andresenassert condition in previous commit was backwards
2011-12-25 Gavin AndresenCheck for valid prevout.n in FetchInputs.
2011-12-25 Matt CoralloAdd QR Code support to Win32 Gitian build.
2011-12-23 Matt CoralloFix Linux gitian descriptor to use QRCode support.
2011-12-23 Matt CoralloAdd libqrencode-dev to the debian/ubuntu apt-get lines.
2011-12-23 Matt CoralloNo reason to have any qrcode stuff in the bitcoind...
2011-12-23 Gavin AndresenBe more conservative: check all transactions in blocks...
2011-12-23 Gavin AndresenNew RPC commands: getblockhash and getblock
2011-12-23 Wladimir J... Merge pull request #723 from TheBlueMatt/gitianfix
2011-12-23 Wladimir J... Merge pull request #683 from laanwj/ui_copy_amount
2011-12-23 Wladimir J... Copy amount to clipboard (implements #657)
2011-12-23 Wladimir J... Add context menu for address book page (implements...
2011-12-23 Wladimir J... Move HtmlEscape (escape for qt rich text controls)...
2011-12-23 Wladimir J... Comments update
2011-12-23 Wladimir J... Merge pull request #629 from sje397/master
2011-12-23 Matt CoralloFix #722.
2011-12-22 Gavin AndresenFix broken ExtractAddress (refactored, made callers...
2011-12-22 Gavin AndresenBack out testnet default address change, it breaks...
2011-12-21 Wladimir J... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-20 Gavin AndresenMerge pull request #677 from luke-jr/minfee_modes
2011-12-20 Gavin AndresenMerge branch 'op_eval'
2011-12-20 Gavin AndresenMerge pull request #717 from TheBlueMatt/installerqtupgrade
2011-12-20 Matt CoralloImplement "Start on window system startup" on Win32...
2011-12-20 Gavin Andreseninclude util.h to get SecureString definition.
2011-12-20 Gavin AndresenInclude limits, not climints (using std::numeric_limits...
2011-12-20 Gavin AndresenMerge pull request #673 from mndrix/less-time-data
2011-12-20 Gavin AndresenMerge pull request #716 from gavinandresen/cleanup
2011-12-20 sje397Added QRCode generation functions via libqrencode....
2011-12-20 Gavin AndresenCode cleanup: use ECDSA_size() instead of fixed 10...
2011-12-20 Gavin AndresenUse std::numeric_limits<> for typesafe INT_MAX/etc
2011-12-20 Gavin AndresenCleanup: removed dead code, and use C99 typedefs for...
2011-12-19 Gavin AndresenMerge pull request #690 from runeksvendsen/qt-cmdline...
2011-12-19 Gavin AndresenMerge branch 'txn_block_info' of https://github.com...
2011-12-19 Gavin AndresenUpdate bitcoin address numbers for latest luke-jr/sipa...
2011-12-19 Gavin AndresenFix logic for IsChange() for send-to-self transactions.
2011-12-19 Gavin AndresenUse block times for 'hard' OP_EVAL switchover, and...
2011-12-19 Gavin AndresenInterpret OP_EVAL as OP_NOP until Feb 1, 2012
2011-12-19 Gavin AndresenDisable addmultisigaddress if not testnet
2011-12-19 Gavin AndresenPut OP_EVAL string in coinbase of generated blocks
2011-12-19 Pieter Wuilleadd key.o and rpcdump.o to makefile.linux-mingw
2011-12-19 Gavin AndresenOP_EVAL implementation
2011-12-19 Gavin AndresenGlobal fixture to send output to console instead of...
2011-12-19 Gavin AndresenSupport 3 new multisignature IsStandard transactions
2011-12-19 Gavin AndresenRework unit tests so test_bitcoin.cpp does not #include...
2011-12-19 Gavin AndresenCollapse no-op ExtractAddress/ExtractAddressInner
2011-12-19 Gavin AndresenMerge pull request #574 from sipa/dumpprivkey
2011-12-19 Gavin AndresenMerge pull request #699 from laanwj/about_qt
2011-12-19 Gavin AndresenMerge pull request #707 from gavinandresen/BIP14
2011-12-19 Gavin AndresenImplement BIP 14 : separate protocol version from clien...
2011-12-19 Gavin AndresenMerge pull request #709 from luke-jr/newdnsseeds
2011-12-17 Pieter WuilleKey import and export
2011-12-17 Pieter WuillePreparations for key import/export
2011-12-17 Pieter WuilleCBitcoinSecret added (base58 encoded privkey)
2011-12-17 Pieter WuilleAdd GetSecret() and GetKeys() to CKeyStore
2011-12-17 Pieter WuilleMake CWalletTx::pwallet private
next