Update License in File Headers
[novacoin.git] / src / util.cpp
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
2012-04-03 Wladimir J. van... VC2010 compile fixes
2012-03-25 Wladimir J. van... remove unused functions from util.h/util.cpp
2012-03-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-03-03 Luke DashjrBugfix: Fix possible buffer overflow (#901)
2012-03-03 Luke DashjrBugfix: Check return value of SHGetSpecialFolderPath...
2012-02-28 Gavin AndresenMerge branch '2012_02_getspecialfolderpath_overflow...
2012-02-26 Gavin AndresenReworked QT settings
2012-02-26 Wladimir J. van... Simplify MyGetSpecialFolderPath and fix possible buffer...
2012-02-16 Chris MooreFix #846. Allow negative options such as "nolisten...
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 AndresenNew GetArg features: allow --, and booleans can be...
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-21 Matt CoralloAdd DEBUG_LOCKCONTENTION, to warn each time a thread...
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.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...
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-20 Gavin AndresenMerge pull request #673 from mndrix/less-time-data
2011-12-20 Gavin AndresenUse std::numeric_limits<> for typesafe INT_MAX/etc
2011-12-19 Gavin AndresenImplement BIP 14 : separate protocol version from clien...
2011-12-02 Michael HendricksRetain only the most recent time samples
2011-12-02 Michael HendricksOnly log time samples in debug mode
2011-10-07 Gavin AndresenFix build on windows and mac
2011-10-01 Wladimir J. van... remove possibility of 63 bit overflow in ParseMoney
2011-10-01 Wladimir J. van... remove possibility of 63 bit overflow in ParseMoney
2011-09-27 Pieter WuilleInline base64 encoder/decoder
2011-09-27 JoelKatzFaster Base64 decoder.
2011-09-26 Gavin AndresenRemove wxWidgets
2011-09-26 Gavin AndresenMerge pull request #517 from gavinandresen/DoSprevention
2011-09-21 Gavin AndresenSetMockTime() for cleaner unit testing
2011-09-03 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-02 Gavin AndresenIf compiled -DDEBUG_LOCKORDER and run with -debug,...
2011-09-02 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-31 Gavin AndresenHighlight mis-matching locks
2011-08-22 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-17 Gavin AndresenCompile with DEBUG_LOCKORDER to detect inconsistent...
2011-08-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-09 Matt CoralloUnify copyright notices.
2011-07-15 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-13 Giel van Schijndelfix warnings: using the result of an assignment as...
2011-07-07 Wladimir J. van... Sync to bitcoin git e94010b2395694d56dd6
2011-07-07 Wladimir J. van... temp patch for qtui
2011-07-04 Gavin AndresenDo not use comma as thousands separator
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-20 markfixes for mac build
2011-06-19 Shane WegnerFix missing includes needed for Boost 1.46.
2011-06-18 Wladimir J. van... update bitcoin core from git (eeac8727bc0a951631bd)
2011-06-14 Jeff GarzikMerge pull request #226 from jordanlewis/betterheaders
2011-06-14 Jeff GarzikFormatFullVersion: build fix related to recent translat...
2011-06-13 Wladimir J. van... Internationalization -- initial step, make _ return...
2011-06-11 Han Lin YapDouble check translation and improved a translation...
2011-06-11 Wladimir J. van... move back to original directory structure
2011-05-26 Matt CoralloFixes #240 and #244 - delete delete[] mismatch.
next