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
/
transactionrecord.cpp
Age
Commit message (
Expand
)
Author
2015-05-27
Fix off-by-one error w/ nLockTime in the wallet
Peter Todd
2015-04-20
Consensus: Create consensus/consensus.h with some constants
jtimon
2015-03-24
Includes: Do not include main.h from any other header
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-10-03
[Wallet] Watch-only fixes
Cozz Lovan
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-04
Introduce BlockMap type for mapBlockIndex
Pieter Wuille
2014-07-21
Revert "UI to alert of respend attempt affecting wallet."
Wladimir J. van der Laan
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
Watchonly transactions are marked in transaction history
JaSK
2014-07-02
Watchonly balances are shown separately in gui.
JaSK
2014-06-27
UI to alert of respend attempt affecting wallet.
Tom Harding
2014-06-25
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-04-17
Add AssertLockHeld for cs_main to ChainActive-using functions
Wladimir J. van der Laan
2014-02-28
qt: Modernize 'confirmed' terminology in shown tx status
Wladimir J. van der Laan
2014-02-16
Merge pull request #3646
Wladimir J. van der Laan
2014-02-14
qt: GUI for conflicted transactions
Wladimir J. van der Laan
2014-02-12
Rename IsConfirmed to IsTrusted to better match the intended behavior.
Gregory Maxwell
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
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-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-06-05
Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...
Eric Lombrozo
2013-01-09
Display tx nLockTime correctly when set to block #
Peter Todd
2012-08-24
Qt: show mined transactions at depth 1
Philip Kaufmann
2012-08-23
Treat generation (mined) transactions less different from receive transactions
Luke Dashjr
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-20
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-09
Clean up warnings
Pieter Wuille
2012-04-21
Remove no-longer used UI hints in bitcoin core
Wladimir J. van der Laan
2012-04-17
Remove headers.h
Pieter Wuille
2012-04-17
Remove unused and unreachable code
Wladimir J. van der Laan
2012-02-06
Restructure credit transaction decomposition (solves issue #689)
Wladimir J. van der Laan
2011-12-28
Fix transaction type in UI: not all tx'es with "from"/"to" field are necessar...
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-12-19
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
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-09
remove magic number: change threshold for nLockTime to constant
Wladimir J. van der Laan
2011-07-07
Export functionality for transaction list
Wladimir J. van der Laan
[next]