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
/
qt
/
transactiondesc.cpp
Age
Commit message (
Expand
)
Author
2012-10-20
Batch block connection during IBD
Pieter Wuille
2012-10-20
Ultraprune
Pieter Wuille
2012-09-28
toHTML won't add empty wtx.mapValue elements
xanatos
2012-07-03
enhance translation possibilities in TransactionDesc / misc other changes
Philip Kaufmann
2012-06-30
Fix a typo in TransactionDesc
cardpuncher
2012-06-09
update info string in GUI for generated blocks and change "must wait" into "m...
Philip Kaufmann
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-04-17
Remove headers.h
Pieter Wuille
2012-04-09
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-04
Move from noui.h / ui.h to one ui_interface.h with dummy implementation for t...
Wladimir J. van der Laan
2012-04-03
VC2010 compile fixes
Wladimir J. van der Laan
2012-01-10
Qt: Show transaction ID in details
Luke Dashjr
2011-12-23
Move HtmlEscape (escape for qt rich text controls) to qt gui utilities
Wladimir J. van der Laan
2011-12-22
Fix broken ExtractAddress (refactored, made callers check for addresses in ke...
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-09-02
update to work with new lock system, add protocol.* to build system
Wladimir J. van der Laan
2011-08-08
QtUI code cleanup / comment improvements
Wladimir J. van der Laan
2011-07-31
Properly html-escape labels
Wladimir J. van der Laan
2011-07-29
Make debug info more interesting (show SHA160 addresses for inputs)
Wladimir J. van der Laan
2011-07-27
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-07-26
Merge remote branch 'upstream/master'
Wladimir J. van der Laan
2011-07-03
windows build fixes
Wladimir J. van der Laan
2011-06-26
update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)
Wladimir J. van der Laan
2011-06-25
compile fixes by Unthinkingbit
Wladimir J. van der Laan
2011-06-18
remove commented code, use // for one-line comments and comments inside funct...
Wladimir J. van der Laan
2011-06-13
Internationalization -- initial step, make _ return a std::string to prevent ...
Wladimir J. van der Laan
2011-06-11
move back to original directory structure
Wladimir J. van der Laan