Merge pull request #357 from svost/c++11
[novacoin.git] / src /
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.
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 svostAll of them uint256 338/head
2016-05-01 svostNever used
2016-05-01 svostPass as constant reference
2016-05-01 svostPass as constant reference 337/head
2016-04-30 svostCode cleanup 336/head
2016-04-30 CryptoManiacPrevent compiler from optimizing this flag out
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 svostWip: more compact serialize.h 332/head
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-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 svostMake walletdb.h little compact 328/head
2016-04-21 svostMake net.h little compact 327/head
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 svostSame as d11602b 325/head
2016-04-16 CryptoManiacRemove DEBUG_ADDRMAN
2016-04-20 svostMake addrman.h little compact 324/head
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 svostHash.h: use native uint256.begin() and uint256.size() 322/head
2016-04-18 svostJust a memo: deal with -Wcast-qual check. 321/head
2016-04-17 svostGet rid of ifdef WIN32 320/head
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 svostFix after afe57947 318/head
2016-04-15 svostRemove unused local var 317/head
2016-04-15 svostFix namespace collision (bind != ::bind)
2016-04-14 svostWork around "ret > 0" situation 316/head
2016-04-14 svostHash.h cleanup
next