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-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
2012-03-25
remove unused functions from util.h/util.cpp
Wladimir J. van der Laan
2012-02-28
Merge branch '2012_02_getspecialfolderpath_overflow' of https://github.com/la...
Gavin Andresen
2012-02-26
Reworked QT settings
Gavin Andresen
2012-02-26
Simplify MyGetSpecialFolderPath and fix possible buffer overflow (#901)
Wladimir J. van der Laan
2012-02-16
Fix #846. Allow negative options such as "nolisten=1" in bitcoin.conf as wel...
Chris Moore
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-02-07
New GetArg features: allow --, and booleans can be -foo or -nofoo
Gavin Andresen
2012-02-07
Unit tests for the GetArg() methods
Gavin Andresen
2012-02-06
-bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...
Gavin Andresen
2012-01-21
Add DEBUG_LOCKCONTENTION, to warn each time a thread waits to lock.
Matt Corallo
2012-01-13
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-06
Network stack refactor
Pieter Wuille
2012-01-03
Fix issue #659, and cleanup wallet/command-line argument handling a bit
Gavin Andresen
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
Merge pull request #673 from mndrix/less-time-data
Gavin Andresen
2011-12-19
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
Implement BIP 14 : separate protocol version from client version
Gavin Andresen
2011-12-01
Retain only the most recent time samples
Michael Hendricks
2011-12-01
Only log time samples in debug mode
Michael Hendricks
2011-10-07
Fix build on windows and mac
Gavin Andresen
2011-10-01
remove possibility of 63 bit overflow in ParseMoney
Wladimir J. van der Laan
2011-09-27
Inline base64 encoder/decoder
Pieter Wuille
2011-09-27
Faster Base64 decoder.
JoelKatz
2011-09-26
Remove wxWidgets
Gavin Andresen
2011-09-26
Merge pull request #517 from gavinandresen/DoSprevention
Gavin Andresen
2011-09-21
SetMockTime() for cleaner unit testing
Gavin Andresen
2011-09-03
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-02
If compiled -DDEBUG_LOCKORDER and run with -debug, print out every mutex lock...
Gavin Andresen
2011-09-02
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-31
Highlight mis-matching locks
Gavin Andresen
2011-08-22
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-17
Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can c...
Gavin Andresen
[prev]
[next]