Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-23 | [Trivial] Update license year range to 2017 | Lauda | |
The same as #7363. | |||
2016-12-21 | Make rpcauth help message clearer, add example in example .conf | Gregory Sanders | |
2016-11-11 | Merge #8996: Network activity toggle | Jonas Schnelli | |
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) | |||
2016-10-24 | Qt: New network_disabled icon | Luke Dashjr | |
2016-10-24 | Overhaul network activity toggle | Jonas Schnelli | |
- Rename RPC command "togglenetwork" to "setnetworkactive (true|false)" - Add simple test case - GUI toggle added to connections icon in statusbar | |||
2016-10-17 | Simple Update to File 'bitcoin-qt.desktop' | matthias | |
2016-09-25 | Remove old manpages from contrib/debian | fanquake | |
2016-08-19 | [Qt] add HD enabled/disabled icon to the status bar | Jonas Schnelli | |
2016-07-07 | bash-completion: Adapt for 0.12 and 0.13 | Christian 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 line | Jonas Schnelli | |
2016-01-20 | Merge #7328: Update README.md website link | Wladimir J. van der Laan | |
b07b103 Update project URL (BtcDrak) | |||
2016-01-17 | Update license year range to 2016 | Prayag Verma | |
2016-01-15 | Update project URL | BtcDrak | |
2016-01-03 | [debian] Update bitcoind manpage description | MarcoFalke | |
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 description | fanquake | |
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-09 | Change URLs to https in debian/control | Matt Corallo | |
2015-10-09 | Update debian/changelog and slight tweak to debian/control | Matt Corallo | |
2015-09-25 | Fix debian/copyright list to be non-comma-separated. | Matt Corallo | |
2015-09-25 | Update debian/copyright format version to 1.0 | Matt Corallo | |
2015-09-25 | Use standard license names in contrib/debian/copyright | Matt Corallo | |
2015-09-24 | Merge pull request #6600 | Wladimir 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-22 | Fix spelling of Qt | Diego Viola | |
2015-09-21 | Merge pull request #6667 | Wladimir J. van der Laan | |
2eb3183 [doc] Merge doc/assets-attribution.md into contrib/debian/copyright (MarcoFalke) 9be08b7 Update contrib/debian/copyright (MarcoFalke) | |||
2015-09-21 | rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout | Wladimir 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/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. | |||
2015-09-17 | Drop "with minimal dependencies" from description | Zak Wilcox | |
Five boost libs plus libcrypto are needed; I don't think that quite passes for minimal. | |||
2015-09-17 | Split bitcoin-tx into its own package | Zak Wilcox | |
Reverts the change putting it in the bitcoind deb. | |||
2015-09-15 | Update contrib/debian/copyright | MarcoFalke | |
2015-09-02 | doc: remove documentation for rpcssl | Wladimir J. van der Laan | |
2015-08-29 | Include bitcoin-tx binary on Debian/Ubuntu | Zak Wilcox | |
Currently left out of Matt's PPA. Debian's package for unstable already has it. | |||
2015-08-10 | typofixes (found by misspell_fixer) | Veres Lajos | |
2015-06-22 | doc: update mailing list address | Wladimir J. van der Laan | |
Move from sourceforge to linux foundation. Also get rid of some other stale mentions of sourceforge. | |||
2015-04-20 | Remove leftover strlcpy.h copyright | Rob Van Mieghem | |
src/strlcpy.h was removed by https://github.com/bitcoin/bitcoin/commit/6032e4f4e7c1892a4e3f0a1a2007e4cd0fe99937 | |||
2015-03-21 | Update bitcoin.conf | CohibAA | |
2015-02-26 | Add bitcoin-cli man page | Ciemon | |
2015-02-18 | Update debian changelog and control file | Matt Corallo | |
2014-12-30 | RPCWallet: Notate all account stuff as deprecated | Luke Dashjr | |
2014-09-26 | Add 0.9.3 and fix control | Matt Corallo | |
2014-07-24 | doc: remove any mention of SOCKS4 | Wladimir J. van der Laan | |
SOCKS4 support was removed in 0127a9b, as well as the `-socks=` option. | |||
2014-07-21 | Revert "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 files | Zak Wilcox | |
2014-07-08 | Update Debian packaging description for new bitcoin-cli | Johnathan Corgan | |
2014-07-01 | secp256k1: add libtool as a dependency | Cory Fields | |
2014-06-27 | Add -respendnotify option and new RPC data | Tom 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-11 | Updated Debian example bitcoin.conf with config from wiki + removed some ↵ | Giuseppe Mazzotta | |
cruft and updated comments | |||
2014-05-12 | doc: remove mention of `-rpctimeout` from man page | Wladimir J. van der Laan | |
That option hasn't existed for a long time. | |||
2014-04-26 | Update contrib/debian for autotools, among a few other tweaks | Matt Corallo | |
2014-01-14 | qt: Update remaining "The Bitcoin Core Developers" | Wladimir J. van der Laan | |