Increased max width of amount field to prevent number overflow bug.
[novacoin.git] / src /
2019-11-29 Brandon RugglesIncreased max width of amount field to prevent number...
2019-11-29 Oleg KhovaykoCleanup StunSrvList
2019-11-29 Luv KhemaniAdd autocomplete to console window.
2019-11-29 MurchImproved readability of sorting for coin selection.
2019-11-29 Pavel Vasinuse cached block hash in blockToJSON()
2019-11-29 Pavel Vasinqt: use CHashWriter also in SignVerifyMessageDialog
2019-11-29 Pavel Vasinqt: askpassphrasedialog: Clear pass fields on accept
2019-09-27 Laser9unBump version to 0.5.9 383/head
2019-09-25 Laser9unUpd bitcoin.qrc
2019-09-25 Laser9unAdd checkpoint @ block # 532000
2019-09-25 Laser9unUpdate Copyright Year
2019-09-25 Laser9unUpdate STUN list
2019-09-25 Laser9unChange the icons
2019-09-25 Laser9unFix compiler type reporting and build time
2019-09-25 Laser9unRemove coinplorer.com block explorer URL
2018-08-20 svostRefresh ntp servers list 378/head
2017-08-04 svostFix CBitcoinAddress::GetKeyID logic 368/head
2017-04-14 svostFix wrong index in sendfrom function 367/head
2016-12-03 svostSee https://github.com/bitcoin/bitcoin/pull/1767 361/head
2016-09-23 svostFix listaddressgroupings comand 351/head
2016-04-12 CryptoManiacWe have not yet implemented begin() and size() methods...
2016-04-12 CryptoManiacCPubKey::Verify() : Fix memory leak.
2016-04-12 CryptoManiacFix memory leak.
2016-04-10 CryptoManiacMerge pull request #310 from svost/master
2016-04-10 CryptoManiacUpdate seed nodes array.
2016-04-10 svostDNSNode: fix source name 310/head
2016-04-07 svostGet rid of boost::counting_iterator 302/head
2016-04-06 svostFrom boost(std)::thread::hardware_concurrency descripti... 300/head
2016-04-04 CryptoManiacRevert "Split CMerkleTx::SetMerkleBranch" nvc-v0.5.8
2016-04-03 CryptoManiacRPC: now decryptdata/decryptmessage methods are able...
2016-04-03 CryptoManiacMerge branch 'master' of github.com:novacoin-project...
2016-04-03 CryptoManiacFix importprivkey issues.
2016-04-03 CryptoManiacBump version to 0.5.8
2016-04-02 CryptoManiacGet rid of fCompressedPubKey attribute.
2016-04-02 CryptoManiacPreserve key compression attribute while initializing...
2016-04-02 CryptoManiacOur internal state doesn't matter.
2016-04-02 CryptoManiacMerge pull request #297 from svost/patch
2016-04-01 svostRewrite pszTimestamp var: get rid of char* 297/head
2016-04-01 svostRemove BOOST_FOREACH macro
2016-04-01 CryptoManiacRPC: In addition to public key pairs, adjustmalleablepu...
2016-04-01 CryptoManiacRPC: Replace resendtx with resendwallettransactions.
2016-04-01 CryptoManiacMove some implementations of CWallet methods to wallet...
2016-04-01 CryptoManiacMove some implementations of CWallet methods to wallet...
2016-03-31 CryptoManiacRemove unused argument.
2016-03-31 CryptoManiacSplit CMerkleTx::SetMerkleBranch
2016-03-31 CryptoManiacRevert 2d6690cc0c0e2525996856c392566133d1b2de50
2016-03-31 CryptoManiacMerge branch 'master' of github.com:novacoin-project...
2016-03-31 CryptoManiacGet rid of fTrickle parameter.
2016-03-31 CryptoManiacMerge pull request #296 from svost/patch
2016-03-31 CryptoManiacRemove unused function.
2016-03-31 CryptoManiacGet rid of fTrickle parameter
2016-03-31 svostFix pointer to local variable logic (V506 PVS Studio) 296/head
2016-03-31 CryptoManiacUse nOneDay
2016-03-31 CryptoManiacStochastic broadcasting delay.
2016-03-30 svostGet rid of 'e': all unused
2016-03-30 svostRemove print() methods: all unused
2016-03-29 CryptoManiacPrivate key is self-sufficient.
2016-03-29 CryptoManiacEC_EVP_KEY_free() causes memory corruption in libnssl.
2016-03-29 CryptoManiacRemove senseless comparison.
2016-03-29 CryptoManiacMerge branch 'master' of github.com:novacoin-project...
2016-03-29 CryptoManiacMove signature verification functions to CPubKey.
2016-03-28 svostGet rid of ARRAYLEN macro 295/head
2016-03-28 svostIt's a c++: use string.clear()
2016-03-27 svostIt's a c++: use string.empty()
2016-03-27 svostReorg includes: fix MSVC buid 294/head
2016-03-27 CryptoManiacMerge pull request #293 from svost/patch
2016-03-27 CryptoManiacPartially revert acd906f9bbf55e42.
2016-03-26 svostRemove BOOST_FOREACH macro 293/head
2016-03-25 svostMain.cpp: fix type mismatch
2016-03-25 svostFix type mismatch
2016-03-24 svostMinor optimization
2016-03-24 CryptoManiacBump version to 0.5.7 nvc-v0.5.7
2016-03-24 CryptoManiaclupdate
2016-03-24 CryptoManiacTrying to proccess .app references correctly
2016-03-23 CryptoManiacQT5 fix
2016-03-23 CryptoManiacNetwork options: External seeder option
2016-03-22 CryptoManiacMSVC project update
2016-03-22 CryptoManiacFix
2016-03-22 CryptoManiacEXPERIMENTAL: custom peer collector
2016-03-21 CryptoManiacMerge branch 'master' of github.com:novacoin-project...
2016-03-21 CryptoManiacThere is no need for these conditions anymore.
2016-03-18 svostFix set of msvc C4127 warning 292/head
2016-03-18 svostSwitch from boost types to <stdint.h>
2016-03-17 CryptoManiacBump client version nvc-v0.5.6
2016-03-17 CryptoManiacCheckpoint
2016-03-17 svostInitializing: type mismatch 291/head
2016-03-17 svostFix msvc c4127 warning
2016-03-14 svostFix msvc c4127 warning 290/head
2016-03-14 svostVersion: compiler name suffix update
2016-03-14 svostFix msvc warning C4706: assignment within conditional...
2016-03-13 svostFix msvc warning C4706: assignment within conditional... 289/head
2016-03-13 svostSwitch nSize to size_t
2016-03-13 svostFix msvc c6262 warning: excessive stack usage
2016-03-13 CryptoManiacRPC: decryptmessage documentation fix
2016-03-13 CryptoManiacRemove unused includes.
2016-03-13 CryptoManiacECIES: Replace SHA1 with RIPEMD-160.
2016-03-13 CryptoManiacUse current CC and CXX environment variables for leveld...
2016-03-13 CryptoManiacFix compilation warnings.
2016-03-12 CryptoManiacMerge pull request #288 from svost/patch
2016-03-12 CryptoManiacNew version of OpenSSL
next