index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split synchronization mechanisms from util.{h,cpp}
Pieter Wuille
2012-05-11
1
-204
/
+0
*
Use polling instead of boost's broken semaphore on OSX
Pieter Wuille
2012-05-11
1
-0
/
+40
*
Use semaphores instead of condition variables
Pieter Wuille
2012-05-11
1
-15
/
+56
*
Merge pull request #1134 from Diapolo/util-updates
Jeff Garzik
2012-05-09
1
-0
/
+3
|
\
|
*
util.h/.ccp: modifiy some comments / rename MyGetSpecialFolderPath() -> GetSp...
Philip Kaufmann
2012-05-09
1
-0
/
+3
*
|
Fix DEBUG_LOCKCONTENTION
Matt Corallo
2012-05-09
1
-1
/
+3
|
/
*
remove duplicate definition of SecureString in util.h
Wladimir J. van der Laan
2012-05-01
1
-8
/
+0
*
Merge pull request #1140 from jgarzik/sign-compare
Jeff Garzik
2012-04-23
1
-2
/
+2
|
\
|
*
Change signed->unsigned at 3 code sites
Jeff Garzik
2012-04-23
1
-2
/
+2
*
|
Make GetDataDir return absolute paths
Pieter Wuille
2012-04-22
1
-1
/
+1
|
/
*
Integrate @JoelKatz's optimized ToHex (#562) into current HexStr function
Wladimir J. van der Laan
2012-04-21
1
-9
/
+14
*
Further reduce header dependencies
Pieter Wuille
2012-04-17
1
-1
/
+0
*
Remove headers.h
Pieter Wuille
2012-04-17
1
-4
/
+7
*
Remove obsolete Win32 AffinityBugWorkaround()
Jeff Garzik
2012-04-12
1
-20
/
+0
*
Use filesystem::path instead of manual string tinkering
Pieter Wuille
2012-04-11
1
-8
/
+8
*
Do not report spurious deadlocks caused by TRY_LOCK
Pieter Wuille
2012-04-09
1
-3
/
+3
*
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-09
1
-11
/
+4
*
Locking system overhaul, add condition variables
Pieter Wuille
2012-04-04
1
-51
/
+106
*
move translation function _ to qtui.h/noui.h instead of util.h
Wladimir J. van der Laan
2012-04-04
1
-7
/
+0
*
remove dependency on serialize.h and util.h for SecureString
Wladimir J. van der Laan
2012-04-04
1
-10
/
+0
*
VC2010 compile fixes
Wladimir J. van der Laan
2012-04-03
1
-2
/
+11
*
Begin doxygen-compatible comments
Pieter Wuille
2012-03-26
1
-4
/
+6
*
remove unused functions from util.h/util.cpp
Wladimir J. van der Laan
2012-03-25
1
-40
/
+0
*
Resolves issue #922 - "wallet passphrase timeout of several years doesn't work"
Gregory Maxwell
2012-03-10
1
-1
/
+3
*
Reworked QT settings
Gavin Andresen
2012-02-26
1
-1
/
+1
*
Macros for manual critical sections
Pieter Wuille
2012-02-11
1
-0
/
+6
*
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
*
Unit tests for the GetArg() methods
Gavin Andresen
2012-02-07
1
-23
/
+25
*
-bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...
Gavin Andresen
2012-02-06
1
-1
/
+1
*
Replace tabs with four spaces to comply with coding standard in doc/coding.txt
Lars Rasmusson
2012-01-14
1
-2
/
+2
*
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-13
1
-0
/
+1
*
Network stack refactor
Pieter Wuille
2012-01-06
1
-27
/
+3
*
Fix issue #659, and cleanup wallet/command-line argument handling a bit
Gavin Andresen
2012-01-03
1
-4
/
+21
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-22
/
+23
*
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
1
-23
/
+22
*
Merge pull request #673 from mndrix/less-time-data
Gavin Andresen
2011-12-20
1
-0
/
+10
|
\
|
*
Retain only the most recent time samples
Michael Hendricks
2011-12-01
1
-0
/
+10
*
|
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
1
-5
/
+1
*
|
Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all ...
Gavin Andresen
2011-12-19
1
-21
/
+1
*
|
Merge pull request #707 from gavinandresen/BIP14
Gavin Andresen
2011-12-19
1
-2
/
+2
|
\
\
|
*
|
Implement BIP 14 : separate protocol version from client version
Gavin Andresen
2011-12-19
1
-2
/
+2
|
|
/
*
/
Move more newlines out of strings, and fix translations.
Gavin Andresen
2011-12-16
1
-1
/
+0
|
/
*
Implement an mlock()'d string class for storing passphrases
Dylan Noblesmith
2011-11-26
1
-0
/
+4
*
Cleaned up the critical section macros.
Clark Gaebel
2011-11-02
1
-9
/
+15
*
Fix build on windows and mac
Gavin Andresen
2011-10-07
1
-9
/
+9
*
Fix for 64bit build
Victor Leschuk
2011-10-06
1
-2
/
+2
*
simpler ByteReverse
Nils Schneider
2011-09-30
1
-20
/
+1
*
remove cryptopp dependency, add simple unittest for SHA256Transform()
Nils Schneider
2011-09-30
1
-0
/
+25
*
Merge pull request #524 from sipa/signandverif
Gavin Andresen
2011-09-30
1
-0
/
+4
|
\
|
*
Inline base64 encoder/decoder
Pieter Wuille
2011-09-27
1
-1
/
+4
[next]