Replace boost/date_time with c++11 in util.h
[novacoin.git] / src / util.h
2016-09-15 svostReplace boost/date_time with c++11 in util.h 350/head
2016-05-01 svostNever used
2016-04-19 svostJust use std::to_string
2016-04-16 CryptoManiacFillRand()
2016-04-11 svostIt's c++11: pure use of strtoll 313/head
2016-04-10 CryptoManiacRevert commit 65c601e3aa895b0dd357513ef02314b86fc66173...
2016-04-10 svostJob done: cut off ARRAYLEN macro 309/head
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-08 CryptoManiacWe're using milliseconds.
2016-04-08 svostSome replacement with std::chrono,thread 304/head
2016-03-31 CryptoManiacStochastic broadcasting delay.
2016-03-17 svostInitializing: type mismatch 291/head
2016-02-24 svostIntroduce nOneWeek constant
2015-10-19 CryptoManiacSilence compiler warnings on Windows related to MinGWs...
2015-10-14 svostSmall code fixes: 252/head
2015-10-03 CryptoManiacDefine nOneDay and nOneHour constants.
2015-09-30 svostAdded GetArgUInt function 243/head
2015-09-29 svostAdded GetArgInt function 242/head
2015-09-22 CryptoManiacAdditional randomization of NTP requests. Also add...
2015-04-16 svostMismatch of types: void and return. 207/head
2015-03-18 svostReplace non-threadsafe gmtime and setlocale 185/head
2015-01-01 MASM fanFix forced %llx issue with MinGW, remove unnecessary...
2015-01-01 MASM fanRemove unicode symbol at the beginning of util.h
2015-01-01 0xDEADFACEMerge pull request #90 from fsb4000/RPC
2015-01-01 fsb4000Try more than the first address for a DNS -addnode.
2014-12-28 fsb4000MSVC compatibility
2014-12-27 CryptoManiacCode cleanup
2014-12-18 CryptoManiacClean issues which some LLVM configurations don't like
2014-12-14 fsb4000обновление библиотек 80/head
2014-12-10 MASM fanMove stdarg.h to util.h
2014-07-12 CryptoManiacSplit off hash.h from util.h
2014-07-10 CryptoManiacMove importwallet and dumpwallet implementations to...
2014-01-02 alexCompatibility improvements
2013-09-28 alexRemove legacy code, bump version number
2013-08-27 alexExclude CreatePidFile on Win32 platform
2013-08-24 alexRemove loop macro from util.h
2013-08-24 alexMitigate Timing Attacks On Basic RPC Authorization
2013-07-29 alexAdd timeoffset to getinfo output
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-31 Richard SmithPPCoin: Fix timestamp format for windows build
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-06-29 Richard SmithPPCoin: Windows commandline build
2012-06-19 Gavin AndresenMerge branch '0.6.x' of git://gitorious.org/+bitcoin...
2012-06-19 Gavin AndresenRefactor: GetRandHash() method for util
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 Matt CoralloFix DEBUG_LOCKCONTENTION
2012-05-10 Pieter WuilleUse polling instead of boost's broken semaphore on OSX
2012-05-10 Pieter WuilleUse semaphores instead of condition variables
2012-05-10 Gavin AndresenRevert "Fix 100% cpu usage on osx bug"
2012-05-09 Gavin AndresenFix 100% cpu usage on osx bug
2012-05-01 Wladimir J. van... remove duplicate definition of SecureString in util.h
2012-04-24 Jeff GarzikMerge pull request #1140 from jgarzik/sign-compare
2012-04-23 Jeff GarzikChange signed->unsigned at 3 code sites
2012-04-22 Pieter WuilleMake GetDataDir return absolute paths
2012-04-21 Wladimir J. van... Integrate @JoelKatz's optimized ToHex (#562) into curre...
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Pieter WuilleRemove headers.h
2012-04-12 Jeff GarzikRemove obsolete Win32 AffinityBugWorkaround()
2012-04-11 Pieter WuilleUse filesystem::path instead of manual string tinkering
2012-04-08 Pieter WuilleDo not report spurious deadlocks caused by TRY_LOCK
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-04 Pieter WuilleLocking system overhaul, add condition variables
2012-04-04 Wladimir J. van... move translation function _ to qtui.h/noui.h instead...
2012-04-04 Wladimir J. van... remove dependency on serialize.h and util.h for SecureS...
2012-04-03 Wladimir J. van... VC2010 compile fixes
2012-03-30 Sunny KingPPCoin: Stack trace dump for ReadCompactSize() exception
2012-03-26 Pieter WuilleBegin doxygen-compatible comments
2012-03-25 Wladimir J. van... remove unused functions from util.h/util.cpp
2012-03-12 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-03-12 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-12 Gregory MaxwellResolves issue #922 - "wallet passphrase timeout of...
2012-03-10 Gregory MaxwellResolves issue #922 - "wallet passphrase timeout of...
2012-02-26 Gavin AndresenReworked QT settings
2012-02-17 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-02-17 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-17 Pieter WuilleMacros for manual critical sections
2012-02-11 Pieter WuilleMacros for manual critical sections
2012-02-08 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-02-08 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-02-07 Gavin AndresenUnit tests for the GetArg() methods
2012-02-06 Gavin Andresen-bip16 option (default: 1) to support / not support...
2012-01-24 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-01-24 Lars RasmussonReplace tabs with four spaces to comply with coding...
2012-01-14 Lars RasmussonReplace tabs with four spaces to comply with coding...
2012-01-13 Gavin AndresenReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP...
2012-01-06 Pieter WuilleNetwork stack refactor
2012-01-03 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2012-01-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-01-03 Gavin AndresenFix issue #659, and cleanup wallet/command-line argumen...
2012-01-03 Gavin AndresenFix issue #659, and cleanup wallet/command-line argumen...
next