Age | Commit message (Expand) | Author |
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 |
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 |