novacoin.git
2012-01-05 Matt CoralloAdd support for opening bitcoin: URIs directly.
2012-01-05 Matt CoralloAutomatically refocus on new SendCoinsEntrys and scroll...
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
2011-12-17 Luke DashjrAdd blockhash and blockindex to transaction info
2011-12-16 Luke DashjrAdd my DNS seed domain
2011-12-16 Gavin AndresenMerge pull request #704 from TheBlueMatt/master
2011-12-16 Gavin AndresenMerge pull request #706 from TheBlueMatt/gitian
2011-12-16 Gavin AndresenMove more newlines out of strings, and fix translations.
2011-12-16 Gavin AndresenMerge branch 'fix-help-translations' of https://github...
2011-12-16 Matt CoralloAdd laanwj to gitian download scripts.
2011-12-16 Matt CoralloUpdate debian changelog to 0.5.1.
2011-12-16 Gavin AndresenBump version 0.5.99 (prep for pulling for version 0.6)
2011-12-16 Matt CoralloAdd sipa's new dnsseed.
2011-12-14 Luke DashjrGetMinFee takes a mode parameter (GMF_{BLOCK,RELAY...
2011-12-14 Luke DashjrBugfix: fForRelay should be false when deciding require...
2011-12-13 Gavin AndresenMerge pull request #700 from TheBlueMatt/qtalertfix
2011-12-13 Matt CoralloFix status bar not displaying Alerts.
2011-12-13 Wladimir J... Add "About Qt" menu option to show built-in Qt About...
2011-12-13 Wladimir J... Enable wordwrap for long message in passphrase dialog
2011-12-13 Nils Schneidermove \\n outside _() in --help
2011-12-12 Gavin AndresenMerge commit '7298ebb'
2011-12-12 Nils Schneideradded translations: pt_BR zh_CN
2011-12-12 Nils Schneiderupdated translations: es es_CL nb ru
2011-12-12 Gavin AndresenMerge pull request #687 from TheBlueMatt/gitianssl
2011-12-12 Gavin AndresenMerge pull request #694 from luke-jr/restore_old_miniup...
2011-12-10 Luke DashjrRestore compatibility with miniupnpc 1.5 (without break...
2011-12-09 Wladimir J... Merge pull request #693 from laanwj/min_fix_tmpshow
2011-12-09 Wladimir J... Prevent window from being shown momentarily when using...
2011-12-09 Rune K SvendsenWhen using Qt GUI, move parameter-parsing to start...
next