index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util.cpp
Age
Commit message (
Expand
)
Author
2012-05-23
Refactor: move runCommand() to util.cpp
Jeff Garzik
2012-05-22
Merge branch 'optimize'
Gavin Andresen
2012-05-21
Merge pull request #917 from mndrix/reopen-log-file
Pieter Wuille
2012-05-20
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
Make testcases build, prevent windows symbol collision
Wladimir J. van der Laan
2012-05-20
Convert UI interface to boost::signals2.
Wladimir J. van der Laan
2012-05-20
Merge pull request #1302 from laanwj/2012_05_utilstrings
Wladimir J. van der Laan
2012-05-18
Reopen debug.log on SIGHUP
Michael Hendricks
2012-05-18
Serialize access to debug.log stream
Michael Hendricks
2012-05-18
Use boost::thread locking instead of interprocess
Pieter Wuille
2012-05-18
Update License in File Headers
Fordy
2012-05-17
Refactor: GetRandHash() method for util
Gavin Andresen
2012-05-17
fix RenameOver() and FileCommit() functions, to not generate compilation errors
Philip Kaufmann
2012-05-16
Add new utility functions FileCommit(), RenameOver()
Jeff Garzik
2012-05-14
Get rid of snprintf (except one) with fixed buffers, shorten code
Wladimir J. van der Laan
2012-05-13
ensure that no double timestamps show up in the debug.log, by removing manual...
Philip Kaufmann
2012-05-13
Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code
Wladimir J. van der Laan
2012-05-11
Split synchronization mechanisms from util.{h,cpp}
Pieter Wuille
2012-05-09
Fix osx build
Gavin Andresen
2012-05-09
util.h/.ccp: modifiy some comments / rename MyGetSpecialFolderPath() -> GetSp...
Philip Kaufmann
2012-05-05
Merge pull request #1187 from TheBlueMatt/win32_ie
Wladimir J. van der Laan
2012-05-02
Update to require IE 5.1 as it is required on mingw64.
Matt Corallo
2012-05-01
fix compiler warning "suggest parentheses around assignment used as truth
Philip Kaufmann
2012-04-23
Merge pull request #1140 from jgarzik/sign-compare
Jeff Garzik
2012-04-23
Add casts for unavoidable signed/unsigned comparisons
Jeff Garzik
2012-04-22
Make GetDataDir return absolute paths
Pieter Wuille
2012-04-18
Fix bugs on 'unsigned char' platforms.
Dwayne C. Litzenberger
2012-04-18
Fix phexdigits[255] is undefined.
Dwayne C. Litzenberger
2012-04-17
Further reduce header dependencies
Pieter Wuille
2012-04-17
Remove headers.h
Pieter Wuille
2012-04-17
Remove unused and unreachable code
Wladimir J. van der Laan
2012-04-15
fix warnings: array subscript is of type 'char' [-Wchar-subscripts]
Wladimir J. van der Laan
2012-04-15
work around issue in boost::program_options that prevents from compiling in c...
Wladimir J. van der Laan
2012-04-12
Merge pull request #1087 from sipa/fix_1086
Gavin Andresen
2012-04-13
Fix #1086: add /testnet to passed datadir
Pieter Wuille
2012-04-12
Fix OSX build errors.
Gavin Andresen
2012-04-11
Use filesystem::path instead of manual string tinkering
Pieter Wuille
2012-04-11
Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: ...
Gavin Andresen
2012-04-10
Merge pull request #1054 from sipa/buildinfo
Pieter Wuille
2012-04-10
Build identification strings
Pieter Wuille
2012-04-09
Merge pull request #1052 from sipa/scopedlocks
Pieter Wuille
2012-04-09
Do not report spurious deadlocks caused by TRY_LOCK
Pieter Wuille
2012-04-09
Support for parametrized locks in deadlock detector
Pieter Wuille
2012-04-09
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-06
updated util.cpp to use make_preferred()
Philip Kaufmann
2012-04-06
Merge pull request #1033 from sipa/wait
Pieter Wuille
2012-04-05
removed obsolete boost workaround (boost ticket #4258)
Philip Kaufmann
2012-04-04
Locking system overhaul, add condition variables
Pieter Wuille
2012-04-04
qtui.h/noui.h interface cleanup
Wladimir J. van der Laan
2012-04-03
VC2010 compile fixes
Wladimir J. van der Laan
[next]