novacoin.git
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 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...
2011-12-07 Matt CoralloRe-enable RPCSSL in gitian builds.
2011-12-05 Gavin AndresenMerge pull request #679 from laanwj/cmdline_minimize
2011-12-05 Gavin AndresenMerge pull request #682 from TheBlueMatt/gdicrypto
2011-12-04 Wladimir J... Implement -min option to start minimized
2011-12-04 Matt CoralloMove -lgdi32 after -lcrypto (fixes #681).
2011-12-02 Gavin AndresenMerge pull request #654 from TheBlueMatt/dnsseed-thread
2011-12-02 Michael HendricksRetain only the most recent time samples
2011-12-02 Michael HendricksOnly log time samples in debug mode
2011-12-01 Gavin AndresenMerge pull request #670 from gavinandresen/rpcauth_speedup
2011-12-01 Gavin AndresenSpeed up RPC authentication (reworked pull from Joel...
2011-12-01 Gavin AndresenMerge pull request #534 from gavinandresen/DoSorphans
2011-12-01 Gavin AndresenOrphan block fill-up-memory attack prevention
2011-12-01 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-12-01 Gavin AndresenMerge pull request #666 from nobled/secstrings
2011-12-01 Gavin AndresenMerge pull request #667 from laanwj/homeaddricons
2011-11-27 Gavin AndresenAdd missing command-line arguments to --help/-? output
2011-11-26 Matt CoralloMove DNS Seed lookup to a new thread.
2011-11-26 Wladimir J... Make home and addressbook icon more consistent with...
2011-11-26 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
2011-11-24 Wladimir J... allow for filtering addresses and labels by searching...
2011-11-24 Nils Schneiderupdate translation: de
2011-11-24 Nils Schneideradd translations: hu uk
2011-11-24 Nils SchneiderMerge pull request #662 from paraipan/master
2011-11-24 Alex BSmall fixes in both spanish translations
2011-11-22 Nils Schneiderupdate translations: da de nl ru zh_TW
2011-11-22 Nils Schneideradd italian translation
2011-11-21 Gavin AndresenDon't forget to bump release numbers in READMEs next...
2011-11-21 Gavin AndresenBump version numbers to 0.5.1
2011-11-21 Gavin AndresenMerge pull request #602 from wowus/master
2011-11-21 Gavin AndresenMerge pull request #634 from laanwj/doxygen
2011-11-21 Gavin AndresenMerge pull request #632 from mndrix/deprecate-getblockn...
2011-11-21 Gavin AndresenMerge pull request #652 from TheBlueMatt/master
2011-11-21 Gavin AndresenUpdate release process instructions
2011-11-21 Gavin AndresenBump version to 0.5.1
2011-11-21 Wladimir J... Merge pull request #653 from luke-jr/bugfix_transparent...
2011-11-21 Luke DashjrBugfix: only make QListView transparent, not its tooltips
2011-11-21 Matt CoralloUpdate contrib/debian/ for 0.5.0 release and fix copyri...
2011-11-21 Wladimir J... Merge pull request #646 from luke-jr/bugfix_MIT_icons
next