| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge #9330: [Qt] Console: add security warning | Wladimir J. van der Laan | 2016-12-14 | 1 | -1/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | [Qt] Console: add security warning | Jonas Schnelli | 2016-12-12 | 1 | -1/+6 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge #9326: Update for OpenSSL 1.1 API. | Wladimir J. van der Laan | 2016-12-13 | 1 | -5/+15 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | | Fix qt/paymentrequestplus.cpp for OpenSSL 1.1 API. | Gregory Maxwell | 2016-12-12 | 1 | -5/+15 | |
| | |/ / / / / | ||||||
| * / / / / / | Refactor: Removed begin/end_ptr functions. | Karl-Johan Alm | 2016-12-09 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge #9255: qt: layoutAboutToChange signal is called layoutAboutToBeChanged | Wladimir J. van der Laan | 2016-12-08 | 2 | -9/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | qt: Remove on_toggleNetworkActiveButton_clicked from RPCConsole | Wladimir J. van der Laan | 2016-12-07 | 2 | -7/+0 | |
| | * | | | | | qt: layoutAboutToChange signal is called layoutAboutToBeChanged | Wladimir J. van der Laan | 2016-12-01 | 1 | -2/+1 | |
| * | | | | | | Merge #9266: Bugfix: Qt/RPCConsole: Put column enum in the right places | Wladimir J. van der Laan | 2016-12-08 | 1 | -6/+6 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Bugfix: Qt/RPCConsole: Put column enum in the right places | Luke Dashjr | 2016-12-02 | 1 | -6/+6 | |
| * | | | | | | | Fix missed change to WalletTx structure | Alex Morcos | 2016-12-06 | 1 | -2/+1 | |
| * | | | | | | | [Qt] Show ModalOverlay by pressing the progress bar, disabled show() in sync ... | Jonas Schnelli | 2016-12-05 | 5 | -19/+46 | |
| * | | | | | | | Merge #8580: Make CTransaction actually immutable | Wladimir J. van der Laan | 2016-12-05 | 5 | -40/+40 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Make CWalletTx store a CTransactionRef instead of inheriting | Pieter Wuille | 2016-12-02 | 5 | -40/+40 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge #9218: qt: Show progress overlay when clicking spinner icon | Jonas Schnelli | 2016-12-04 | 4 | -33/+39 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | qt: Show progress overlay when clicking spinner icon | Wladimir J. van der Laan | 2016-11-24 | 1 | -2/+4 | |
| | * | | | | | | qt: Replace NetworkToggleStatusBarControl with generic ClickableLabel | Wladimir J. van der Laan | 2016-11-24 | 4 | -31/+35 | |
| * | | | | | | | Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,... | Pieter Wuille | 2016-12-02 | 15 | -13/+17 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo | 2016-12-02 | 14 | -14/+14 | |
| | * | | | | | | | Move network-msg-processing code out of main to its own file | Matt Corallo | 2016-12-02 | 4 | -1/+5 | |
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge #9239: Disable fee estimates for 1 block target | Wladimir J. van der Laan | 2016-12-02 | 2 | -5/+5 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Make GUI incapable of setting tx confirm target of 1 | Alex Morcos | 2016-11-29 | 2 | -5/+5 | |
| * | | | | | | | Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir ... | Pieter Wuille | 2016-11-30 | 1 | -1/+16 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | init: Split up AppInit2 into multiple phases | Wladimir J. van der Laan | 2016-11-29 | 1 | -1/+16 | |
| * | | | | | | | Fix some typos | fsb4000 | 2016-11-28 | 1 | -1/+1 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge #9190: qt: Plug many memory leaks | Wladimir J. van der Laan | 2016-11-24 | 23 | -74/+102 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | qt: Avoid OpenSSL certstore-related memory leak | Wladimir J. van der Laan | 2016-11-23 | 2 | -23/+25 | |
| | * | | | | | | qt: Avoid shutdownwindow-related memory leak | Wladimir J. van der Laan | 2016-11-23 | 3 | -7/+6 | |
| | * | | | | | | qt: Avoid splash-screen related memory leak | Wladimir J. van der Laan | 2016-11-23 | 2 | -3/+3 | |
| | * | | | | | | qt: Prevent thread/memory leak on exiting RPCConsole | Wladimir J. van der Laan | 2016-11-23 | 4 | -16/+29 | |
| | * | | | | | | qt: Plug many memory leaks | Wladimir J. van der Laan | 2016-11-23 | 16 | -26/+40 | |
| * | | | | | | | Merge #9130: Mention the new network toggle functionality in the tooltip. | Jonas Schnelli | 2016-11-22 | 1 | -2/+8 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Mention the new network toggle functionality in the tooltip. | Pavel JanÃk | 2016-11-12 | 1 | -2/+8 | |
| * | | | | | | | | [Qt] Clean up and fix coincontrol tree widget handling | Wladimir J. van der Laan | 2016-11-20 | 2 | -49/+11 | |
| * | | | | | | | | [Qt] fix coincontrol sort issue | Jonas Schnelli | 2016-11-18 | 2 | -6/+27 | |
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | [qt] Make network disabled icon 50% opaque | MarcoFalke | 2016-11-13 | 7 | -34/+15 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge #8996: Network activity toggle | Jonas Schnelli | 2016-11-11 | 9 | -12/+198 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Qt: New network_disabled icon | Luke Dashjr | 2016-10-24 | 2 | -0/+68 | |
| | * | | | | | | Overhaul network activity toggle | Jonas Schnelli | 2016-10-24 | 4 | -7/+40 | |
| | * | | | | | | Qt: Add GUI feedback and control of network activity state. | Jon Lund Steffensen | 2016-10-24 | 6 | -7/+92 | |
| * | | | | | | | Merge #9039: Various serialization simplifcations and optimizations | Wladimir J. van der Laan | 2016-11-09 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Get rid of nType and nVersion | Pieter Wuille | 2016-11-07 | 2 | -2/+2 | |
| * | | | | | | | | Fix auto-deselection of peers | Andrew Chow | 2016-11-08 | 2 | -10/+24 | |
| | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | | Multiple Selection for peer and ban tables | Andrew Chow | 2016-11-08 | 3 | -46/+55 | |
| * | | | | | | | Merge #9088: Reduce ambiguity of warning message | Wladimir J. van der Laan | 2016-11-08 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Make warning message about wallet balance possibly | R E Broadley | 2016-11-06 | 1 | -2/+2 | |
| * | | | | | | | | Merge #9067: Fix exit codes | Wladimir J. van der Laan | 2016-11-08 | 1 | -7/+7 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Every main()/exit() should return/use one of EXIT_ codes instead of magic num... | UdjinM6 | 2016-11-07 | 1 | -7/+7 | |
| | * | | | | | | | Fix exit codes: | UdjinM6 | 2016-11-04 | 1 | -2/+2 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge #9094: qt: Use correct conversion function for boost::path datadir | Jonas Schnelli | 2016-11-07 | 2 | -2/+3 | |
| |\ \ \ \ \ \ \ | ||||||