| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | version.h: separate client, net sections. Move more constants to this file. | Jeff Garzik | 2012-04-12 | 3 | -14/+23 | |
| | * | | | | | | | BIP 0031: pong message | Jeff Garzik | 2012-04-12 | 2 | -3/+28 | |
| * | | | | | | | | Merge pull request #1092 from laanwj/2012_04_sendcoins_setlabelfix | Wladimir J. van der Laan | 2012-04-16 | 1 | -3/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Set label when selecting an address that already has a label. Fixes #1080. | Wladimir J. van der Laan | 2012-04-13 | 1 | -3/+5 | |
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1091 from Diapolo/GUI-BlockDL | Wladimir J. van der Laan | 2012-04-16 | 1 | -9/+6 | |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | revert to default OS theme for progressbar / fix small glitches in bitcoingui... | Philip Kaufmann | 2012-04-13 | 1 | -9/+6 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1104 from laanwj/2012_04_clang | Jeff Garzik | 2012-04-15 | 21 | -17/+55 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] | Wladimir J. van der Laan | 2012-04-15 | 6 | -0/+18 | |
| | * | | | | | | | fix warnings: '&&' within '||' [-Wlogical-op-parentheses] | Wladimir J. van der Laan | 2012-04-15 | 1 | -1/+1 | |
| | * | | | | | | | fix warnings: delete called on 'XX' that has virtual functions but non-virtua... | Wladimir J. van der Laan | 2012-04-15 | 1 | -0/+2 | |
| | * | | | | | | | fix warnings: unused variable 'XX' [-Wunused-variable] | Wladimir J. van der Laan | 2012-04-15 | 3 | -5/+6 | |
| | * | | | | | | | fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum] | Wladimir J. van der Laan | 2012-04-15 | 3 | -2/+6 | |
| | * | | | | | | | fix warnings: 'XX' defined as a struct here but previously declared as a clas... | Wladimir J. van der Laan | 2012-04-15 | 2 | -2/+4 | |
| | * | | | | | | | fix warnings: array subscript is of type 'char' [-Wchar-subscripts] | Wladimir J. van der Laan | 2012-04-15 | 3 | -5/+5 | |
| | * | | | | | | | work around issue in boost::program_options that prevents from compiling in c... | Wladimir J. van der Laan | 2012-04-15 | 1 | -0/+11 | |
| | * | | | | | | | enable all warnings except invalid-offsetof, sign-compare, unused-parameter | Wladimir J. van der Laan | 2012-04-15 | 2 | -2/+2 | |
| * | | | | | | | | Merge pull request #1084 from dooglus/validate_secret | Jeff Garzik | 2012-04-15 | 2 | -5/+17 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed so... | Chris Moore | 2012-04-12 | 2 | -5/+17 | |
| * | | | | | | | | | Merge pull request #1097 from laanwj/2012_04_runawayexception | Wladimir J. van der Laan | 2012-04-15 | 1 | -2/+11 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Show a message box when runaway exception happens | Wladimir J. van der Laan | 2012-04-14 | 1 | -2/+11 | |
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Bugfix: Check that QRcode_encodeString didn't return NULL (error) | Luke Dashjr | 2012-04-14 | 1 | -0/+5 | |
| | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #1093 from jgarzik/tx-opt | Jeff Garzik | 2012-04-14 | 2 | -9/+3 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Database micro-optimization for "tx" network message | Jeff Garzik | 2012-04-13 | 2 | -9/+3 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1089 from laanwj/2012_04_translationupdate | Wladimir J. van der Laan | 2012-04-13 | 3 | -260/+450 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Update translations for bitcoin core | Wladimir J. van der Laan | 2012-04-14 | 3 | -260/+450 | |
| * | | | | | | | | | Do not show green tick unless all known blocks are downloaded (fixes #921) | Wladimir J. van der Laan | 2012-04-14 | 1 | -1/+1 | |
| | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Add missing tooltip and key shortcut in settings dialog (#1088 without line b... | Wladimir J. van der Laan | 2012-04-13 | 1 | -1/+2 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1087 from sipa/fix_1086 | Gavin Andresen | 2012-04-12 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Fix #1086: add /testnet to passed datadir | Pieter Wuille | 2012-04-13 | 1 | -2/+2 | |
| * | | | | | | | Merge pull request #1041 from gavinandresen/listtransactionsfix | Gavin Andresen | 2012-04-12 | 1 | -15/+23 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Bug fix listtransactions from/count handling. | Gavin Andresen | 2012-04-04 | 1 | -15/+23 | |
| * | | | | | | | | make text in about box selectable (fixes #1055) | Wladimir J. van der Laan | 2012-04-12 | 1 | -0/+9 | |
| * | | | | | | | | enable wordWrap on lblQRCode / small code comment change | Philip Kaufmann | 2012-04-12 | 2 | -1/+4 | |
| * | | | | | | | | limit length of generated URI to 255 chars to prevent a DoS against the QR-Co... | Philip Kaufmann | 2012-04-12 | 1 | -11/+23 | |
| * | | | | | | | | updated to reflect pull-request suggestions / renamed some GUI elements | Philip Kaufmann | 2012-04-12 | 4 | -28/+22 | |
| * | | | | | | | | fixed amount part of URI in QR-Codes / removed (no label) string if we have N... | Philip Kaufmann | 2012-04-12 | 2 | -19/+23 | |
| * | | | | | | | | Remove obsolete Win32 AffinityBugWorkaround() | Jeff Garzik | 2012-04-12 | 2 | -22/+0 | |
| | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | | Fix OSX build errors. | Gavin Andresen | 2012-04-12 | 2 | -2/+2 | |
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #855 from sje397/ToggleHide | Wladimir J. van der Laan | 2012-04-11 | 5 | -43/+89 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Toggle main window hide on tray icon click | sje397 | 2012-04-11 | 5 | -43/+89 | |
| * | | | | | | | Use filesystem::path instead of manual string tinkering | Pieter Wuille | 2012-04-11 | 6 | -131/+95 | |
| * | | | | | | | Merge pull request #1083 from laanwj/2012_04_connectionicon | Wladimir J. van der Laan | 2012-04-11 | 1 | -0/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | by popular request, make 4th bar of connection icon green | Wladimir J. van der Laan | 2012-04-11 | 1 | -0/+0 | |
| * | | | | | | | | Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: ... | Gavin Andresen | 2012-04-11 | 3 | -10/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Fix build.h dependencies | Pieter Wuille | 2012-04-11 | 3 | -11/+16 | |
| * | | | | | | | Merge pull request #1054 from sipa/buildinfo | Pieter Wuille | 2012-04-10 | 13 | -19/+131 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Build identification strings | Pieter Wuille | 2012-04-10 | 13 | -19/+131 | |
| * | | | | | | | | Merge pull request #1046 from laanwj/2012_04_rpcporterror | Wladimir J. van der Laan | 2012-04-10 | 1 | -3/+15 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Show error message instead of exception crash when unable to bind RPC port | Wladimir J. van der Laan | 2012-04-06 | 1 | -3/+15 | |
| * | | | | | | | | Merge pull request #1052 from sipa/scopedlocks | Pieter Wuille | 2012-04-09 | 19 | -204/+300 | |
| |\ \ \ \ \ \ \ \ | ||||||