Fix sign comparison warning & replace unsigned int with uint32_t for nIn.
[novacoin.git] / src / txdb-bdb.cpp
2016-04-11 CryptoManiacRemove MakeMockTXDB()
2016-04-09 CryptoManiacLoadExternalBlockFile() : Bulk block proccessing;
2016-04-07 CryptoManiacRemove unused namespaces, use auto for local variables.
2016-04-05 CryptoManiacUse auto keyword for local varialbes.
2016-04-05 CryptoManiacReplace BOOST_FOREACH with range loop.
2016-03-14 svostFix msvc c4127 warning 290/head
2016-02-12 svostFix V668 PVS Studio - deal with pointer and NULL 272/head
2015-09-29 svostAdded GetArgInt function 242/head
2015-05-07 svostFix MSVC C4101 warnings 220/head
2014-12-27 CryptoManiacCode cleanup
2014-12-18 CryptoManiacClean issues which some LLVM configurations don't like
2014-10-30 fsb4000MSVC 37/head
2014-07-28 CryptoManiacRestore BDB block index wrapper and enable it by default.
2014-01-14 alexSecond pre-release update
2013-12-31 alexCache scrypt hashes on disk
2013-08-25 alexAdd Google's LevelDB support