| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Updating some missed Bitcoin data to Dogecoin branding and values in Contrib folder
|
| | |
|
| |
|
|
|
| |
Github-Pull: #10328
Rebased-From: 91700aa1df57c1a9209284e743224119396604d5
|
| |
|
|
|
| |
Github-Pull: #10328
Rebased-From: c5071e1f03085b4025f2a33fb2c3079d823d660c
|
| |
|
|
|
| |
Github-Pull: #10328
Rebased-From: a8e928699a6ab612459e836ba24af143eae37b0f
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This:
* Partially reverts 9f68ed6 (which fixed spelling in a changelog,
though generally changelogs should be append-only).
* Disables UPnP support (PPA has not had it for a while, and I
still don't trust miniupnpc, plus it seems uneccessary - its
been a while since we needed to care about Bitcoin-Qt home users
getting their inbound ports auto-mapped).
* Enables ZMQ.
* Forces GUI to Qt4 to fix various issues people have been seeing
on Ubuntu and elsewhere with Qt5.
* Reverts 70899d70b (Bitcoin does not enable "instant payments",
not is transaction management "carried out collectively by the
network", for whatever "transaction management" means, finally
Bitcoin Core is not the only way to use the Bitcoin currency,
as seemingly implied in the description).
Github-Pull: #10328
Rebased-From: 997021986e02f8e59024ffca6437857d9d17f396
|
| |
|
|
| |
The same as #7363.
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
19f46f1 Qt: New network_disabled icon (Luke Dashjr)
54cf997 RPC/Net: Use boolean consistently for networkactive, and remove from getinfo (Luke Dashjr)
b2b33d9 Overhaul network activity toggle (Jonas Schnelli)
32efa79 Qt: Add GUI feedback and control of network activity state. (Jon Lund Steffensen)
e38993b RPC: Add "togglenetwork" method to toggle network activity temporarily (Jon Lund Steffensen)
7c9a98a Allow network activity to be temporarily suspended. (Jon Lund Steffensen)
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
- Rename RPC command "togglenetwork" to "setnetworkactive (true|false)"
- Add simple test case
- GUI toggle added to connections icon in statusbar
|
| | | |
|
| |/ |
|
| | |
|
| |
|
|
|
|
|
| |
* separate completion for bitcoind and bitcoin-cli
* remove RPC support from bitcoind completion
* add completion for bitcoin-tx and bitcoin-qt
* rely on autoloading of completions
|
| | |
|
| |\
| |
| |
| | |
b07b103 Update project URL (BtcDrak)
|
| | | |
|
| |/ |
|
| |
|
|
|
| |
Update the description to match that description in
the main bitcoin README.md
|
| |
|
|
|
| |
The manpages are outdated and are very rarely updated when changes
to the code happen.
|
| |
|
|
|
| |
Update the description in debian/control to match that description in
the main bitcoin README.md
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| |
| |
| | |
b0beae8 Drop "with minimal dependencies" from description (Zak Wilcox)
5e5e00b Split bitcoin-tx into its own package (Zak Wilcox)
05179f7 Include bitcoin-tx binary on Debian/Ubuntu (Zak Wilcox)
|
| | |
| |
| | |
Five boost libs plus libcrypto are needed; I don't think that quite passes for minimal.
|
| | |
| |
| |
| | |
Reverts the change putting it in the bitcoind deb.
|
| | |
| |
| | |
Currently left out of Matt's PPA. Debian's package for unstable already has it.
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | | |
2eb3183 [doc] Merge doc/assets-attribution.md into contrib/debian/copyright (MarcoFalke)
9be08b7 Update contrib/debian/copyright (MarcoFalke)
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Even though the SVG source files are never used in the QT client,
their authors are mentioned in contrib/debian/copyright due to
simplicity.
|
| | | | |
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The two timeouts for the server and client, are essentially different:
- In the case of the server it should be a lower value to avoid clients
clogging up connection slots
- In the case of the client it should be a high value to accomedate slow
responses from the server, for example for slow queries or when the
lock is contended
Split the options into `-rpcservertimeout` and `-rpcclienttimeout` with
respective defaults of 30 and 900.
|
| |/ |
|
| | |
|
| |
|
|
|
|
| |
Move from sourceforge to linux foundation.
Also get rid of some other stale mentions of sourceforge.
|
| |
|
|
| |
src/strlcpy.h was removed by https://github.com/bitcoin/bitcoin/commit/6032e4f4e7c1892a4e3f0a1a2007e4cd0fe99937
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|