novacoin.git
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
2016-04-10 CryptoManiacRevert commit 65c601e3aa895b0dd357513ef02314b86fc66173...
2016-04-10 svostDNSNode: fix source name 311/head
2016-04-10 CryptoManiacnet.cpp: don't import boost namespace.
2016-04-10 CryptoManiacUpdate seed nodes.
2016-04-10 CryptoManiacMerge pull request #309 from svost/c++11
2016-04-10 svostJob done: cut off ARRAYLEN macro 309/head
2016-04-10 svostWip: get rid of ARRAYLEN macro
2016-04-10 CryptoManiacMerge pull request #308 from svost/c++11
2016-04-10 svostAll of them uint256: let's use begin() and end() 308/head
2016-04-10 CryptoManiacPass strName parameter by reference.
2016-04-10 CryptoManiacMerge pull request #307 from svost/c++11
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
next