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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Add new utility functions FileCommit(), RenameOver()
Jeff Garzik
2012-05-16
1
-0
/
+21
*
|
|
ensure that no double timestamps show up in the debug.log, by removing manual...
Philip Kaufmann
2012-05-13
1
-1
/
+1
|
/
/
*
|
Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code
Wladimir J. van der Laan
2012-05-13
1
-143
/
+0
*
|
Split synchronization mechanisms from util.{h,cpp}
Pieter Wuille
2012-05-11
1
-123
/
+9
*
|
Fix osx build
Gavin Andresen
2012-05-09
1
-1
/
+1
*
|
util.h/.ccp: modifiy some comments / rename MyGetSpecialFolderPath() -> GetSp...
Philip Kaufmann
2012-05-09
1
-44
/
+29
*
|
Merge pull request #1187 from TheBlueMatt/win32_ie
Wladimir J. van der Laan
2012-05-05
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Update to require IE 5.1 as it is required on mingw64.
Matt Corallo
2012-05-02
1
-1
/
+1
*
|
fix compiler warning "suggest parentheses around assignment used as truth
Philip Kaufmann
2012-05-01
1
-1
/
+1
|
/
*
Merge pull request #1140 from jgarzik/sign-compare
Jeff Garzik
2012-04-23
1
-1
/
+1
|
\
|
*
Add casts for unavoidable signed/unsigned comparisons
Jeff Garzik
2012-04-23
1
-1
/
+1
*
|
Make GetDataDir return absolute paths
Pieter Wuille
2012-04-22
1
-4
/
+7
|
/
*
Fix bugs on 'unsigned char' platforms.
Dwayne C. Litzenberger
2012-04-18
1
-4
/
+4
*
Fix phexdigits[255] is undefined.
Dwayne C. Litzenberger
2012-04-18
1
-1
/
+1
*
Further reduce header dependencies
Pieter Wuille
2012-04-17
1
-0
/
+1
*
Remove headers.h
Pieter Wuille
2012-04-17
1
-1
/
+170
*
Remove unused and unreachable code
Wladimir J. van der Laan
2012-04-17
1
-1
/
+0
*
fix warnings: array subscript is of type 'char' [-Wchar-subscripts]
Wladimir J. van der Laan
2012-04-15
1
-3
/
+3
*
work around issue in boost::program_options that prevents from compiling in c...
Wladimir J. van der Laan
2012-04-15
1
-0
/
+11
*
Merge pull request #1087 from sipa/fix_1086
Gavin Andresen
2012-04-12
1
-2
/
+2
|
\
|
*
Fix #1086: add /testnet to passed datadir
Pieter Wuille
2012-04-13
1
-2
/
+2
*
|
Fix OSX build errors.
Gavin Andresen
2012-04-12
1
-1
/
+1
|
/
*
Use filesystem::path instead of manual string tinkering
Pieter Wuille
2012-04-11
1
-83
/
+59
*
Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: ...
Gavin Andresen
2012-04-11
1
-3
/
+0
*
Merge pull request #1054 from sipa/buildinfo
Pieter Wuille
2012-04-10
1
-6
/
+1
|
\
|
*
Build identification strings
Pieter Wuille
2012-04-10
1
-6
/
+1
*
|
Merge pull request #1052 from sipa/scopedlocks
Pieter Wuille
2012-04-09
1
-12
/
+12
|
\
\
|
*
|
Do not report spurious deadlocks caused by TRY_LOCK
Pieter Wuille
2012-04-09
1
-4
/
+4
|
*
|
Support for parametrized locks in deadlock detector
Pieter Wuille
2012-04-09
1
-9
/
+9
|
*
|
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-09
1
-1
/
+1
|
|
/
*
/
updated util.cpp to use make_preferred()
Philip Kaufmann
2012-04-06
1
-9
/
+14
|
/
*
Merge pull request #1033 from sipa/wait
Pieter Wuille
2012-04-06
1
-52
/
+4
|
\
|
*
Locking system overhaul, add condition variables
Pieter Wuille
2012-04-04
1
-52
/
+4
*
|
removed obsolete boost workaround (boost ticket #4258)
Philip Kaufmann
2012-04-05
1
-10
/
+0
|
/
*
qtui.h/noui.h interface cleanup
Wladimir J. van der Laan
2012-04-04
1
-1
/
+1
*
VC2010 compile fixes
Wladimir J. van der Laan
2012-04-03
1
-4
/
+4
*
remove unused functions from util.h/util.cpp
Wladimir J. van der Laan
2012-03-25
1
-11
/
+0
*
Merge branch '2012_02_getspecialfolderpath_overflow' of https://github.com/la...
Gavin Andresen
2012-02-28
1
-33
/
+10
|
\
|
*
Simplify MyGetSpecialFolderPath and fix possible buffer overflow (#901)
Wladimir J. van der Laan
2012-02-26
1
-33
/
+10
*
|
Reworked QT settings
Gavin Andresen
2012-02-26
1
-2
/
+16
|
/
*
Fix #846. Allow negative options such as "nolisten=1" in bitcoin.conf as wel...
Chris Moore
2012-02-16
1
-11
/
+21
*
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
*
New GetArg features: allow --, and booleans can be -foo or -nofoo
Gavin Andresen
2012-02-07
1
-0
/
+28
*
Unit tests for the GetArg() methods
Gavin Andresen
2012-02-07
1
-1
/
+26
*
-bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...
Gavin Andresen
2012-02-06
1
-1
/
+1
*
Add DEBUG_LOCKCONTENTION, to warn each time a thread waits to lock.
Matt Corallo
2012-01-21
1
-1
/
+22
*
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-13
1
-18
/
+28
*
Network stack refactor
Pieter Wuille
2012-01-06
1
-3
/
+3
*
Fix issue #659, and cleanup wallet/command-line argument handling a bit
Gavin Andresen
2012-01-03
1
-0
/
+17
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-30
/
+27
[prev]
[next]