novacoin.git
2014-01-24 alexUpdate only if there are any mismatched coins v0.4.4.7-nvc-next-testing
2014-01-24 alexFix repairwallet to update walletmodel without restart.
2014-01-23 alexAdd transaction and block header timestamps to gettxout...
2014-01-23 alexAdd gettxout and gettxoutsetinfo RPC calls
2014-01-22 alexReplace CCoinsDB and CBlockTreeDB with LevelDB based...
2014-01-22 alexReplace CChainDB instantiations with a global CBlockTre...
2014-01-22 alexFix segfault on testnet
2014-01-22 alexPrepare database format for multi-stage block processing
2014-01-22 alexReorganize at startup to best known block
2014-01-22 alexSanity checking for coinstake inputs and checkwallet...
2014-01-21 alexDirect CCoins references
2014-01-21 alexValidation of coinstake now uses txPrev directly instea...
2014-01-21 alexTransaction hash caching
2014-01-20 alexAdd CCoinsViewCache::GetCoinsReadOnly() method for...
2014-01-20 alexMiner module fix
2014-01-20 alexSome proof-of-stake checkings refactoring
2014-01-20 alexDon't create coins for empty coinbase transactions
2014-01-19 alexBugfix: Get coinstake flag and timestamps from undo...
2014-01-19 alexAdd previous block checking in the proof-of-stake miner
2014-01-19 alexDon't reaccept coinstakes
2014-01-19 alexUI fixes
2014-01-19 alexBugfix: don't resurrect coinstake transactions
2014-01-19 alexAdd new LevelDB wrapper
2014-01-19 alexCheckpoint fix
2014-01-19 alexFix timestamp violation
2014-01-18 alexBatch block connection during initial block download
2014-01-18 alexUpdate checkpoints
2014-01-18 alexchmod 0755 leveldb/build_detect_platform
2014-01-18 alexSwitch to CCoins & CCoinsView approach
2014-01-15 alexhzUndo file creation
2014-01-15 alexhzOne file per block
2014-01-15 alexhzAdd CTxUndo: transaction undo information
2014-01-15 alexhzBasic classes for pruned version of transaction output...
2014-01-15 alexhzCompact serialization for variable-length integers
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
next