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
2016-01-05
Bump copyright headers to 2015
MarcoFalke
2015-07-20
Add have-pubkey distinction to ISMINE flags
Matt Corallo
2015-07-16
[Qt] remove std namespace polution from code
Philip Kaufmann
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-05-27
Fix off-by-one error w/ nLockTime in the wallet
Peter Todd
2015-04-30
Merge pull request #6022
Wladimir J. van der Laan
2015-04-20
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-04-20
[Qt, Trivial] remove two unneeded includes of wallet/db.h
Philip Kaufmann
2015-04-16
Separate CTranslationInterface from CClientUIInterface
Jorge Timón
2015-03-12
[Move Only] Move wallet related things to src/wallet/
Jonas Schnelli
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-18
[Qt] include and file header cleanup
Philip Kaufmann
2014-09-08
Move CScript class and dependencies to script/script
jtimon
2014-09-08
Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)
jtimon
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-07-25
[Qt] small Qt-only include cleanup
Philip Kaufmann
2014-07-07
Merge remote-tracking branch 'upstream/master'
Roy Badami
2014-07-02
replaced MINE_ with ISMINE_
JaSK
2014-07-02
Added MINE_ALL = (spendable|watchonly)
JaSK
2014-07-02
Fixed some stuff in TransactionDesc
JaSK
2014-07-02
removed default argument values for ismine filter
JaSK
2014-07-02
fixed tiny glitch and improved readability like laanwj suggested
JaSK
2014-07-02
Watchonly balances are shown separately in gui.
JaSK
2014-06-25
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-06-16
Remove `using namespace std` from header file
Wladimir J. van der Laan
2014-05-28
[Qt] Fix Transaction details shows wrong To:
Cozz Lovan
2014-05-17
Implement SI-style (thin space) thoudands separator
Roy Badami
2014-04-18
Solve chainActive-related locking issues
Wladimir J. van der Laan
2014-04-17
Add AssertLockHeld for cs_main to ChainActive-using functions
Wladimir J. van der Laan
2014-02-16
Merge pull request #3646
Wladimir J. van der Laan
2014-02-14
Handle "conflicted" transactions properly
Gavin Andresen
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-26
Fix off-by-one errors in use of IsFinalTx()
Peter Todd
2014-01-21
[Qt] Show and store message of normal bitcoin:URI
Cozz Lovan
2013-11-30
Refactor: move GetValueIn(tx) to tx.GetValueIn()
Gavin Andresen
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
qt: add license header to source files
Wladimir J. van der Laan
2013-10-24
[Qt]: fix num Blocks to maturity in Tx description
Philip Kaufmann
2013-10-11
Refactor/encapsulate chain globals into a CChain class
Pieter Wuille
2013-09-06
qt: add vout index to transaction id in transactions details dialog
Wladimir J. van der Laan
2013-08-29
Bitcoin-Qt: fixes for using display unit from options
Philip Kaufmann
2013-08-22
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-08-22
Refactor: CAddressBookData for mapAddressBook
Gavin Andresen
2013-06-05
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-03-17
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2013-01-09
Display tx nLockTime correctly when set to block #
Peter Todd
2012-10-20
Batch block connection during IBD
Pieter Wuille
2012-10-20
Ultraprune
Pieter Wuille
[next]