aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Expand)Author
2012-06-21Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-06-20Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-06-18Don't overflow integer on 32-bit machines.Ricardo M. Correia
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-05-20Update License in File HeadersFordy
2012-05-20Update License in File HeadersFordy
2012-05-20Update License in File HeadersFordy
2012-03-26Begin doxygen-compatible commentsPieter Wuille
2012-03-25remove unused functions from util.h/util.cppWladimir J. van der Laan
2012-03-11Merge branch '0.5.0.x' into 0.5.xv0.5.3rc4v0.5.3Luke Dashjr
2012-03-11Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-03-11Resolves issue #922 - "wallet passphrase timeout of several years doesn't work"Gregory Maxwell
2012-03-10Resolves issue #922 - "wallet passphrase timeout of several years doesn't work"Gregory Maxwell
2012-02-26Reworked QT settingsGavin Andresen
2012-02-17Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-02-17Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-02-17Macros for manual critical sectionsPieter Wuille
2012-02-11Macros for manual critical sectionsPieter Wuille
2012-02-07Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-02-07Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-02-07Update copyrights to 2012 for files modified this yearLuke Dashjr
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-02-07Unit tests for the GetArg() methodsGavin Andresen
2012-02-06-bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...Gavin Andresen
2012-01-23Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-01-23Replace tabs with four spaces to comply with coding standard in doc/coding.txtLars Rasmusson
2012-01-14Replace tabs with four spaces to comply with coding standard in doc/coding.txtLars Rasmusson
2012-01-13Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen
2012-01-06Network stack refactorPieter Wuille
2012-01-03Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-01-03Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-01-03Fix issue #659, and cleanup wallet/command-line argument handling a bitGavin Andresen
2012-01-03Fix issue #659, and cleanup wallet/command-line argument handling a bitGavin Andresen
2011-12-23Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Implement an mlock()'d string class for storing passphrasesDylan Noblesmith
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-20Merge pull request #673 from mndrix/less-time-dataGavin Andresen
2011-12-19Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2011-12-19Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all ...Gavin Andresen
2011-12-19Merge pull request #707 from gavinandresen/BIP14Gavin Andresen
2011-12-19Implement BIP 14 : separate protocol version from client versionGavin Andresen
2011-12-16Move more newlines out of strings, and fix translations.Gavin Andresen
2011-12-01Retain only the most recent time samplesMichael Hendricks
2011-11-26Implement an mlock()'d string class for storing passphrasesDylan Noblesmith
2011-11-02Cleaned up the critical section macros.Clark Gaebel
2011-10-07Fix for 64bit buildVictor Leschuk
2011-10-07Fix build on windows and macGavin Andresen
2011-10-06Fix for 64bit buildVictor Leschuk