aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #1174 from sipa/torhsGregory Maxwell2012-06-231-0/+4
|\
| * Base32 encoding/decodingPieter Wuille2012-06-221-0/+4
* | Merge pull request #1458 from jgarzik/tracenetJeff Garzik2012-06-221-0/+1
|\ \ | |/ |/|
| * Introduce -debugnet option, thereby quieting some redundant debug messagesJeff Garzik2012-06-221-0/+1
* | Merge branch 'signbugs' of https://github.com/wizeman/bitcoinGavin Andresen2012-06-181-1/+1
|\ \ | |/ |/|
| * Move NOINLINE definition to test where it's used.Ricardo M. Correia2012-06-071-17/+0
| * Don't overflow integer on 32-bit machines.Ricardo M. Correia2012-06-071-1/+1
| * Fix noinline definition so that it works for more compilers.Ricardo M. Correia2012-05-311-0/+17
* | Refactor: move runCommand() to util.cppJeff Garzik2012-05-231-0/+1
* | Merge branch 'optimize'Gavin Andresen2012-05-221-0/+1
|\ \
| * | Refactor: GetRandHash() method for utilGavin Andresen2012-05-171-0/+1
* | | Merge pull request #917 from mndrix/reopen-log-filePieter Wuille2012-05-211-0/+1
|\ \ \
| * | | Reopen debug.log on SIGHUPMichael Hendricks2012-05-181-0/+1
* | | | Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+1
|\ \ \ \
| * | | | Update License in File HeadersFordy2012-05-181-1/+1
| |/ / /
* | | | Merge pull request #1302 from laanwj/2012_05_utilstringsWladimir J. van der Laan2012-05-201-5/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Get rid of snprintf (except one) with fixed buffers, shorten codeWladimir J. van der Laan2012-05-141-5/+1
| | |/ | |/|
* / | Add new utility functions FileCommit(), RenameOver()Jeff Garzik2012-05-161-0/+2
|/ /
* | Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI codeWladimir J. van der Laan2012-05-131-4/+0
* | 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