Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-15 | CTxMemPool: encapsulate AcceptToMemoryPool | Jeff Garzik | |
2012-04-15 | CTxMemPool: encapsulate AddToMemoryPoolUnchecked(), RemoveFromMemoryPool(), | Jeff Garzik | |
and nPooledTx | |||
2012-04-15 | New class CTxMemPool, encapsulating TX memory pool data members | Jeff Garzik | |
2012-04-15 | Merge pull request #1104 from laanwj/2012_04_clang | Jeff Garzik | |
Enable and fix most compilation warnings | |||
2012-04-15 | Merge pull request #1084 from dooglus/validate_secret | Jeff Garzik | |
importprivkey doesn't check that it is given a private key | |||
2012-04-15 | Merge pull request #1097 from laanwj/2012_04_runawayexception | Wladimir J. van der Laan | |
Show a message box when runaway exception happens | |||
2012-04-15 | Merge pull request #1100 from luke-jr/qrcode_errchk | Jeff Garzik | |
Bugfix: Check that QRcode_encodeString didn't return NULL (error) | |||
2012-04-15 | fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] | Wladimir J. van der Laan | |
2012-04-15 | fix warnings: '&&' within '||' [-Wlogical-op-parentheses] | Wladimir J. van der Laan | |
2012-04-15 | fix warnings: delete called on 'XX' that has virtual functions but ↵ | Wladimir J. van der Laan | |
non-virtual destructor [-Wdelete-non-virtual-dtor] | |||
2012-04-15 | fix warnings: unused variable 'XX' [-Wunused-variable] | Wladimir J. van der Laan | |
2012-04-15 | fix warnings: enumeration values 'XX' not handled in switch [-Wswitch-enum] | Wladimir J. van der Laan | |
2012-04-15 | fix warnings: 'XX' defined as a struct here but previously declared as a ↵ | Wladimir J. van der Laan | |
class [-Wmismatched-tags] | |||
2012-04-15 | fix warnings: array subscript is of type 'char' [-Wchar-subscripts] | Wladimir J. van der Laan | |
2012-04-15 | work around issue in boost::program_options that prevents from compiling in ↵ | Wladimir J. van der Laan | |
clang | |||
2012-04-15 | enable all warnings except invalid-offsetof, sign-compare, unused-parameter | Wladimir J. van der Laan | |
2012-04-14 | Bugfix: Check that QRcode_encodeString didn't return NULL (error) | Luke Dashjr | |
Without this, any error will segfault Bitcoin-Qt | |||
2012-04-14 | Show a message box when runaway exception happens | Wladimir J. van der Laan | |
This is more clear to users than when the program simply disappears (usually during initialization). It still logs the message to the console and debug log as well. | |||
2012-04-14 | Rename make_windows_icon.py to .sh as it is a shell script (fixes #1099) | Wladimir J. van der Laan | |
2012-04-14 | Merge pull request #1093 from jgarzik/tx-opt | Jeff Garzik | |
Database micro-optimization for "tx" network message | |||
2012-04-13 | Merge pull request #1089 from laanwj/2012_04_translationupdate | Wladimir J. van der Laan | |
Update translations for bitcoin core | |||
2012-04-14 | Update translations for bitcoin core | Wladimir J. van der Laan | |
- Move scripts/qt to share/qt, to clean up toplevel directories - Update english ts file which is used to source messages for Transifex - In extract_strings_qt.py use a glob *.h *.cpp, this is safe now that the Wx UI files are removed | |||
2012-04-13 | Merge pull request #1096 from laanwj/2012_04_tick | Wladimir J. van der Laan | |
Do not show green tick unless all known blocks are downloaded (fixes #921) | |||
2012-04-14 | Do not show green tick unless all known blocks are downloaded (fixes #921) | Wladimir J. van der Laan | |
2012-04-13 | Locking fix for AlreadyHave() | Jeff Garzik | |
Access to mapTransactions[] must be guarded by cs_mapTransactions lock. Also, reformat long lines to make the switch statement more readable. | |||
2012-04-13 | Database micro-optimization for "tx" network message | Jeff Garzik | |
Open database once per "tx" message, rather than multiple times, in the case of orphan transaction presence. As a side effect, a now-unused CTransaction::AcceptToMemoryPool() variant is removed. | |||
2012-04-13 | Set label when selecting an address that already has a label. Fixes #1080. | Wladimir J. van der Laan | |
2012-04-13 | revert to default OS theme for progressbar / fix small glitches in ↵ | Philip Kaufmann | |
bitcoingui.cpp | |||
2012-04-13 | Add missing tooltip and key shortcut in settings dialog (#1088 without line ↵ | Wladimir J. van der Laan | |
break part) | |||
2012-04-12 | Merge pull request #1087 from sipa/fix_1086 | Gavin Andresen | |
Fix #1086: add /testnet to passed datadir | |||
2012-04-13 | Fix #1086: add /testnet to passed datadir | Pieter Wuille | |
2012-04-12 | Replace several network protocol version numbers with named constants | Jeff Garzik | |
stored in version.h. Also, a minor CAddress code reformat while we're in there, fixing some incorrect indentation. | |||
2012-04-12 | CBitcoinSecret::SetString() now calls IsValid() to make sure it was passed ↵ | Chris Moore | |
something with the correct version. | |||
2012-04-12 | Merge pull request #1041 from gavinandresen/listtransactionsfix | Gavin Andresen | |
Bug fix listtransactions from/count handling. | |||
2012-04-12 | make text in about box selectable (fixes #1055) | Wladimir J. van der Laan | |
2012-04-12 | Merge pull request #1078 from Diapolo/QR-Code | Wladimir J. van der Laan | |
QR-Code code update Fixes problems reported on forum: https://bitcointalk.org/index.php?topic=73695.msg839804#msg839804 | |||
2012-04-12 | enable wordWrap on lblQRCode / small code comment change | Philip Kaufmann | |
2012-04-12 | limit length of generated URI to 255 chars to prevent a DoS against the ↵ | Philip Kaufmann | |
QR-Code dialog | |||
2012-04-12 | updated to reflect pull-request suggestions / renamed some GUI elements | Philip Kaufmann | |
2012-04-12 | fixed amount part of URI in QR-Codes / removed (no label) string if we have ↵ | Philip Kaufmann | |
NO label / coding style updates / removed an unused variable | |||
2012-04-12 | Remove obsolete Win32 AffinityBugWorkaround() | Jeff Garzik | |
Reference miner exists for testnet-in-a-box type situations, and as a reference. We don't care enough about highly optimized internal mining to keep workarounds like this. | |||
2012-04-12 | version.h: separate client, net sections. Move more constants to this file. | Jeff Garzik | |
* move PROTOCOL_VERSION to version.h * move CLIENT_VERSION* to version.h, make available past cpp stage * clearly separate client, network version portions of version.h | |||
2012-04-12 | BIP 0031: pong message | Jeff Garzik | |
Add a pong message that is sent in reply to a ping. It echoes back a nonce field that is now added to the ping message. Send a nonce of zero in ping messages. Original author: Mike Hearn @ Google Modified Mike's change to introduce a mild form of protocol documentation in version.h. | |||
2012-04-12 | Fix OSX build errors. | Gavin Andresen | |
2012-04-11 | Merge pull request #855 from sje397/ToggleHide | Wladimir J. van der Laan | |
Toggle UI hide | |||
2012-04-11 | Merge pull request #1072 from sipa/boostpaths | Pieter Wuille | |
Use filesystem::path instead of manual string tinkering | |||
2012-04-11 | Use filesystem::path instead of manual string tinkering | Pieter Wuille | |
Where possible, use boost::filesystem::path instead of std::string or char* for filenames. This avoids a lot of manual string tinkering, in favor of path::operator/. GetDataDir is also reworked significantly, it now only keeps two cached directory names (the network-specific data dir, and the root data dir), which are decided through a parameter instead of pre-initialized global variables. Finally, remove the "upgrade from 0.1.5" case where a debug.log in the current directory has to be removed. | |||
2012-04-11 | Merge pull request #1083 from laanwj/2012_04_connectionicon | Wladimir J. van der Laan | |
Make 4th bar of connection icon green | |||
2012-04-11 | Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: ↵ | Gavin Andresen | |
boost::system | |||
2012-04-11 | by popular request, make 4th bar of connection icon green | Wladimir J. van der Laan | |