Update License in File Headers
[novacoin.git] / src / util.h
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-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...
2011-12-23 Luke DashjrMerge branch '0.5.0.x' into 0.5.x
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
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-20 Gavin AndresenCleanup: removed dead code, and use C99 typedefs for...
2011-12-19 Gavin AndresenMerge pull request #707 from gavinandresen/BIP14
2011-12-19 Gavin AndresenImplement BIP 14 : separate protocol version from clien...
2011-12-16 Gavin AndresenMove more newlines out of strings, and fix translations.
2011-12-02 Michael HendricksRetain only the most recent time samples
2011-11-26 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
2011-11-02 Clark GaebelCleaned up the critical section macros.
2011-10-07 Victor LeschukFix for 64bit build
2011-10-07 Gavin AndresenFix build on windows and mac
2011-10-06 Victor LeschukFix for 64bit build
2011-09-30 Nils Schneidersimpler ByteReverse
2011-09-30 Nils Schneiderremove cryptopp dependency, add simple unittest for...
2011-09-30 Gavin AndresenMerge pull request #524 from sipa/signandverif
2011-09-29 Wladimir J. van... Add assertion size>0 to MedianFilter
2011-09-28 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-28 Wladimir J. van... use median filter for peer-reported reported number...
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-06 Jeff GarzikRevert "Define MSG_NOSIGNAL to 0 on platforms where...
2011-09-06 Venkatesh SrinivasDefine MSG_NOSIGNAL to 0 on platforms where it is unava...
2011-09-02 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-22 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-19 Giel van SchijndelMove func 'REF' from util.h to serialize.h
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-08-06 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-25 JoelKatzFix UNIX-specific thread handle leak.
2011-07-15 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-13 Giel van Schijndelfix warnings: expression result unused [-Wunused-value]
2011-07-13 Giel van Schijndelfix warning on 64bit systems: cast to pointer from...
2011-07-07 Wladimir J. van... temp patch for qtui
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
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-13 Wladimir J. van... Internationalization -- initial step, make _ return...
2011-06-12 Wladimir J. van... update bitcoin core to git ce148944c776ae8e91cc058f44dd...
2011-06-11 Pieter WuilleFaster timeout when connecting
2011-06-11 Wladimir J. van... move back to original directory structure
2011-05-17 Jordan LewisOnly include certain boost headers if necessary.
2011-05-15 Gavin AndresenBuild error mingw, missing std::
2011-05-15 Wladimir J. van... make bitcoin include files more modular
2011-04-23 Jaromildirectory re-organization (keeps the old build system)