novacoin.git
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.
2016-05-02 CryptoManiacRemove dead code, we aren't going to support transactio...
2016-05-02 CryptoManiacDon't free cryptogram in the store_cipher_body to avoid...
2016-05-02 CryptoManiacFix control flow issue.
2016-05-01 CryptoManiacMove Qt credits to about dialog.
2016-05-01 CryptoManiacMerge pull request #338 from svost/c++11
2016-05-01 svostAll of them uint256 338/head
2016-05-01 svostNever used
2016-05-01 svostPass as constant reference
2016-05-01 CryptoManiacMerge pull request #337 from svost/c++11
2016-05-01 svostPass as constant reference 337/head
2016-04-30 CryptoManiacMerge pull request #336 from svost/c++11
2016-04-30 svostCode cleanup 336/head
2016-04-30 CryptoManiacPrevent compiler from optimizing this flag out
2016-04-29 CryptoManiacMerge pull request #335 from svost/c++11
2016-04-29 svostRefresh doxygen config 335/head
2016-04-29 CryptoManiacMerge pull request #334 from svost/c++11
2016-04-29 svostWip: more compact serialize.h 334/head
2016-04-26 CryptoManiacMerge pull request #333 from svost/c++11
2016-04-26 svostMore less ifdef: success build with gcc, clang, icpc 333/head
2016-04-25 CryptoManiacRemove unused function.
2016-04-25 CryptoManiacFixed size types are making our life simpler.
2016-04-25 CryptoManiacMerge pull request #332 from svost/c++11
2016-04-25 svostWip: more compact serialize.h 332/head
2016-04-25 CryptoManiacMerge pull request #331 from svost/c++11
2016-04-25 svostUpdate after 2198dc0 331/head
2016-04-24 CryptoManiacMerge pull request #330 from svost/c++11
2016-04-23 svostAlways const, remove it 330/head
2016-04-23 CryptoManiacMove WriteCompactSize and ReadCompactSize to serialize.cpp
2016-04-23 CryptoManiacMerge pull request #329 from svost/c++11
2016-04-22 svostWip: make wallet.h little compact 329/head
2016-04-22 svostMake script.h little compact
2016-04-21 svostMake crypter.h little compact
2016-04-21 svostMSVC success build w/o it
2016-04-21 CryptoManiacMerge pull request #328 from svost/c++11
2016-04-21 svostMake walletdb.h little compact 328/head
2016-04-21 CryptoManiacMerge pull request #327 from svost/c++11
2016-04-21 svostMake net.h little compact 327/head
2016-04-21 CryptoManiacMerge pull request #326 from svost/c++11
2016-04-20 svostMake db.h little compact 326/head
2016-04-20 svostIt's so strange to see here
2016-04-20 svostMake checkpoints.h little compact
2016-04-20 svostRevert namespace std: MSVC build issues
2016-04-20 CryptoManiacMerge pull request #325 from svost/c++11
2016-04-20 svostSame as d11602b 325/head
2016-04-16 CryptoManiacRemove DEBUG_ADDRMAN
2016-04-20 CryptoManiacMerge pull request #324 from svost/c++11
2016-04-20 svostMake addrman.h little compact 324/head
2016-04-20 CryptoManiacMerge pull request #323 from svost/c++11
2016-04-19 svostAll of them comes from compat.h via netbase.h 323/head
2016-04-19 svostJust use std::to_string
2016-04-19 0xDEADFACEMerge pull request #322 from svost/c++11
2016-04-19 svostHash.h: use native uint256.begin() and uint256.size() 322/head
2016-04-19 0xDEADFACEMerge pull request #321 from svost/c++11
2016-04-18 svostJust a memo: deal with -Wcast-qual check. 321/head
2016-04-17 CryptoManiacMerge pull request #320 from svost/c++11
2016-04-17 svostGet rid of ifdef WIN32 320/head
2016-04-17 CryptoManiacMerge pull request #319 from svost/c++11
2016-04-17 svostSocklen_t defined in compat.h 319/head
2016-04-17 svostGet rid of memset in stun.cpp
2016-04-17 svostGet rid of boost::array
2016-04-16 CryptoManiacProper randomization of stun requests.
2016-04-16 CryptoManiacFillRand()
2016-04-16 CryptoManiacMerge pull request #318 from svost/c++11
2016-04-16 svostFix after afe57947 318/head
2016-04-15 CryptoManiacMerge pull request #317 from svost/c++11
2016-04-15 svostRemove unused local var 317/head
2016-04-15 svostMSVC project update after 08e6908
2016-04-15 svostFix namespace collision (bind != ::bind)
2016-04-14 CryptoManiacMerge pull request #316 from svost/c++11
2016-04-14 svostWork around "ret > 0" situation 316/head
2016-04-14 svostHash.h cleanup
2016-04-14 svostHexBits restyle
2016-04-14 CryptoManiacGet rid of C style macros
2016-04-13 svostCleanup namespaces
2016-04-13 CryptoManiacReplace pchMessageStart with nNetworkID
2016-04-12 CryptoManiacMerge pull request #314 from svost/c++11
2016-04-12 CryptoManiacMinor restyle
2016-04-12 CryptoManiacAdd const qualifier for base_uint::size()
2016-04-12 CryptoManiacCPubKey::Verify() : Fix memory leak.
2016-04-12 svostTODO: get rid of memcpy,memset,memcmp 314/head
2016-04-12 svostCleanup namespaces
2016-04-12 svostRemove useless casts
2016-04-11 CryptoManiacMerge pull request #313 from svost/c++11
2016-04-11 CryptoManiacUse type-safe enum for opcodes.
2016-04-11 svostIt's c++11: pure use of strtoll 313/head
2016-04-11 CryptoManiacMerge branch 'c++11' of github.com:novacoin-project...
2016-04-11 CryptoManiacSilence signed comparison warning in MinGW.
2016-04-11 CryptoManiacMerge pull request #312 from svost/c++11
2016-04-11 CryptoManiacRemove legacy workarounds.
2016-04-11 svostDo not indent within a namespace 312/head
2016-04-11 CryptoManiacRemove MakeMockTXDB()
2016-04-11 CryptoManiacMinor restyling & disable STUN logging by default.
2016-04-08 CryptoManiacFix memory leak.
2016-04-08 CryptoManiacUse filesystem::remove instead of filesystem::remove_all.
2016-04-08 CryptoManiacAutomatically remove block index if its initialization...
2016-04-10 CryptoManiacMerge pull request #311 from svost/c++11
next