| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | ThreadSocketHandler2(): cast to avoid signed/unsigned warning | Jeff Garzik | 2012-05-01 | 1 | -1/+1 | |
| | * | | | | OpenBlockFile(): cast to eliminate signed/unsigned comparison warning | Jeff Garzik | 2012-05-01 | 1 | -1/+1 | |
| | * | | | | CDiskTxPos, CInPoint, COutPoint: cast null value (-1) to unsigned int | Jeff Garzik | 2012-05-01 | 1 | -6/+6 | |
| * | | | | | Merge pull request #841 from sipa/getalltransactions | Gregory Maxwell | 2012-05-08 | 3 | -16/+107 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | gettransaction RPC for non-wallet transactions | Pieter Wuille | 2012-04-18 | 3 | -16/+107 | |
| * | | | | | | Merge pull request #883 from sipa/loadblock | Gregory Maxwell | 2012-05-08 | 4 | -3/+72 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | -loadblock to load from an external blk000?.dat file | Pieter Wuille | 2012-04-22 | 4 | -3/+72 | |
| * | | | | | | | Merge pull request #1075 from laanwj/2012_04_consoleui | Gregory Maxwell | 2012-05-08 | 9 | -76/+827 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Add UI RPC console / debug window | Wladimir J. van der Laan | 2012-05-05 | 9 | -76/+827 | |
| * | | | | | | | | Increase client version to 0.6.99 | Gregory Maxwell | 2012-05-08 | 1 | -2/+2 | |
| * | | | | | | | | Merge pull request #1219 from luke-jr/rm_fee_tip | Wladimir J. van der Laan | 2012-05-07 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218 | Luke Dashjr | 2012-05-07 | 1 | -1/+0 | |
| * | | | | | | | | | Merge pull request #1196 from sipa/fix_948 | Gregory Maxwell | 2012-05-06 | 1 | -2/+14 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Prevent stuck download: correct solution | Pieter Wuille | 2012-05-06 | 1 | -2/+14 | |
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | | Move back setPlaceholderText to code, from xml, as this broke building with Q... | Wladimir J. van der Laan | 2012-05-07 | 4 | -10/+10 | |
| * | | | | | | | | | Merge pull request #1189 from Diapolo/fix#952 | Wladimir J. van der Laan | 2012-05-06 | 1 | -3/+10 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | fix #952 by checking if we have a new address or an updated label | Philip Kaufmann | 2012-05-04 | 1 | -3/+10 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1209 from laanwj/2012_05_hideonshutdown | Wladimir J. van der Laan | 2012-05-05 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Hide UI immediately after leaving the main loop. | Wladimir J. van der Laan | 2012-05-06 | 1 | -0/+1 | |
| * | | | | | | | | | Merge pull request #1207 from sipa/fix_addrman | Gregory Maxwell | 2012-05-05 | 2 | -3/+25 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Bugfix: store source address in addrman | Pieter Wuille | 2012-05-05 | 1 | -1/+1 | |
| | * | | | | | | | | | Fix addrman crashes | Pieter Wuille | 2012-05-05 | 1 | -2/+5 | |
| | * | | | | | | | | | Add extra asserts to addrman | Pieter Wuille | 2012-05-05 | 1 | -0/+19 | |
| * | | | | | | | | | | Merge pull request #1160 from retep/master | Gregory Maxwell | 2012-05-05 | 1 | -3/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Fixed non-sensical error message | Peter Todd | 2012-05-04 | 1 | -3/+5 | |
| | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | | Bugfix: %-12I64d is not valid and causes the parameter to be skipped, use %12... | Luke Dashjr | 2012-05-05 | 2 | -2/+2 | |
| * | | | | | | | | | Merge pull request #1201 from Diapolo/about-dialog | Wladimir J. van der Laan | 2012-05-05 | 1 | -3/+9 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | changed cursor for selectable text on the about dialog to IBeamCursor and rem... | Philip Kaufmann | 2012-05-05 | 1 | -3/+9 | |
| * | | | | | | | | | | Merge pull request #1202 from Diapolo/messagepage | Wladimir J. van der Laan | 2012-05-05 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | change text on message.ui from "Copy to Clipboard" to "Copy Signature" and | Philip Kaufmann | 2012-05-05 | 1 | -2/+2 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #1203 from Diapolo/qrcodedialog | Wladimir J. van der Laan | 2012-05-05 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | renamed qrcodedialog.ui window title to "QR-Code Dialog" and changed window s... | Philip Kaufmann | 2012-05-05 | 1 | -3/+3 | |
| | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * / | | | | | | | simplified qrcode icon that scales gracefully to 16x16 | Wladimir J. van der Laan | 2012-05-05 | 4 | -2/+2 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1166 from Diapolo/signmessage_clear | Wladimir J. van der Laan | 2012-05-05 | 3 | -3/+25 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | add a clear all button to the sign message page | Philip Kaufmann | 2012-05-03 | 3 | -3/+25 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1175 from Diapolo/translators | Wladimir J. van der Laan | 2012-05-05 | 1 | -13/+14 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | small translation-file handling / loading changes and re-work comments to be ... | Philip Kaufmann | 2012-05-01 | 1 | -13/+14 | |
| * | | | | | | | | Merge pull request #1187 from TheBlueMatt/win32_ie | Wladimir J. van der Laan | 2012-05-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Update to require IE 5.1 as it is required on mingw64. | Matt Corallo | 2012-05-02 | 1 | -1/+1 | |
| | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1194 from Diapolo/sendcoins_placeholdertext | Wladimir J. van der Laan | 2012-05-05 | 2 | -4/+6 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | move label placeholdertext from sendcoinsentry.cpp to ui-file | Philip Kaufmann | 2012-05-04 | 2 | -4/+6 | |
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1032 from Diapolo/fix#945 | Wladimir J. van der Laan | 2012-05-04 | 1 | -5/+7 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | remove HTML code around "Wallet" (displayed on overview page) and use Qt tags... | Philip Kaufmann | 2012-04-04 | 1 | -5/+7 | |
| * | | | | | | | | | Bump version numbers for 0.6.1rc2v0.6.1 | Gavin Andresen | 2012-05-04 | 1 | -1/+1 | |
| | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | | remove obsolete BackupWallet() entry in wallet.h | Philip Kaufmann | 2012-05-03 | 1 | -1/+0 | |
| | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #1171 from Diapolo/fix_compiler_warn | Jeff Garzik | 2012-05-01 | 2 | -1/+5 | |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | fix compiler warning "suggest parentheses around assignment used as truth | Philip Kaufmann | 2012-05-01 | 1 | -1/+1 | |
| | * | | | | | | fix compiler warning "suggest explicit braces to avoid ambiguous "else" | Philip Kaufmann | 2012-05-01 | 1 | -0/+4 | |
| * | | | | | | | Merge pull request #1177 from laanwj/2012_05_remove_duplicate_securestring | Jeff Garzik | 2012-05-01 | 1 | -8/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | remove duplicate definition of SecureString in util.h | Wladimir J. van der Laan | 2012-05-01 | 1 | -8/+0 | |
| | | |_|/ / / / | |/| | | | | | ||||||