aboutsummaryrefslogtreecommitdiff
path: root/contrib/debian
AgeCommit message (Collapse)Author
2016-10-24Qt: New network_disabled iconLuke Dashjr
2016-10-24Overhaul network activity toggleJonas Schnelli
- Rename RPC command "togglenetwork" to "setnetworkactive (true|false)" - Add simple test case - GUI toggle added to connections icon in statusbar
2016-08-19[Qt] add HD enabled/disabled icon to the status barJonas Schnelli
2016-07-07bash-completion: Adapt for 0.12 and 0.13Christian von Roques
* 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
2016-01-26[Qt] Add a new chevron/arrow icon for the console prompt lineJonas Schnelli
2016-01-20Merge #7328: Update README.md website linkWladimir J. van der Laan
b07b103 Update project URL (BtcDrak)
2016-01-17Update license year range to 2016Prayag Verma
2016-01-15Update project URLBtcDrak
2016-01-03[debian] Update bitcoind manpage descriptionMarcoFalke
Update the description to match that description in the main bitcoin README.md
2016-01-03[debian] Bump manpages and only mention -?MarcoFalke
The manpages are outdated and are very rarely updated when changes to the code happen.
2015-11-17[doc][trivial] Update Debian control descriptionfanquake
Update the description in debian/control to match that description in the main bitcoin README.md
2015-11-17[doc][trivial] Remove source forge from Debian watch.fanquake
2015-10-09Change URLs to https in debian/controlMatt Corallo
2015-10-09Update debian/changelog and slight tweak to debian/controlMatt Corallo
2015-09-25Fix debian/copyright list to be non-comma-separated.Matt Corallo
2015-09-25Update debian/copyright format version to 1.0Matt Corallo
2015-09-25Use standard license names in contrib/debian/copyrightMatt Corallo
2015-09-24Merge pull request #6600Wladimir J. van der Laan
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)
2015-09-22Fix spelling of QtDiego Viola
2015-09-21Merge pull request #6667Wladimir J. van der Laan
2eb3183 [doc] Merge doc/assets-attribution.md into contrib/debian/copyright (MarcoFalke) 9be08b7 Update contrib/debian/copyright (MarcoFalke)
2015-09-21rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeoutWladimir J. van der Laan
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.
2015-09-18[doc] Merge doc/assets-attribution.md into contrib/debian/copyrightMarcoFalke
Even though the SVG source files are never used in the QT client, their authors are mentioned in contrib/debian/copyright due to simplicity.
2015-09-17Drop "with minimal dependencies" from descriptionZak Wilcox
Five boost libs plus libcrypto are needed; I don't think that quite passes for minimal.
2015-09-17Split bitcoin-tx into its own packageZak Wilcox
Reverts the change putting it in the bitcoind deb.
2015-09-15Update contrib/debian/copyrightMarcoFalke
2015-09-02doc: remove documentation for rpcsslWladimir J. van der Laan
2015-08-29Include bitcoin-tx binary on Debian/UbuntuZak Wilcox
Currently left out of Matt's PPA. Debian's package for unstable already has it.
2015-08-10typofixes (found by misspell_fixer)Veres Lajos
2015-06-22doc: update mailing list addressWladimir J. van der Laan
Move from sourceforge to linux foundation. Also get rid of some other stale mentions of sourceforge.
2015-04-20Remove leftover strlcpy.h copyrightRob Van Mieghem
src/strlcpy.h was removed by https://github.com/bitcoin/bitcoin/commit/6032e4f4e7c1892a4e3f0a1a2007e4cd0fe99937
2015-03-21Update bitcoin.confCohibAA
2015-02-26Add bitcoin-cli man pageCiemon
2015-02-18Update debian changelog and control fileMatt Corallo
2014-12-30RPCWallet: Notate all account stuff as deprecatedLuke Dashjr
2014-09-26Add 0.9.3 and fix controlMatt Corallo
2014-07-24doc: remove any mention of SOCKS4Wladimir J. van der Laan
SOCKS4 support was removed in 0127a9b, as well as the `-socks=` option.
2014-07-21Revert "Add -respendnotify option and new RPC data"Wladimir J. van der Laan
This reverts commit 9004798e62e987ddf50030b17fa1881b63dd5e45.
2014-07-12-datadir is now allowed in config filesZak Wilcox
2014-07-08Update Debian packaging description for new bitcoin-cliJohnathan Corgan
2014-07-01secp256k1: add libtool as a dependencyCory Fields
2014-06-27Add -respendnotify option and new RPC dataTom Harding
-respendnotify=<cmd> Execute command when a network tx respends wallet tx input (%s=respend TxID, %t=wallet TxID) Add respendsobserved array to gettransaction, listtransactions, and listsinceblock RPCs. This omits the malleated clones that are included in the walletconflicts array. Add RPC help for respendsobserved and walletconflicts (help was missing for the latter).
2014-06-11Updated Debian example bitcoin.conf with config from wiki + removed some ↵Giuseppe Mazzotta
cruft and updated comments
2014-05-12doc: remove mention of `-rpctimeout` from man pageWladimir J. van der Laan
That option hasn't existed for a long time.
2014-04-26Update contrib/debian for autotools, among a few other tweaksMatt Corallo
2014-01-14qt: Update remaining "The Bitcoin Core Developers"Wladimir J. van der Laan
2014-01-13qt: use series of pngs for spinnerWladimir J. van der Laan
Use a series of .png frames for the spinner instead of a .mng. `mng` is an obscure image format and is not built by default into Qt5. This appears to improve the crispness of the spinner as well. Does not noticably increase the size (still ~27k) and the code is not more complicated either.
2013-12-27Update debian/Matt Corallo
2013-10-12Documentation Cleanup in /Docsuper3
Added some help text, and bumped version numbers. Added a Readable Index for /Contrib Fixing /Contrib Index URLs Revert Version Numbers.
2013-09-17Update contrib/debian: proper desktop category and update changelogMatt Corallo
2013-06-27README for contrib/debianGavin Andresen