aboutsummaryrefslogtreecommitdiff
path: root/contrib/debian
Commit message (Collapse)AuthorAgeFilesLines
* really s/Doge/Dis/g this timeTomo Ueda2021-09-023-14/+14
|
* really s/doge/dis/g this timeTomo Ueda2021-09-0218-57/+57
|
* Rename pixmapsDemon2021-03-112-5/+5
|
* remove-encoding-keyDemon2021-03-031-1/+0
|
* Updating Dogecoin references in Contrib filesAlan Cramer2019-07-121-1/+0
| | | | Updating some missed Bitcoin data to Dogecoin branding and values in Contrib folder
* Update debian contrib files to match Dogecoin (#1449)Ross Nicoll2019-03-2527-72/+76
|
* Re-enable upnp support in contrib/debianMatt Corallo2017-06-033-1/+8
| | | | | Github-Pull: #10328 Rebased-From: 91700aa1df57c1a9209284e743224119396604d5
* Build with QT5 on Debian-based systems using contrib/debianMatt Corallo2017-06-033-3/+11
| | | | | Github-Pull: #10328 Rebased-From: c5071e1f03085b4025f2a33fb2c3079d823d660c
* Bump minimum boost version in contrib/debianMatt Corallo2017-06-032-6/+12
| | | | | Github-Pull: #10328 Rebased-From: a8e928699a6ab612459e836ba24af143eae37b0f
* Update contrib/debian to latest Ubuntu PPA upload.Matt Corallo2017-06-033-28/+131
| | | | | | | | | | | | | | | | | | | | | 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
* [Trivial] Update license year range to 2017Lauda2017-01-231-1/+1
| | | | The same as #7363.
* Make rpcauth help message clearer, add example in example .confGregory Sanders2016-12-211-1/+22
|
* Merge #8996: Network activity toggleJonas Schnelli2016-11-111-0/+3
|\ | | | | | | | | | | | | | | | | 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)
| * Qt: New network_disabled iconLuke Dashjr2016-10-241-1/+3
| |
| * Overhaul network activity toggleJonas Schnelli2016-10-241-0/+1
| | | | | | | | | | | | - Rename RPC command "togglenetwork" to "setnetworkactive (true|false)" - Add simple test case - GUI toggle added to connections icon in statusbar
* | Simple Update to File 'bitcoin-qt.desktop'matthias2016-10-171-2/+3
| |
* | Remove old manpages from contrib/debianfanquake2016-09-259-93/+4
|/
* [Qt] add HD enabled/disabled icon to the status barJonas Schnelli2016-08-191-0/+4
|
* bash-completion: Adapt for 0.12 and 0.13Christian von Roques2016-07-072-0/+2
| | | | | | | * 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
* [Qt] Add a new chevron/arrow icon for the console prompt lineJonas Schnelli2016-01-261-0/+3
|
* Merge #7328: Update README.md website linkWladimir J. van der Laan2016-01-201-1/+1
|\ | | | | | | b07b103 Update project URL (BtcDrak)
| * Update project URLBtcDrak2016-01-151-1/+1
| |
* | Update license year range to 2016Prayag Verma2016-01-171-1/+1
|/
* [debian] Update bitcoind manpage descriptionMarcoFalke2016-01-031-3/+1
| | | | | Update the description to match that description in the main bitcoin README.md
* [debian] Bump manpages and only mention -?MarcoFalke2016-01-034-439/+14
| | | | | The manpages are outdated and are very rarely updated when changes to the code happen.
* [doc][trivial] Update Debian control descriptionfanquake2015-11-171-21/+15
| | | | | Update the description in debian/control to match that description in the main bitcoin README.md
* [doc][trivial] Remove source forge from Debian watch.fanquake2015-11-171-2/+0
|
* Change URLs to https in debian/controlMatt Corallo2015-10-091-2/+2
|
* Update debian/changelog and slight tweak to debian/controlMatt Corallo2015-10-092-1/+32
|
* Fix debian/copyright list to be non-comma-separated.Matt Corallo2015-09-251-23/+23
|
* Update debian/copyright format version to 1.0Matt Corallo2015-09-251-1/+1
|
* Use standard license names in contrib/debian/copyrightMatt Corallo2015-09-251-8/+8
|
* Merge pull request #6600Wladimir J. van der Laan2015-09-242-0/+15
|\ | | | | | | | | | | 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)
| * Drop "with minimal dependencies" from descriptionZak Wilcox2015-09-171-3/+2
| | | | | | Five boost libs plus libcrypto are needed; I don't think that quite passes for minimal.
| * Split bitcoin-tx into its own packageZak Wilcox2015-09-173-1/+16
| | | | | | | | Reverts the change putting it in the bitcoind deb.
| * Include bitcoin-tx binary on Debian/UbuntuZak Wilcox2015-08-291-0/+1
| | | | | | Currently left out of Matt's PPA. Debian's package for unstable already has it.
* | Fix spelling of QtDiego Viola2015-09-221-2/+2
| |
* | Merge pull request #6667Wladimir J. van der Laan2015-09-211-86/+57
|\ \ | | | | | | | | | | | | 2eb3183 [doc] Merge doc/assets-attribution.md into contrib/debian/copyright (MarcoFalke) 9be08b7 Update contrib/debian/copyright (MarcoFalke)
| * | [doc] Merge doc/assets-attribution.md into contrib/debian/copyrightMarcoFalke2015-09-181-2/+8
| | | | | | | | | | | | | | | | | | Even though the SVG source files are never used in the QT client, their authors are mentioned in contrib/debian/copyright due to simplicity.
| * | Update contrib/debian/copyrightMarcoFalke2015-09-151-85/+50
| | |
* | | rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeoutWladimir J. van der Laan2015-09-211-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* / doc: remove documentation for rpcsslWladimir J. van der Laan2015-09-025-48/+0
|/
* typofixes (found by misspell_fixer)Veres Lajos2015-08-101-3/+3
|
* doc: update mailing list addressWladimir J. van der Laan2015-06-221-2/+1
| | | | | | Move from sourceforge to linux foundation. Also get rid of some other stale mentions of sourceforge.
* Remove leftover strlcpy.h copyrightRob Van Mieghem2015-04-201-4/+0
| | | | src/strlcpy.h was removed by https://github.com/bitcoin/bitcoin/commit/6032e4f4e7c1892a4e3f0a1a2007e4cd0fe99937
* Update bitcoin.confCohibAA2015-03-211-0/+18
|
* Add bitcoin-cli man pageCiemon2015-02-262-0/+49
|
* Update debian changelog and control fileMatt Corallo2015-02-182-1/+13
|
* RPCWallet: Notate all account stuff as deprecatedLuke Dashjr2014-12-301-12/+12
|
* Add 0.9.3 and fix controlMatt Corallo2014-09-262-1/+6
|