Fix getbalance() bug
[novacoin.git] / src /
2020-04-17 CryptoManiacFix getbalance() bug c++17
2017-08-04 svostFix CBitcoinAddress::GetKeyID logic 365/head 379/head
2017-04-14 svostFix wrong index in sendfrom function
2017-02-27 svostFix version info
2017-02-13 svostRemove aes.h as include
2017-02-13 svostUpdate namespaces
2017-02-10 svostMove 'nTransactionFee' to wallet.cpp
2017-02-10 svostHeader cleanup: not used.
2017-02-10 svostFix boost logic (taked from bitcoin 1ed6d49)
2017-02-10 svostRemove boost namespace from init.cpp
2017-02-09 svostQuick MSVC buid fix after 37364b2
2017-02-09 svostRemove netbase.h from util header: create timedata...
2017-02-09 svostRemove uint256.h from util header
2017-02-08 svostAdd missed lock
2017-02-07 svostRename fNoListen to fListen
2017-02-06 svostrpc: add getnetworkinfo
2017-02-06 svostAdd autocomplete to novacoin-qt's console window
2017-02-05 svostPrevent socket leak in ThreadSocketHandler
2017-02-04 svostupdateView: add check against nullptr
2017-02-03 svostremove CPubKey::VerifyCompact( ) which is never used
2017-02-03 svostremove GetMedianTime( ) which is never used
2017-02-02 svostCNode::IsBanned add constant reference
2017-02-02 Kamil Domanskiremove LogException( ) which is never used
2017-02-02 svostremove CTransaction::IsNewerThan which is never used
2017-02-02 Kamil Domanskiremove CWallet::AddReserveKey which is never used
2017-02-02 svostReplace non-threadsafe strerror
2017-02-02 svostAlways build with IPV6 support
2017-02-02 Wladimir J. van... qt: Fix random segfault when closing "Choose data direc...
2017-02-02 svostRemove 'estimated total blocks' field from gui
2017-02-02 svostQuick fix after 8ba3ee4
2017-01-30 svostRemove socks4 support 363/head
2017-01-30 svostDon't return an address for invalid pubkeys
2017-01-28 svostUpdate CScriptID class
2017-01-27 svostrpcmining.cpp remove CBigNum from code
2017-01-26 svostCleanup rpcmining.cpp
2017-01-25 svostUpdate timestamps.h
2017-01-25 svostMinor fix for USE_QRCODE flag
2017-01-25 svostNot used in code
2017-01-23 svostMake keystore.h bit compact
2017-01-16 svostReplace with c+11 feature
2017-01-15 svostBuild fixes
2016-12-03 svostSee https://github.com/bitcoin/bitcoin/pull/1767 362/head
2016-10-17 svostRemove useless inline 358/head
2016-10-13 svostRewrite FormatMoney function
2016-10-12 svostNo more boost format function in code
2016-10-12 svostRemove boost format function
2016-10-12 svostRemove boost join function
2016-10-11 svostRemove boost replace_all function
2016-10-06 svostCleanup forward declaration in main.h 357/head
2016-10-06 svostReorganize includes a bit
2016-10-05 svostRework some header files 356/head
2016-10-04 svostMove definition to cpp file
2016-10-03 svostMake wallet.h bit compact 355/head
2016-10-03 svostRemove namespace from net.h
2016-10-03 svostDeal with namespace
2016-10-03 svostRemove namespace from header files
2016-10-03 svostWip: deal with namespace in h and cpp files
2016-10-03 svostHeaders fix 354/head
2016-10-02 svostSwitch checkqueue to std::mutex 353/head
2016-10-02 svostSwitch to builtin tolower
2016-09-30 svostJust use <limits> 352/head
2016-09-30 svostPos mining wake up. Partial revert
2016-09-29 svostFix listaddressgroupings comand
2016-09-15 svostReplace boost/date_time with c++11 in util.h 350/head
2016-09-13 svostDrop sprintf dependency
2016-09-11 svostOne type for all nIn vars
2016-09-11 svostBit cleaner code in scripts files
2016-09-10 svostTodo: complitely remove stack macro
2016-05-10 svostFrom bitcoin https://github.com/bitcoin/bitcoin/pull... 348/head
2016-05-09 svostRefresh protocol.cpp
2016-05-08 svostClose file if fseek failed 347/head
2016-05-08 svostFix coverity CID 102353
2016-05-07 CryptoManiacUse CBigNum for temporary variables to prevent overflow...
2016-05-07 CryptoManiacUse MoneyRange(txout.nValue) to get rid of excessive...
2016-05-07 CryptoManiacThis check is excessive since we don't support walletle...
2016-05-07 CryptoManiacFix sign comparison warning & replace unsigned int...
2016-05-07 svostFix coverity CWE676: get rid of rand() function 346/head
2016-05-06 svostMove variables to a new location 345/head
2016-05-06 svostBit more universal code
2016-05-06 svostError var declared in CKey::DecryptData as non-null...
2016-05-06 svostIt's c++
2016-05-06 svostWork around coverity CID 102373
2016-05-05 svostFix coverity CID 102345 344/head
2016-05-04 svostFix coverity CID 74990 343/head
2016-05-04 svostWip: more compact serialize.h 342/head
2016-05-04 svostTypo fix related to a33d7eb 341/head
2016-05-03 svostClose socket:return false 340/head
2016-05-03 svostCheck setsockopt for error
2016-05-03 CryptoManiacHandle parse errors.
2016-05-03 CryptoManiacNTP : add missing initializers.
2016-05-03 CryptoManiacNTP: add initializers
2016-05-02 CryptoManiacRemove dead code.
2016-05-02 CryptoManiacCAccountingEntry : Add initializers, remove SetNull...
2016-05-02 CryptoManiacImprove incapsulation. Yep, finally.
2016-05-02 CryptoManiacMerge pull request #339 from svost/patch-1
2016-05-02 CryptoManiacGetVariant() : additional validations for point encodin...
2016-05-02 svostSet all fields to zero 339/head
2016-05-02 CryptoManiacCScriptCheck : Add initializers
2016-05-02 CryptoManiacKernelWorker : Add initializers
2016-05-02 CryptoManiacCDB::CDB() : Add initializer for fReadOnly member.
next