MarcoFalke
3507992bcf
[trivial] Make optimize-pngs.py also cover share/pixmaps
...
Also fix:
"Exception: tostring() has been removed. Please call tobytes() instead."
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
MarcoFalke
4dee609e10
Rename rpcconsole.ui => debugwindow.ui
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
Wladimir J. van der Laan
3802ae7267
devtools: don't push if signing fails in github-merge
...
If a problem happens with gpg, exit prematurely so that it doesn't push
the branch upstream.
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
Jeff Garzik
e6a14b64d6
Add ZeroMQ support. Notify blocks and transactions via ZeroMQ
...
Continues Johnathan Corgan's work.
Publishing multipart messages
Bugfix: Add missing zmq header includes
Bugfix: Adjust build system to link ZeroMQ code for Qt binaries
9 years ago
MarcoFalke
9be08b7fe2
Update contrib/debian/copyright
9 years ago
Matt Corallo
0186228d61
Update trusted-git-root to the most recent unsigned commit
9 years ago
Kevin Cooper
d4aa54c5af
added org.bitcoin.bitcoind.plist for launchd (OS X)
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
Marco
9142867572
[QT] cleanup icons
...
* Cleanup SVG code
* Unify design ("Typicons" seem to have round edges)
* Fix transparency issue with clock5.png
9 years ago
Casey Rodarmor
9f5edb970a
Removed contrib/bitrpc
...
It's unclear if people are using this and if it's worth maintaining.
9 years ago
centaur1
6d6cec3838
Create centaur1-key.pgp
9 years ago
Paul Georgiou
e3c42973b2
Update Linearize tool to support Windows paths
9 years ago
Florian Schmaus
8c44e63077
Add BITCOIND_SIGTERM_TIMEOUT to OpenRC init scripts
...
This allows users to specify, e.g. raise, the default timeout of 60
seconds. Some bitcoind instances, especially long running ones on slow
hardware, require a higher timeout for a clean shut down.
Also add a comment to bitcoind.openrc's 'retry=', since it is not
obvious from the variable name what it does.
9 years ago
Cory Fields
a3ba9a553a
gitian: make the windows signing process match OSX
9 years ago
Wladimir J. van der Laan
b9329536cd
Hardcoded seeds update June 2015
10 years ago
Wladimir J. van der Laan
884454aebe
contrib: Add port parsing to makeseeds.py
...
Allow for non-8333 nodes to appear in the internal seeds. This will
allow bitcoind to bypas a filter on 8333. This also makes it possible to
use the same tool for e.g. testnet.
As hosts with multiple nodes per IP are likely abusive, add a filter to
remove these (the ASN check will take care of them for IPv4, but not
IPv6 or onion).
10 years ago
Wladimir J. van der Laan
ccd4369a23
contrib: Improvements to hardcoded seeds scripts
...
- Moved all seed related scripts to contrib/seeds for consistency
- Updated `makeseeds.py` to handle IPv6 and onions, fix regular
expression for recent Bitcoin Core versions
- Fixed a bug in `generate-seeds.py` with regard to IPv6 parsing
10 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
Cory Fields
d08cfc2bd7
gitian: add a gitian-win-signer descriptor
...
This is exactly like the current OSX signing process.
osslsigncode has been patched to detach and re-attach Windows signatures.
The changes can be seen here: https://github.com/theuni/osslsigncode/commits/attach-signature
There's a pull-request open upstream for the changes:
https://sourceforge.net/p/osslsigncode/osslsigncode/merge-requests/3/
This work has been back-ported to the stable 1.7.1 release of osslsigncode, so
that a smaller patch can be reviewed.
10 years ago
Christian Decker
82e6487af8
Adding pgp public key for cdecker as requested by @jonasschnelli in bitcoin/gitian.sigs#182
10 years ago
Cory Fields
c110575a92
gitian: Use the new bitcoin-detached-sigs git repo for OSX signatures
...
Rather than fetching a signature.tar.gz from somewhere on the net, instruct
Gitian to use a signature from a tag in the bitcoin-detached-sigs repository
which corresponds to the tag of the release being built.
This changes detached-sig-apply.sh to take a dirname rather than a tarball as
an argument, though detached-sig-create.sh still outputs a tarball for
convenience.
10 years ago
Paul Rabahy
789b7c34b8
gitian-downloader: Add prab's key
10 years ago
Peter Todd
cab580d62e
gitian: Add petertodd to gitian download scripts
10 years ago
Erik Mossberg
f053bd26a9
Add erkmos OpenPGP key to gitian downloader keyset
10 years ago
Jonas Schnelli
0a32a9347e
OSX: use "Bitcoin Core" as Bundle Display Name
10 years ago
Cory Fields
960e99404f
gitian: Bump cache dir for current master
...
Do not backport.
10 years ago
Cory Fields
be656283f9
gitian: bump faketime to something more recent
...
This helps in file views where binaries are sorted by time
10 years ago
Jonas Schnelli
a2241eabfd
[OSX] revert renaming of Bitcoin-Qt.app
10 years ago
Luke Dashjr
1fe4c4fcff
gitian-downloader: Update luke-jr's key
10 years ago
Jeff Garzik
7f68c7dc05
contrib/linearize: Support linearization of testnet blocks
10 years ago
Cory Fields
d1a3866e0b
build: Cope with spaces in filenames when creating/applying OSX sigs
10 years ago
Jonas Schnelli
7cef321e65
[Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app"
10 years ago
sandakersmann
78f44b60d5
Capitalized P2P
...
Capitalized P2P
10 years ago
sandakersmann
8e9248d96b
[Trivial] Cryptocurrency is one word
...
Cryptocurrency was added to Oxford Dictionaries Online in May 2014.
10 years ago
Rob Van Mieghem
89fc6b67aa
Remove leftover strlcpy.h copyright
...
src/strlcpy.h was removed by 6032e4f4e7
10 years ago
Pieter Wuille
5ff94c630e
Add git-subtree-check.sh script
10 years ago
CohibAA
9d086c01bc
Update bitcoin.conf
10 years ago
joshr
723664b5db
startup script for centos, with documentation.
10 years ago
Luke Dashjr
3c6d594e64
contrib/init/bitcoind.openrc: Compatibility with previous OpenRC init script variables
10 years ago
Ciemon
96c19a3a8e
Add bitcoin-cli man page
10 years ago