novacoin.git
2016-04-10 svostAll of them uint256: let's use begin() and end() 308/head
2016-04-10 svostSwith all port-related to uint16_t 307/head
2016-04-10 svostWip: get rid of ARRAYLEN macro
2016-04-10 svostGet rid of c_str()
2016-04-10 CryptoManiacFix typo in -Wno-unused-local-typedef[s], add -Wno...
2016-04-10 CryptoManiacRewrite ParseHex using istringstream;
2016-04-10 CryptoManiacabs64 isn't needed anymore, since abs has the overload...
2016-04-10 CryptoManiacThis isn't needed anymore because we don't use the...
2016-04-10 CryptoManiacWe've imported std namespace here, so no need for all...
2016-04-10 CryptoManiacUse fixed size types for alerts;
2016-04-10 CryptoManiacFix signed/unsigned comparison warnings
2016-04-10 CryptoManiacSyntax error
2016-04-09 CryptoManiacMerge branch 'c++11' of github.com:novacoin-project...
2016-04-09 CryptoManiacWe're not ready for std::thread yet.
2016-04-09 CryptoManiacMerge pull request #306 from svost/c++11
2016-04-09 CryptoManiacLoadExternalBlockFile() : Bulk block proccessing;
2016-04-09 svostAdd const for functions 306/head
2016-04-08 svostWip: get rid of ARRAYLEN macro
2016-04-08 CryptoManiacRemove BEGIN/END
2016-04-08 svostMerged 30b2025 (fixed conflict).
2016-04-08 CryptoManiacWe're using milliseconds.
2016-04-08 CryptoManiacuint256: SetCompact() and GetCompact implementations
2016-04-08 CryptoManiacMerge pull request #305 from svost/c++11
2016-04-08 svostBOOST_FOREACH: final cut 305/head
2016-04-08 svostMerged 89d4073 (fixed conflict).
2016-04-08 CryptoManiacMerge pull request #304 from svost/c++11
2016-04-08 svostSome replacement with std::chrono,thread 304/head
2016-04-08 CryptoManiacUse auto for local variables.
2016-04-07 CryptoManiacUse brace initializer instead of make_pair.
2016-04-07 CryptoManiacusing namespace std;
2016-04-07 CryptoManiacMerge pull request #303 from svost/c++11
2016-04-07 CryptoManiacRemove unused namespaces, use auto for local variables.
2016-04-07 svostReplace boost type_traits with std type_traits 303/head
2016-04-07 svostReplace boost::tuple with std::tuple
2016-04-07 svostGet rid of boost::algorithm::starts(ends)_with
2016-04-07 svostAuto_ptr deprecated
2016-04-06 CryptoManiacNo need for boost::assign, map_list_of/list_of, etc.
2016-04-06 CryptoManiacMerge branch 'c++11' of https://github.com/svost/novaco...
2016-04-06 CryptoManiacRemove some boost dependencies, add some sugar
2016-04-06 svostWip: switch map definition to initializer list 301/head
2016-04-06 svostSwitch map definition to initializer list
2016-04-05 CryptoManiacUse auto keyword for local varialbes.
2016-04-05 CryptoManiacFix
2016-04-05 CryptoManiacMerge pull request #299 from svost/patch
2016-04-05 svostSwitch vector definition to initializer list 299/head
2016-04-05 CryptoManiacGod bless the auto
2016-04-05 CryptoManiacfor(...::iterator... => for(auto...
2016-04-05 CryptoManiacReplace BOOST_FOREACH with range loop.
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 CryptoManiacFix type error
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-29 CryptoManiacMerge pull request #295 from svost/patch
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 CryptoManiacMerge pull request #294 from svost/patch
2016-03-27 svostReorg includes: fix MSVC buid 294/head
2016-03-27 CryptoManiacMerge pull request #293 from svost/patch
2016-03-27 CryptoManiacQREncode linking fix
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
next