Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-03 | Rewrite FormatParagraph to handle newlines within input strings correctly | Luke Dashjr | |
2016-01-28 | Bugfix: Include COPYRIGHT_HOLDERS_SUBSTITUTION in Makefile substitutions so ↵ | Luke Dashjr | |
it gets passed to extract-strings correctly | |||
2016-01-28 | Move PACKAGE_URL to configure.ac | Luke Dashjr | |
2016-01-27 | splashscreen: Resize text to fit exactly | Luke Dashjr | |
2016-01-19 | Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhere | Luke Dashjr | |
2015-12-22 | Bugfix: gitian-descriptors: Add missing python-setuptools requirement for OS ↵ | Luke Dashjr | |
X (biplist module) | |||
2015-12-22 | Bugfix: Correct copyright year in Mac DMG background image | Luke Dashjr | |
2015-12-22 | Set copyright holders displayed in notices separately from the package name | Luke Dashjr | |
This helps avoid accidental removal of upstream copyright names | |||
2015-12-22 | Travis & gitian-osx: Use depends for ds_store and mac_alias modules | Luke Dashjr | |
2015-12-22 | depends: Add mac_alias to depends | Luke Dashjr | |
2015-12-22 | depends: Add ds_store to depends | Cory Fields | |
2015-12-22 | depends: Pass PYTHONPATH along to configure | Cory Fields | |
2015-12-22 | macdeploy: Use rsvg-convert rather than cairosvg | Luke Dashjr | |
2015-12-22 | More complicated package name substitution for Mac deployment | Luke Dashjr | |
2015-12-18 | Parameterise 2009 in translatable copyright strings | Luke Dashjr | |
2015-12-14 | Unify package name to as few places as possible without major changes | Luke Dashjr | |
2015-11-25 | Merge pull request #7092 | Wladimir J. van der Laan | |
392d3c5 build: Set osx permissions in the dmg to make Gatekeeper happy (Cory Fields) | |||
2015-11-25 | Merge pull request #7006 | Jonas Schnelli | |
f71bfef add UI help for -resetguisettings (Jonas Schnelli) ae98388 [Qt] add startup option to reset Qt settings (Jonas Schnelli) | |||
2015-11-24 | build: Set osx permissions in the dmg to make Gatekeeper happy | Cory Fields | |
2015-11-24 | Merge pull request #7075 | Wladimir J. van der Laan | |
4846543 Move time data log print to 'net' category to reduce log noise (tulip) | |||
2015-11-24 | Merge pull request #7066 | Wladimir J. van der Laan | |
5c2fd38 Add missing "blocktime" description to listtransactions help, fix formatting. (Pavel Janík) | |||
2015-11-24 | Merge pull request #7045 | Wladimir J. van der Laan | |
2aa49ce Bugfix: Use unique autostart filenames on Linux for testnet/regtest (Luke Dashjr) | |||
2015-11-24 | Merge pull request #7042 | Wladimir J. van der Laan | |
70899d7 [doc][trivial] Update Debian control description (fanquake) 2fcb849 [doc][trivial] Remove source forge from Debian watch. (fanquake) | |||
2015-11-24 | Merge pull request #7052 | Wladimir J. van der Laan | |
a0953cd [qa] python-bitcoinrpc is no longer a subtree (MarcoFalke) | |||
2015-11-24 | Merge pull request #7065 | Wladimir J. van der Laan | |
3522f49 http: add Boost 1.49 compatibility (Wladimir J. van der Laan) | |||
2015-11-22 | Merge pull request #7028 | Gregory Maxwell | |
e16ee1c [qa] Extend README.md (MarcoFalke) cc97574 [qa] Split README.md to /qa and /qa/rpc-tests (MarcoFalke) | |||
2015-11-22 | Merge pull request #7029 | Gregory Maxwell | |
c800c95 Remove unmaintained example test script_test.py (Suhas Daftuar) | |||
2015-11-22 | Merge pull request #7046 | Gregory Maxwell | |
80ae230 Improve log messages for blocks only violations. (Patick Strateman) 08843ed Add relaytxes status to getpeerinfo (Peter Todd) d8aaa51 Bail early in processing transactions in blocks only mode. (Patick Strateman) 3587f6a Fix relay mechanism for whitelisted peers under blocks only mode. (Patick Strateman) | |||
2015-11-22 | Move time data log print to 'net' category to reduce log noise | tulip | |
2015-11-21 | Improve log messages for blocks only violations. | Patick Strateman | |
2015-11-21 | Merge pull request #7011 | Gregory Maxwell | |
6531f17 Add mediantime field to getblock and getblockheader (Peter Todd) 7259769 Document new mediantime field in getblockchaininfo (Peter Todd) c277a63 Clarify nLockTime-by-time comment in CheckFinalTx() (Peter Todd) 748321e Add mediantime field to getblockchaininfo RPC call (Peter Todd) | |||
2015-11-20 | Merge pull request #6851 | Gregory Maxwell | |
3e7c891 Optimisation: Store transaction list order in memory rather than compute it every need (Luke Dashjr) | |||
2015-11-21 | Optimisation: Store transaction list order in memory rather than compute it ↵ | Luke Dashjr | |
every need Huge performance improvement (450%) for zapwallettxes | |||
2015-11-20 | Add relaytxes status to getpeerinfo | Peter Todd | |
2015-11-20 | Bail early in processing transactions in blocks only mode. | Patick Strateman | |
Previously unsolicited transactions would be processed as normal. | |||
2015-11-20 | Fix relay mechanism for whitelisted peers under blocks only mode. | Patick Strateman | |
Previously in blocks only mode all inv messages where type!=MSG_BLOCK would be rejected without regard for whitelisting or whitelistalwaysrelay. As such whitelisted peers would never send the transaction (which would be processed). | |||
2015-11-20 | Merge pull request #6979 | Wladimir J. van der Laan | |
c197798 [Qt] simple mempool info in debug window (Jonas Schnelli) | |||
2015-11-20 | Add missing "blocktime" description to listtransactions help, fix formatting. | Pavel Janík | |
2015-11-20 | http: add Boost 1.49 compatibility | Wladimir J. van der Laan | |
`try_join_for` was introduced in Boost 1.50: http://www.boost.org/doc/libs/1_50_0/doc/html/thread/thread_management.html#thread.thread_management.thread.try_join_for 1.49 has `timed_join`, one can accomplish the same with: http://www.boost.org/doc/libs/1_49_0/doc/html/thread/thread_management.html#thread.thread_management.thread.timed_join However, `timed_join` was deprecated in 1.50. So a conditional is necessary. This solution was tested in #7031. | |||
2015-11-20 | Merge pull request #7019 | Wladimir J. van der Laan | |
33b7f83 [qa] travis: cover *receivedby* rpcs (MarcoFalke) | |||
2015-11-20 | [Qt] simple mempool info in debug window | Jonas Schnelli | |
2015-11-20 | Merge pull request #7059 | Wladimir J. van der Laan | |
2798e0b add powerpc build support for openssl lib (daniel) | |||
2015-11-19 | Merge pull request #6900 | Wladimir J. van der Laan | |
2cecb24 doc: change suite to trusty in gitian-building.md (Wladimir J. van der Laan) 957c0fd gitian: make windows build deterministic (Wladimir J. van der Laan) 2e31d74 gitian: use trusty for building (Wladimir J. van der Laan) 0b416c6 depends: qt PIDLIST_ABSOLUTE patch (Wladimir J. van der Laan) 9f251b7 devtools: add libraries for bitcoin-qt to symbol check (Wladimir J. van der Laan) | |||
2015-11-19 | doc: change suite to trusty in gitian-building.md | Wladimir J. van der Laan | |
2015-11-19 | gitian: make windows build deterministic | Wladimir J. van der Laan | |
2015-11-19 | qt: Periodic translations update | Wladimir J. van der Laan | |
2015-11-19 | Merge pull request #7051 | Wladimir J. van der Laan | |
b4f3e9c ui: Add "Copy raw transaction data" to transaction list context menu (Wladimir J. van der Laan) | |||
2015-11-19 | [qa] python-bitcoinrpc is no longer a subtree | MarcoFalke | |
* Only authproxy.py is taken from the python-bitcoinrpc | |||
2015-11-19 | ui: Add "Copy raw transaction data" to transaction list context menu | Wladimir J. van der Laan | |
Add a way to quickly copy transaction hex. Primarily useful when manually submitting transactions, e.g. `-walletbroadcast=0` is set. | |||
2015-11-19 | Merge pull request #7048 | Wladimir J. van der Laan | |
c5f211b [doc][trivial] Remove miniupnpc build notes build-unix (fanquake) |