Akira Takizawa
c9439e735a
[Trivial] Update license year range to 2018
7 years ago
Wladimir J. van der Laan
79399c8cd0
Merge #10657 : Utils: Improvements to ECDSA key-handling code
...
63179d0
Scope the ECDSA constant sizes to CPubKey / CKey classes (Jack Grigg)
1ce9f0a
Ensure that ECDSA constant sizes are correctly-sized (Jack Grigg)
48abe78
Remove redundant `= 0` initialisations (Jack Grigg)
17fa391
Specify ECDSA constant sizes as constants (Jack Grigg)
e4a1086
Update Debian copyright list (Jack Grigg)
e181dbe
Add comments (Jack Grigg)
a3603ac
Fix potential overflows in ECDSA DER parsers (Jack Grigg)
Pull request description:
Mostly trivial, but includes fixes to potential overflows in the ECDSA DER parsers.
Cherry-picked from Zcash PR https://github.com/zcash/zcash/pull/2335
Tree-SHA512: 8fcbd51b0bd6723e5d33fa5d592f7cb68ed182796a9b837ecc8217991ad69d6c970258617dc00eb378c8caa4cec5d6b304d9d2c066acd40cda98e4da68e0caa4
7 years ago
Henrik Jonsson
3fdb29778a
Rename rpcuser.py to rpcauth.py
...
This script creates `rpcauth` entries for bitcoin.conf,
not the deprecated `rpcuser` entry, so this changes the name
of the script to match.
7 years ago
Evan Klitzke
b077fe908e
fix the StartupWMClass for bitoin-qt, so gnome-shell can recognize it
7 years ago
klemens
f42fc1d508
doc: spelling fixes
7 years ago
Jack Grigg
e4a10860a4
Update Debian copyright list
7 years ago
Matt Corallo
91700aa1df
Re-enable upnp support in contrib/debian
8 years ago
Matt Corallo
c5071e1f03
Build with QT5 on Debian-based systems using contrib/debian
8 years ago
Matt Corallo
a8e928699a
Bump minimum boost version in contrib/debian
8 years ago
Matt Corallo
997021986e
Update contrib/debian to latest Ubuntu PPA upload.
...
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).
8 years ago
Kyle Honeycutt
c0651cca49
Update bitcoin.conf with example for pruning
...
This option is becoming more popular recently, and I propose an example to be shown in the bitcoin.conf.
pruning comments
updated and corrected pruning comments
Revised details on pruning in bitcoin.conf
Revised details on pruning in bitcoin.conf
spelling and space
spelling and space
add details on pruning in bitcoin.conf
8 years ago
Alex Morcos
b421e6ddcf
Update example bitcoin.conf
8 years ago
MarcoFalke
ddf58c7573
wallet: Remove sendfree
...
This removes the option from the wallet to not pay a fee on "small"
transactions which spend "old" inputs.
This code is no longer worth keeping around, as almost all miners
prefer not to include transactions which pay no fee at all.
8 years ago
Lauda
be31a2b363
[Trivial] Update license year range to 2017
...
The same as #7363 .
8 years ago
Gregory Sanders
0513c707aa
Make rpcauth help message clearer, add example in example .conf
8 years ago
Jonas Schnelli
ab914a6530
Merge #8996 : Network activity toggle
...
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)
8 years ago
Luke Dashjr
19f46f177e
Qt: New network_disabled icon
8 years ago
Jonas Schnelli
b2b33d9017
Overhaul network activity toggle
...
- Rename RPC command "togglenetwork" to "setnetworkactive (true|false)"
- Add simple test case
- GUI toggle added to connections icon in statusbar
8 years ago
matthias
164196b7c8
Simple Update to File 'bitcoin-qt.desktop'
8 years ago
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
Wladimir J. van der Laan
f48e59df0a
Merge #7328 : Update README.md website link
...
b07b103
Update project URL (BtcDrak)
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
Wladimir J. van der Laan
ef4945f221
Merge pull request #6600
...
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)
9 years ago
Diego Viola
99ee4a656b
Fix spelling of Qt
9 years ago
Wladimir J. van der Laan
229fb974ab
Merge pull request #6667
...
2eb3183
[doc] Merge doc/assets-attribution.md into contrib/debian/copyright (MarcoFalke)
9be08b7
Update contrib/debian/copyright (MarcoFalke)
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