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
11 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
Matt Corallo
97372c2d22
Update contrib/debian (including IRC removal)
12 years ago
Luke Dashjr
23a44a7ad6
Apply MIT license to md2k7 art
...
[21:48:14] <md2k7> feel free to make it MIT if you like
12 years ago
fanquake
f00a0dcfed
Docs Tidy up
12 years ago
Matt Corallo
3563824c60
Update contrib/debian and remove system json_spirit patch.
...
That patch has been broken for a long, long time (forever?) and
doesn't make sense.
13 years ago
Matt Corallo
8f6111bb9c
Update contrib/debian.
...
* Updates package description to note that blockchain now takes
2+ GB instead of 150+ MB.
* Stop creating DB_CONFIG with DB_LOG_AUTO_REMOVE as that is set
in Bitcoin itself now.
* Update changelog with 0.6.2 and the current updates.
13 years ago
Christian von Roques
dbd9c486bb
Use debhelper to install bitcoind.bash-completion
13 years ago
Matt Corallo
3d0a83aeb2
Update changelog to match reality.
13 years ago
cardpuncher
9c2c932f8c
Added comment lines in French & Turkish which basically mean "Bitcoin, virtual P2P cryptocurrency".
13 years ago
Gavin Andresen
5ce4c2a23a
Remove USE_SSL #define
13 years ago
Wladimir J. van der Laan
ec2ed58232
Merge pull request #834 from sje397/BackupWallet
...
Added 'Backup Wallet' menu option to GUI
13 years ago
Matt Corallo
b03cb15789
Make bitcoin-qt static-link libqrcode and add it for debian pkgs.
13 years ago
sje397
4efbda3f25
Added 'Backup Wallet' menu option
...
- icon from the LGPL Nuvola set (like the tick) - http://www.icon-king.com/projects/nuvola/
- include 'boost/version.hpp' in db.cpp so that the overwrite version of copy can be used
- catch exceptions in BackupWallet (e.g. filesystem_error thrown when trying to overwrite without the overwrite flag set)
- include db.h in walletmodel.cpp for BackupWallet function
- updated doc/assets-attribution.txt and contrib/debian/copyright with copyright info for new icon
13 years ago
Wladimir J. van der Laan
70f55355e2
Merge pull request #593 (Full URL Support in bitcoin-qt)
13 years ago
Matt Corallo
65c82be021
Remove mentions on anonymity in debian folder.
...
These should never have been there, bitcoin isnt anonymous without
a ton of work that virtually no users will ever be willing and
capable of doing.
13 years ago
Matt Corallo
7d145a0f59
Add support for opening bitcoin: URIs directly.
13 years ago
Matt Corallo
4051e79887
Update debian changelog to 0.5.1.
13 years ago
Matt Corallo
555d1cd02f
Update contrib/debian/ for 0.5.0 release and fix copyright file.
13 years ago
Luke Dashjr
aa1ed9265f
update debian copyright file for MIT icon relicensing
13 years ago
Luke Dashjr
0fe19a3a2c
Replace kfm_home with go-home for "overview"
13 years ago
Luke Dashjr
81dd7aa4c1
Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensed
13 years ago
Luke Dashjr
5a7321562d
Replace icons with Nuvola (LGPL 2.1): all non-free except for those by Wladimir van der Laan (who will hopefully relicense)
13 years ago
Matt Corallo
38f33ce4a3
Add debian build folder
13 years ago