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
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
2011-08-16
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-09
Unify copyright notices.
Matt Corallo
2011-07-15
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-07-13
fix warnings: using the result of an assignment as a condition without parent...
Giel van Schijndel
2011-07-07
Sync to bitcoin git e94010b2395694d56dd6
Wladimir J. van der Laan
2011-07-04
Do not use comma as thousands separator
Gavin Andresen
2011-06-26
update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)
Wladimir J. van der Laan
2011-06-20
fixes for mac build
mark
2011-06-19
Fix missing includes needed for Boost 1.46.
Shane Wegner
2011-06-18
update bitcoin core from git (eeac8727bc0a951631bd)
Wladimir J. van der Laan
2011-06-14
Merge pull request #226 from jordanlewis/betterheaders
Jeff Garzik
2011-06-14
FormatFullVersion: build fix related to recent translation improvement
Jeff Garzik
2011-06-13
Internationalization -- initial step, make _ return a std::string to prevent ...
Wladimir J. van der Laan
2011-06-12
Double check translation and improved a translation string
Han Lin Yap
2011-06-11
move back to original directory structure
Wladimir J. van der Laan
2011-05-26
Fixes #240 and #244 - delete delete[] mismatch.
Matt Corallo
2011-05-17
Only include certain boost headers if necessary.
Jordan Lewis
2011-05-15
Only include strlcpy.h when we have to
Jordan Lewis
2011-05-15
make bitcoin include files more modular
Wladimir J. van der Laan
2011-04-23
directory re-organization (keeps the old build system)
Jaromil