Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-01 | RPC console: escaping within ' and " now handled differently | Wladimir J. van der Laan | |
Should now mimic bash quoting and escaping (see http://wiki.bash-hackers.org/syntax/quoting) exactly, leaving out argument expansion and obscure syntax like $''. | |||
2012-08-31 | Merge pull request #1758 from laanwj/2012_08_uiconsole_parsing | Gregory Maxwell | |
Fix RPC console parser to handle escaped arguments more like bash | |||
2012-08-31 | In RPC console, attempt to format errors | Wladimir J. van der Laan | |
Try to display a nicer message instead of dumping raw JSON object when possible. If the error somehow doesn't have the required 'code' and 'message' fields, fall back to printing raw JSON object. | |||
2012-08-31 | Fix RPC console parser to handle escaped arguments more like bash | Wladimir J. van der Laan | |
- Fix issue #1750 | |||
2012-08-30 | release-notes.txt: mention getmemorypool removal | Jeff Garzik | |
2012-08-30 | Merge pull request #1752 from Diapolo/bitcoind_ASLR_DEP | Wladimir J. van der Laan | |
enable ASLR and DEP for bitcoind.exe via linker flags | |||
2012-08-30 | Merge pull request #1756 from Diapolo/pro_add_netbase_h | Wladimir J. van der Laan | |
add missing netbase.h to Qt project-file | |||
2012-08-30 | add missing netbase.h to Qt project-file | Philip Kaufmann | |
2012-08-29 | enable ASLR and DEP for bitcoind.exe via linker flags | Philip Kaufmann | |
- this is already active for bitcoin-qt.exe | |||
2012-08-29 | Merge pull request #1745 from gmaxwell/irc_fixes | Jeff Garzik | |
Misc IRC fixes. | |||
2012-08-29 | Merge pull request #1754 from laanwj/2012_08_stringsupdate2 | Wladimir J. van der Laan | |
Update strings for 0.7.0rc2 | |||
2012-08-29 | Update strings for 0.7.0rc2 | Wladimir J. van der Laan | |
2012-08-29 | Merge pull request #1617 from Diapolo/Show_Hide_string | Wladimir J. van der Laan | |
Update string for Show/Hide in the tray | |||
2012-08-29 | Merge pull request #1731 from luke-jr/opt_ipv6 | Wladimir J. van der Laan | |
Optional IPv6 spaces cleanup | |||
2012-08-29 | Merge pull request #1720 from Diapolo/Qt_about | Wladimir J. van der Laan | |
Qt: add copyrightLabel to aboutdialog.ui | |||
2012-08-28 | Merge pull request #1751 from laanwj/2012_08_qtjsonspirit | Wladimir J. van der Laan | |
Remove json/*.cpp from Qt build system | |||
2012-08-29 | Remove json/*.cpp from Qt build system | Wladimir J. van der Laan | |
They are unneeded as jsonspirit is always used as template library, the other makefiles don't include them either. | |||
2012-08-29 | Update string for Show/Hide in the tray | Philip Kaufmann | |
- be clear we don't "Show/Hide Bitcoins", but just the client window - remove the tooltip for toggleHideAction as this is not shown anyway - update a comment to be more general | |||
2012-08-28 | Don't retry a failing IRC nickname forever. | Gregory Maxwell | |
If our IRC nick is in use (because some other node thinks it has the same address we think we have) don't fruitlessly try to reconnect using that name forever. After three tries, give up and use a random nick. Either we'll learn a new local address from IRC and switch to that, or it was right and the other guy is advertising for us. This avoids a pessimal case where a second testnet node behind a nat is unable to get any peers because he can't get on IRC. | |||
2012-08-28 | Don't force IRC off if not listening, do force it off if IPv4 is off. | Gregory Maxwell | |
Previously Bitcoin would refuse to use IRC if it was either not accepting inbound connections or not making outbound. Instead this changes it to not use IRC only if it's not doing either or if IPv4 is off completely. If Bitcoin is not listening this will use the default random nicks rather than the IP based ones. | |||
2012-08-28 | Merge pull request #1748 from sipa/bugfix_portinc | Jeff Garzik | |
Bugfix: increase score, not port | |||
2012-08-29 | Bugfix: increase score, not port | Pieter Wuille | |
2012-08-28 | Small update to release notes regarding -seednode | Pieter Wuille | |
2012-08-28 | Merge pull request #1741 from freewil/release-notes-remove-i2p | Jeff Garzik | |
remove I2P support mention from release notes | |||
2012-08-28 | Merge pull request #1739 from freewil/onlynet-release-notes | Jeff Garzik | |
make use of -onlynet more clear in release notes | |||
2012-08-28 | remove I2P support mention from release notes | freewil | |
2012-08-28 | make use of -onlynet more clear in release notes | freewil | |
2012-08-27 | Merge pull request #1733 from Diapolo/Qt_changelog | Jeff Garzik | |
add Qt GUI part to release-notes.txt | |||
2012-08-27 | add Qt GUI part to release-notes.txt | Philip Kaufmann | |
2012-08-27 | I forgot to paint the bike shed | Luke Dashjr | |
2012-08-27 | Add boost chrono lib for windows builds (required for boost 1.50)v0.7.0rc1 | Wladimir J. van der Laan | |
2012-08-27 | Update release notes | Jeff Garzik | |
2012-08-27 | Version numbers -> 0.7.0 | Gavin Andresen | |
2012-08-27 | Upgrade to Boost 1.50 | Matt Corallo | |
2012-08-27 | Merge branch 'alert_fix' of git://github.com/gavinandresen/bitcoin-git | Gavin Andresen | |
2012-08-27 | Fix compiler warning on mac | Gavin Andresen | |
2012-08-27 | Merge branch 'bugfix_gitian' of git://github.com/luke-jr/bitcoin | Gavin Andresen | |
2012-08-27 | Special-case the last alert for alert-key-compromised case | Gavin Andresen | |
Hard-code a special nId=max int alert, to be broadcast if the alert key is ever compromised. It applies to all versions, never expires, cancels all previous alerts, and has a fixed message: URGENT: Alert key compromised, upgrade required Variations are not allowed (ignored), so an attacker with the private key cannot broadcast empty-message nId=max alerts. | |||
2012-08-27 | Bugfix: Adjust gitian-win32 to use Boost 1.49 for real | Luke Dashjr | |
2012-08-27 | Bugfix: Move boost::interprocess Win32 workaround to Bitcoin-Qt sources, ↵ | Luke Dashjr | |
rather than hacking boost in gitian | |||
2012-08-26 | Alert system DoS prevention | Gavin Andresen | |
This fixes two alert system vulnerabilities found by Sergio Lerner; you could send peers unlimited numbers of invalid alert message to try to either fill up their debug.log with messages and/or keep their CPU busy checking signatures. Fixed by disconnecting/banning peers if they send 10 or more bad (invalid/expired/cancelled) alerts. | |||
2012-08-25 | Merge branch '2012_08_progressbarwin' of git://github.com/laanwj/bitcoin | Gavin Andresen | |
2012-08-25 | Merge branch 'nozeroout' of git://github.com/sipa/bitcoin | Gavin Andresen | |
2012-08-25 | Merge branch 'checkpoint' | Gavin Andresen | |
2012-08-25 | Merge pull request #1724 from laanwj/2012_08_updtrans_cs | Wladimir J. van der Laan | |
Update Czech translation from Transifex | |||
2012-08-25 | Update Czech translation from Transifex | Wladimir J. van der Laan | |
2012-08-24 | Abstract all IPC communication to qtipcserver | Luke Dashjr | |
2012-08-24 | Override progress bar on platforms with segmented progress bars | Wladimir J. van der Laan | |
Windows & WindowsXP style have a problem with displaying the block progress. Add a custom stylesheet as workaround, but only when one of those renderers is active, otherwise leave the theme alone (issue #1071). | |||
2012-08-24 | Merge pull request #1699 from laanwj/2012_08_securealloc | Pieter Wuille | |
Handle locked pages more robustly (Fixes issue #1462) | |||
2012-08-24 | Qt: add copyrightLabel to aboutdialog.ui | Philip Kaufmann | |
- add a new label, which can be updated independently from the whole license information stuff - the benefit is, we don't need to re-translate that whole wall of text every year the copyright info changes - update to the same copyright string we use in the source and in the bitcoin-qt.exe meta-data information - removes an obsolete entry from the ui-file |