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
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Make CWalletTx store a CTransactionRef instead of inheriting
Pieter Wuille
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-09-20
Merge #8672: Qt: Show transaction size in transaction details window
Jonas Schnelli
2016-09-06
qt: Adding transaction size to transaction details window
Hampus Sjöberg
2016-04-04
Merge #7707: [RPC][QT] UI support for abandoned transactions
Jonas Schnelli
2016-04-04
[Qt] Support for abandoned/abandoning transactions
Jonas Schnelli
2016-03-29
[Qt] remove trailing output-index from transaction-id
Jonas Schnelli
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-02
[Qt] add InMempool() info to transaction details
Jonas Schnelli
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
[next]