aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* Split synchronization mechanisms from util.{h,cpp}Pieter Wuille2012-05-111-204/+0
* Use polling instead of boost's broken semaphore on OSXPieter Wuille2012-05-111-0/+40
* Use semaphores instead of condition variablesPieter Wuille2012-05-111-15/+56
* Merge pull request #1134 from Diapolo/util-updatesJeff Garzik2012-05-091-0/+3
|\
| * util.h/.ccp: modifiy some comments / rename MyGetSpecialFolderPath() -> GetSp...Philip Kaufmann2012-05-091-0/+3
* | Fix DEBUG_LOCKCONTENTIONMatt Corallo2012-05-091-1/+3
|/
* remove duplicate definition of SecureString in util.hWladimir J. van der Laan2012-05-011-8/+0
* Merge pull request #1140 from jgarzik/sign-compareJeff Garzik2012-04-231-2/+2
|\
| * Change signed->unsigned at 3 code sitesJeff Garzik2012-04-231-2/+2
* | Make GetDataDir return absolute pathsPieter Wuille2012-04-221-1/+1
|/
* Integrate @JoelKatz's optimized ToHex (#562) into current HexStr functionWladimir J. van der Laan2012-04-211-9/+14
* Further reduce header dependenciesPieter Wuille2012-04-171-1/+0
* Remove headers.hPieter Wuille2012-04-171-4/+7
* Remove obsolete Win32 AffinityBugWorkaround()Jeff Garzik2012-04-121-20/+0
* Use filesystem::path instead of manual string tinkeringPieter Wuille2012-04-111-8/+8
* Do not report spurious deadlocks caused by TRY_LOCKPieter Wuille2012-04-091-3/+3
* Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-11/+4
* Locking system overhaul, add condition variablesPieter Wuille2012-04-041-51/+106
* move translation function _ to qtui.h/noui.h instead of util.hWladimir J. van der Laan2012-04-041-7/+0
* remove dependency on serialize.h and util.h for SecureStringWladimir J. van der Laan2012-04-041-10/+0
* VC2010 compile fixesWladimir J. van der Laan2012-04-031-2/+11
* Begin doxygen-compatible commentsPieter Wuille2012-03-261-4/+6
* remove unused functions from util.h/util.cppWladimir J. van der Laan2012-03-251-40/+0
* Resolves issue #922 - "wallet passphrase timeout of several years doesn't work"Gregory Maxwell2012-03-101-1/+3
* Reworked QT settingsGavin Andresen2012-02-261-1/+1
* Macros for manual critical sectionsPieter Wuille2012-02-111-0/+6
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Unit tests for the GetArg() methodsGavin Andresen2012-02-071-23/+25
* -bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...Gavin Andresen2012-02-061-1/+1
* Replace tabs with four spaces to comply with coding standard in doc/coding.txtLars Rasmusson2012-01-141-2/+2
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-0/+1
* Network stack refactorPieter Wuille2012-01-061-27/+3
* Fix issue #659, and cleanup wallet/command-line argument handling a bitGavin Andresen2012-01-031-4/+21
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-22/+23
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-23/+22
* Merge pull request #673 from mndrix/less-time-dataGavin Andresen2011-12-201-0/+10
|\
| * Retain only the most recent time samplesMichael Hendricks2011-12-011-0/+10
* | Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2011-12-191-5/+1
* | Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all ...Gavin Andresen2011-12-191-21/+1
* | Merge pull request #707 from gavinandresen/BIP14Gavin Andresen2011-12-191-2/+2
|\ \
| * | Implement BIP 14 : separate protocol version from client versionGavin Andresen2011-12-191-2/+2
| |/
* / Move more newlines out of strings, and fix translations.Gavin Andresen2011-12-161-1/+0
|/
* Implement an mlock()'d string class for storing passphrasesDylan Noblesmith2011-11-261-0/+4
* Cleaned up the critical section macros.Clark Gaebel2011-11-021-9/+15
* Fix build on windows and macGavin Andresen2011-10-071-9/+9
* Fix for 64bit buildVictor Leschuk2011-10-061-2/+2
* simpler ByteReverseNils Schneider2011-09-301-20/+1
* remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider2011-09-301-0/+25
* Merge pull request #524 from sipa/signandverifGavin Andresen2011-09-301-0/+4
|\
| * Inline base64 encoder/decoderPieter Wuille2011-09-271-1/+4