novacoin.git
2014-07-10 CryptoManiacTransactions verification update
2014-07-10 CryptoManiacTranslations update
2014-07-10 CryptoManiacImplement DumpWallet and ImportWallet calls from menu.
2014-07-10 CryptoManiacMove importwallet and dumpwallet implementations to...
2014-07-10 CryptoManiacAdd input weight to coin control interface
2014-07-10 CryptoManiacTranslation fixes
2014-07-10 CryptoManiacNew transaction fees scheme
2014-05-31 CryptoManiacAdd new checkpoints.
2014-02-23 Luke DashjrBugfix: Supress "address" key in transaction details... 10/head
2014-02-23 Luke DashjrBugfix: Avoid trying to parse outputs that aren't relev...
2014-02-23 Philip KaufmannBitcoin-Qt: fix known addressbook bugs
2014-02-22 CryptoManiacAbout dialog update. 7/head
2014-02-21 MASM fanAdd new dns seed node. v0.4.4.6-nvc-update2
2014-02-21 AlexDisconnect buggy clients automatically.
2014-02-17 0xDEADFACEMerge pull request #5 from CryptoManiac/master
2014-02-17 CryptoManiacCheckTransaction() strengthening 5/head
2014-02-14 MASM fanRevert "Merge pull request #2 from jyap808/osx_build_fixes"
2014-02-14 CryptoManiacMerge pull request #2 from jyap808/osx_build_fixes
2014-02-14 MASM fanRename IsConfirmed() to IsTrusted()
2014-02-13 Julian YapIntegrate various fixes so Novacoin builds on OSX 2/head
2014-02-12 MASM fanAdd -enforcecanonical option
2014-02-11 MASM fanAdd -confchange=0 option.
2014-02-09 MASM fanNotifications clean up
2014-02-09 MASM fanNotifications clean up
2014-02-09 0xDEADFACEMerge pull request #1 from Tranz5/master
2014-02-08 CryptoManiacMingw32 makefile fix
2014-02-08 0xDEADFACEJust another typo fix
2014-02-08 Tranz5Extend fWalletUnlockMintOnly to GUI 1/head
2014-02-05 MASM fanMerge RPC and wallet updates from 0.4.4.7 v0.4.4.6-nvc-update1
2014-01-14 alexCheckpoint object replacement with std::pair & support...
2014-01-14 alexOrpho
2014-01-14 alexSecond pre-release update
2014-01-12 alexTypo fix
2014-01-12 alexMerge branch 'master' of https://github.com/CryptoMania...
2014-01-12 alexPre-0.4.8 update
2014-01-12 BalthazarAdd check for OPTIMIZED_SALSA flag
2014-01-11 alexMakefile update
2014-01-05 BalthazarMerge pull request #8 from awoland/patch-3
2014-01-05 awolandUpdate guiutil.cpp
2014-01-03 alexNew syncronized checkpoints policy: no immediate PoW...
2014-01-02 alexCompatibility improvements
2014-01-01 alexBump version to 0.4.4.6 v0.4.4.6-nvc
2013-12-31 alexCache scrypt hashes on disk
2013-12-22 BalthazarMerge pull request #7 from cmonyoupick/master
2013-12-17 novacoindfixes scrypt-*.S for grsecurity-enabled kernels, noexec...
2013-11-06 alexRPC: merge gettransaction output format fixes
2013-10-23 alexAdd -mininput=value option
2013-09-29 alexFix
2013-09-29 alexTranslate
2013-09-29 alexMerge coin control features v0.4.4.5
2013-09-29 alexAdd dnsseed server
2013-09-28 alexMerge branch 'master' of https://github.com/CryptoMania...
2013-09-28 alexRemove OpenMP flags for now
2013-09-28 BalthazarMerge pull request #6 from RoadTrain/patch-1
2013-09-28 alexRevert GetBlockTrust changes
2013-09-28 alexUse HASH160 instead of public key for coinbase transaction
2013-09-28 alexRemove legacy code, bump version number
2013-09-22 RoadTrainUSE_LEVELDB fix
2013-09-16 alexhzRemove ncurses dependency
2013-09-15 alexRPC: sendalert params types casting
2013-09-13 alexAdd scrypt-arm.o target
2013-09-13 alexAdd ARM to architectures list
2013-09-13 alexAdd ARM scrypt implementation
2013-09-13 BalthazarEnable -msse2 for 32 bit g++ only
2013-09-13 BalthazarEnable -msse2 flag for i686 only.
2013-09-10 alexAdd missing files
2013-09-08 alexFix
2013-09-08 alexAdd trusted N for MainNet and TestNet, set denomination...
2013-09-08 alexAdd ZeroTest self-testing routine
2013-09-08 alexAdd OpenMP linking flag
2013-09-08 alexImport ZeroCoin adapted sources
2013-09-08 alexRemoving unused includes
2013-09-08 alexCrypter.h security improvement, start working on ZeroCo...
2013-09-06 alexUse MinGW64 compilers suite for building windows execut...
2013-09-04 alexAlways reserialize transactions before relaying
2013-09-02 alexDon't close leveldb in checkpoints handling functions
2013-08-31 alexFix WIN32 compilation issues
2013-08-31 alexFix error while building on non-c++0x compilers
2013-08-31 alexmakefile fix
2013-08-31 alexBump version to 0.4.4.4 v0.4.4.4
2013-08-31 alexAdd USE_O3 option
2013-08-31 alexSwitch LevelDB back to default database engine
2013-08-28 alexSplit getmininginfo implementation
2013-08-28 alexSplit getmininginfo implementation
2013-08-28 alexReplace -nosynccheckpoints with a new -cppolicy=mode...
2013-08-27 alexRevert 11a13b1
2013-08-27 alexFix
2013-08-27 alexExclude CreatePidFile on Win32 platform
2013-08-27 alexAdd BOOST_THREAD_PROVIDES_GENERIC_SHARED_MUTEX_ON_WIN
2013-08-27 alexRPC: add blocktrust and chaintrust fields into block...
2013-08-27 alexFix coinbase out-of-bounds check
2013-08-27 alexSet NOBLKS_VERSION_END to 60006
2013-08-27 alexIncrease minimum protocol version
2013-08-26 alexRemove migration code
2013-08-25 alexMessage typo fix
2013-08-25 alexDon't close database during proof-of-stake checking
2013-08-25 alexMinGW makefile fix
2013-08-25 alexDisable levelDB support by default
2013-08-25 alexMinGW32: Workaround for headless executable build
2013-08-25 alexExit after blocks import
next