Update CMakeLists.txt - play with openssl
[novacoin.git] / src / util.cpp
2022-02-15 svostCreate allocatorc.cpp file
2022-02-15 svostFix windows target build
2022-02-15 svostHeaders cleanup
2022-02-13 svostMove rand functions from util to new random.h/.cpp
2022-02-10 svostIncludes cleanup
2022-01-08 svostDrop some boost deps
2022-01-06 svostNo more boost::mutex in code
2022-01-04 svostport code from +17 branch, fix operator *=
2022-01-02 svostRemove boost foreach macro
2022-01-02 svostSet _WIN32_WINNT to windows 7
2021-12-26 svostRemove ancient code
2021-12-20 CryptoManiacCreate CMakeLists.txt for Qt project
2021-12-20 CryptoManiac__APPLE
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.
next