fanquake
b1948723c9
Remove old manpages from contrib/debian
8 years ago
Jonas Schnelli
914154f0cc
[Qt] add HD enabled/disabled icon to the status bar
8 years ago
Christian von Roques
1ba3db6a8e
bash-completion: Adapt for 0.12 and 0.13
...
* 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
8 years ago
Jonas Schnelli
43abb02aa2
[Qt] Add a new chevron/arrow icon for the console prompt line
9 years ago
Prayag Verma
bd34174ebc
Update license year range to 2016
9 years ago
BtcDrak
b07b103e8a
Update project URL
9 years ago
MarcoFalke
fa6ce44bf9
[debian] Update bitcoind manpage description
...
Update the description to match that description in
the main bitcoin README.md
9 years ago
MarcoFalke
fae7a369cb
[debian] Bump manpages and only mention -?
...
The manpages are outdated and are very rarely updated when changes
to the code happen.
9 years ago
fanquake
70899d70b8
[doc][trivial] Update Debian control description
...
Update the description in debian/control to match that description in
the main bitcoin README.md
9 years ago
fanquake
2fcb84907d
[doc][trivial] Remove source forge from Debian watch.
9 years ago
Matt Corallo
c7b36ccf4a
Change URLs to https in debian/control
9 years ago
Matt Corallo
e253e83c5c
Update debian/changelog and slight tweak to debian/control
9 years ago
Matt Corallo
023919b8c2
Fix debian/copyright list to be non-comma-separated.
9 years ago
Matt Corallo
71afc687e6
Update debian/copyright format version to 1.0
9 years ago
Matt Corallo
d4ca868dfe
Use standard license names in contrib/debian/copyright
9 years ago
Diego Viola
99ee4a656b
Fix spelling of Qt
9 years ago
Wladimir J. van der Laan
2190ea6c4e
rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout
...
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.
9 years ago
MarcoFalke
2eb3183ca4
[doc] Merge doc/assets-attribution.md into contrib/debian/copyright
...
Even though the SVG source files are never used in the QT client,
their authors are mentioned in contrib/debian/copyright due to
simplicity.
9 years ago
Zak Wilcox
b0beae8b82
Drop "with minimal dependencies" from description
...
Five boost libs plus libcrypto are needed; I don't think that quite passes for minimal.
9 years ago
Zak Wilcox
5e5e00bf4c
Split bitcoin-tx into its own package
...
Reverts the change putting it in the bitcoind deb.
9 years ago
MarcoFalke
9be08b7fe2
Update contrib/debian/copyright
9 years ago
Wladimir J. van der Laan
51fcfc022c
doc: remove documentation for rpcssl
9 years ago
Zak Wilcox
05179f7e9d
Include bitcoin-tx binary on Debian/Ubuntu
...
Currently left out of Matt's PPA. Debian's package for unstable already has it.
9 years ago
Veres Lajos
9f68ed6b6d
typofixes (found by misspell_fixer)
9 years ago
Wladimir J. van der Laan
88d8525ca2
doc: update mailing list address
...
Move from sourceforge to linux foundation.
Also get rid of some other stale mentions of sourceforge.
10 years ago
Rob Van Mieghem
89fc6b67aa
Remove leftover strlcpy.h copyright
...
src/strlcpy.h was removed by 6032e4f4e7
10 years ago
CohibAA
9d086c01bc
Update bitcoin.conf
10 years ago
Ciemon
96c19a3a8e
Add bitcoin-cli man page
10 years ago
Matt Corallo
544e64e975
Update debian changelog and control file
10 years ago
Luke Dashjr
7b782f5b01
RPCWallet: Notate all account stuff as deprecated
10 years ago
Matt Corallo
0866948e18
Add 0.9.3 and fix control
10 years ago
Wladimir J. van der Laan
59abcefc2e
doc: remove any mention of SOCKS4
...
SOCKS4 support was removed in 0127a9b
, as well as the `-socks=` option.
10 years ago
Wladimir J. van der Laan
39d3f2cb40
Revert "Add -respendnotify option and new RPC data"
...
This reverts commit 9004798e62
.
10 years ago
Zak Wilcox
6b407e4e56
-datadir is now allowed in config files
10 years ago
Johnathan Corgan
45abeb2112
Update Debian packaging description for new bitcoin-cli
10 years ago
Cory Fields
b150b09edc
secp256k1: add libtool as a dependency
10 years ago
Tom Harding
9004798e62
Add -respendnotify option and new RPC data
...
-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).
11 years ago
Giuseppe Mazzotta
68ba85fd75
Updated Debian example bitcoin.conf with config from wiki + removed some cruft and updated comments
11 years ago
Wladimir J. van der Laan
381b25dfde
doc: remove mention of `-rpctimeout` from man page
...
That option hasn't existed for a long time.
11 years ago
Matt Corallo
6e40fcf455
Update contrib/debian for autotools, among a few other tweaks
11 years ago
Wladimir J. van der Laan
b26de9d951
qt: Update remaining "The Bitcoin Core Developers"
11 years ago
Wladimir J. van der Laan
f10b2d70d0
qt: use series of pngs for spinner
...
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.
11 years ago
Matt Corallo
4d46da20ea
Update debian/
11 years ago
super3
0aa9851b18
Documentation Cleanup in /Doc
...
Added some help text, and bumped version numbers.
Added a Readable Index for /Contrib
Fixing /Contrib Index URLs
Revert Version Numbers.
11 years ago
Matt Corallo
9085c8c7c3
Update contrib/debian: proper desktop category and update changelog
11 years ago
Gavin Andresen
89781d00dd
README for contrib/debian
12 years ago
Gavin Andresen
bf81a3ef78
Fix Gnome bitcoin: URI handler
12 years ago
Jonas Schnelli
d0d4080013
new icons for linux, etc.
...
- new xpm resources for different linux window managers
- new png files for autoresizing on different linux window managers
- favicon with new logo
- window .ico with new logo
- updated debian package script
- updated changelog
12 years ago
Scott Howard
ab20cd76f2
re-remove irc reference in bitcoin.conf.5
12 years ago
Scott Howard
765f702310
added bitcoin-qt manpage and corrected a few minus signs used as hyphens in other manpages
12 years ago