Merge pull request #296 from svost/patch
[novacoin.git] / src / util.cpp
2016-03-31 CryptoManiacStochastic broadcasting delay.
2016-03-14 svostFix msvc c4127 warning 290/head
2016-03-13 svostFix msvc c6262 warning: excessive stack usage
2016-03-12 CryptoManiacRevert "openssl: avoid config file load/race (see bitco...
2016-03-05 svostUseless pragma 286/head
2016-02-23 svostFormatMoney cleanup
2016-02-21 svostopenssl: avoid config file load/race (see bitcoin d4b1d5a) 282/head
2016-02-19 alexDon't inbclude listen port and testnet option into...
2016-02-12 svostFix V668 PVS Studio - deal with pointer and NULL 272/head
2015-10-01 svostGet rid of some msvc c4267 warnings 245/head
2015-09-30 svostAdded GetArgUInt function 243/head
2015-09-29 svostAdded GetArgInt function 242/head
2015-09-25 svostFix msvc c4267 warning 238/head
2015-09-22 CryptoManiacKeep old GetAdjustedTime() behavior if no NTP data...
2015-09-22 CryptoManiacAdditional randomization of NTP requests. Also add...
2015-09-21 CryptoManiacAutomatically choose between NTP, median peer time...
2015-05-18 CryptoManiacMerge pull request #225 from svost/msvc-C4244
2015-05-16 svostFix some msvc C4244 warnings, also useless cast (ptime) 225/head
2015-05-15 svostFix MSVC C4800: 'type' forcing value to bool 'true... 224/head
2015-04-22 svostFix MSVC C4146 warning. 214/head
2015-04-18 0xDEADFACEFix MinGW compilation issues.
2015-04-18 svostMerged https://github.com/bitcoin/bitcoin/commit/6032e4...
2015-04-17 0xDEADFACEMerge pull request #207 from svost/void-return
2015-04-17 svostПеренос данного коммита: 208/head
2015-04-16 svostMismatch of types: void and return. 207/head
2015-03-18 svostReplace non-threadsafe gmtime and setlocale 185/head
2015-03-02 fsb4000возвращение совместимости со старым boost 177/head
2015-02-12 fsb4000Изменено расположение комментариев в создающемся по... 157/head
2015-02-07 fsb4000Автоматическое создание novacoin.conf + кнопка для... 144/head
2015-01-25 CryptoManiacImprove Tor support
2015-01-23 fsb4000упрощение сборки Android клиента
2014-12-27 CryptoManiacCode cleanup
2014-12-18 CryptoManiacClean issues which some LLVM configurations don't like
2014-12-10 MASM fanMove stdarg.h to util.h
2014-11-12 Dmitriy Korniychukfix warnings
2014-10-30 fsb4000MSVC 37/head
2014-10-21 fsb4000Qt 5 compatibility
2014-10-13 fsb4000Update util.cpp 33/head
2014-07-10 CryptoManiacMove importwallet and dumpwallet implementations to...
2013-08-27 alexFix
2013-08-27 alexExclude CreatePidFile on Win32 platform
2013-08-24 alexRemove loop macro from util.h
2013-07-29 alexAdd timeoffset to getinfo output
2013-05-10 alexupdate to 0.4.1 v0.4.1-nvc
2013-04-15 alexhzupdate to 0.4 preview
2013-02-19 alexUpdate to 0.3.0 (New upstream + new RPC calls)
2013-02-10 BalthazarInitial commit of NovaCoin changes
2012-07-25 Sunny KingPPCoin: Change date display format and clean up a merge...
2012-07-23 Scott NadalMerge with Bitcoin v0.6.3
2012-07-10 Scott NadalPPCoin: Version number and rename checkpoint related...
2012-06-19 Gavin AndresenMerge branch '0.6.x' of git://gitorious.org/+bitcoin...
2012-06-19 Gavin AndresenRefactor: GetRandHash() method for util
2012-06-14 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-06-14 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-06-14 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-06-06 Michael HendricksSerialize access to debug.log stream
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-15 Gavin AndresenFix osx build
2012-05-04 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-04 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-02 Philip Kaufmannfix compiler warning "suggest parentheses around assign...
2012-05-01 Philip Kaufmannfix compiler warning "suggest parentheses around assign...
2012-04-24 Jeff GarzikMerge pull request #1140 from jgarzik/sign-compare
2012-04-23 Jeff GarzikAdd casts for unavoidable signed/unsigned comparisons
2012-04-22 Pieter WuilleMake GetDataDir return absolute paths
2012-04-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-22 Dwayne C. LitzenbergerFix bugs on 'unsigned char' platforms.
2012-04-22 Dwayne C. LitzenbergerFix bugs on 'unsigned char' platforms.
2012-04-22 Dwayne C. LitzenbergerFix phexdigits[255] is undefined.
2012-04-22 Dwayne C. LitzenbergerFix phexdigits[255] is undefined.
2012-04-18 Dwayne C. LitzenbergerFix bugs on 'unsigned char' platforms.
2012-04-18 Dwayne C. LitzenbergerFix phexdigits[255] is undefined.
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Pieter WuilleRemove headers.h
2012-04-17 Wladimir J. van... Remove unused and unreachable code
2012-04-16 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-16 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-04-15 Wladimir J. van... fix warnings: array subscript is of type 'char' [-Wchar...
2012-04-15 Wladimir J. van... work around issue in boost::program_options that preven...
2012-04-15 Wladimir J. van... fix warnings: array subscript is of type 'char' [-Wchar...
2012-04-15 Wladimir J. van... work around issue in boost::program_options that preven...
2012-04-13 Gavin AndresenMerge pull request #1087 from sipa/fix_1086
2012-04-13 Pieter WuilleFix #1086: add /testnet to passed datadir
2012-04-12 Gavin AndresenFix OSX build errors.
2012-04-11 Pieter WuilleUse filesystem::path instead of manual string tinkering
2012-04-11 Gavin AndresenRemove path.make_preferred() calls, and fix compiler...
2012-04-10 Pieter WuilleMerge pull request #1054 from sipa/buildinfo
2012-04-10 Pieter WuilleBuild identification strings
2012-04-09 Pieter WuilleMerge pull request #1052 from sipa/scopedlocks
2012-04-08 Pieter WuilleDo not report spurious deadlocks caused by TRY_LOCK
2012-04-08 Pieter WuilleSupport for parametrized locks in deadlock detector
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-06 Philip Kaufmannupdated util.cpp to use make_preferred()
2012-04-06 Pieter WuilleMerge pull request #1033 from sipa/wait
2012-04-05 Philip Kaufmannremoved obsolete boost workaround (boost ticket #4258)
2012-04-04 Pieter WuilleLocking system overhaul, add condition variables
2012-04-04 Wladimir J. van... qtui.h/noui.h interface cleanup
next