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
Wladimir J. van der Laan
c7abfa595d
Merge pull request #5149
...
adaa568
Add script to verify all merge commits are signed (Matt Corallo)
10 years ago
Wladimir J. van der Laan
29fef0b903
Merge pull request #5360
...
71acb86
print the caught error instead of raising an error (Heath)
10 years ago
Wladimir J. van der Laan
f238add26a
Merge pull request #5847
...
723664b
startup script for centos, with documentation. (joshr)
10 years ago
Wladimir J. van der Laan
41259ca635
Merge pull request #5849
...
3c6d594
contrib/init/bitcoind.openrc: Compatibility with previous OpenRC init script variables (Luke Dashjr)
10 years ago
joshr
723664b5db
startup script for centos, with documentation.
10 years ago
Wladimir J. van der Laan
f8e68f7bfb
Merge pull request #5819
...
d23b0a2
depends: always use static qt5 for linux (Cory Fields)
3448b13
build: fix typo in configure help (Cory Fields)
c95ac83
gitian: fix x86_64 build with static libstdc++ (Cory Fields)
0671516
build: change reduce exports/static libstdc++ options for gitian and travis (Cory Fields)
aa36730
build: remove libstdc++ backwards-compat (Cory Fields)
3ee028f
build: disable reduced exports by default (Cory Fields)
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
Cory Fields
c95ac83e51
gitian: fix x86_64 build with static libstdc++
10 years ago
Cory Fields
06715165f9
build: change reduce exports/static libstdc++ options for gitian and travis
...
For Gitian releases:
- Windows builds remain unchanged. libstdc++ was already linked statically.
- OSX builds remain unchanged. libstdc++ is tied to the SDK and not worth
messing with.
- Linux builds now statically link libstdc++.
For Travis:
- Match the previous behavior by adding --enable-reduce-exports as
necessary.
- Use static libstdc++ for the full Linux build.
10 years ago
Wladimir J. van der Laan
aaba10f275
Revert "Make nicer pull request merge messages"
...
This reverts commit 1078fb0885
(and thus
pull #5623 ). It has various issues:
- Pull request names get cut off at ", see e.g. a026a56
- Merge script no longer copes with pulls that have a milestone
attached, due to a duplicate 'title' in JSON that is not handled by the
ad-hoc parsing.
10 years ago
Matt Corallo
544e64e975
Update debian changelog and control file
10 years ago
Cory Fields
0c6ab676ee
gitian: don't add . to tar list
...
Since permissions and timestamps are changed for the sake of determinism,
. must not be added to the archive. Otherwise, tar may try to modify pwd when
extracting.
10 years ago
Michael Ford
99437c51ba
Add fanquake PGP key
10 years ago
Wladimir J. van der Laan
f69941620b
Merge #5623 : Make nicer pull request merge messages
...
1078fb0
Make nicer pull request merge messages (BtcDrak)
10 years ago
Jonas Schnelli
65f10e0ffc
fix jonasschnelli's gitian key
...
There where two keys in the keyfile and it also had a missing "-key" in the filename.
See: http://bitcoinstats.com/irc/bitcoin-dev/logs/2015/02/05#l1423162105
10 years ago
Wladimir J. van der Laan
c7b22aa0ac
Merge pull request #5683
...
95ef87c
add new osx dmg background picture (Jonas Schnelli)
48bebcc
osx packaging: update DS_Store after background changes (Cory Fields)
997cab7
osx packaging: switch background image to background.tiff (Cory Fields)
88a7973
osx packaging: move background image to .background to match gitian builds (Cory Fields)
10 years ago
Wladimir J. van der Laan
2511a39cca
Merge pull request #5575
...
7b782f5
RPCWallet: Notate all account stuff as deprecated (Luke Dashjr)
10 years ago
Jonas Schnelli
95ef87c75e
add new osx dmg background picture
10 years ago
Cory Fields
48bebcca79
osx packaging: update DS_Store after background changes
10 years ago
Cory Fields
88a797320a
osx packaging: move background image to .background to match gitian builds
...
Also increase temp dmg filesize to account for a bigger background image
10 years ago
Cory Fields
f0172bf91e
osx: bump build sdk to 10.9
10 years ago
Wladimir J. van der Laan
d1aa3c67f0
Merge pull request #5489
...
905711f
contrib: improve optimize-pngs.py (Wladimir J. van der Laan)
42f6a0c
[Qt] optimize PNG files (Jonas Schnelli)
10 years ago
Wladimir J. van der Laan
905711f0a1
contrib: improve optimize-pngs.py
...
- Check that image contents match pre- and post- crushing.
- Also remove use of external tool to compute sha256 in favor of hashlib.
- contrib: remove all use of shell=True in strip_pngs.py
Using `shell=True` can be a security hazard. See e.g.
https://docs.python.org/2/library/subprocess.html#subprocess.check_output
10 years ago
Jonas Schnelli
42f6a0c2b9
[Qt] optimize PNG files
...
- provide a python script
- add optimized png files
10 years ago
Jonas Schnelli
324f64d148
jonasschnelli's GPG key
10 years ago
BtcDrak
1078fb0885
Make nicer pull request merge messages
10 years ago
Pieter Wuille
be22b3da1d
Update seed IPs, based on bitcoin.sipa.be crawler data
10 years ago
Cory Fields
46f54bf796
build: osx builders no longer need 32bit compiler support
10 years ago
Luke Dashjr
7b782f5b01
RPCWallet: Notate all account stuff as deprecated
10 years ago
Cory Fields
0d50c2fd81
dmg: fix deterministic dmg creation and docs
10 years ago
Cory Fields
566c6cb8a2
gitian: attempt to fix tarball determinisim
10 years ago
Wladimir J. van der Laan
39c809942d
contrib: make github-merge require signing
...
- Exit when there is no signing key configured
- Exit when user does not want to sign off
10 years ago
Matt Corallo
adaa568722
Add script to verify all merge commits are signed
10 years ago
sandakersmann
f914f1a746
Added "Core" to copyright headers
...
Github-Pull: #5494
Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
10 years ago
Michael Ford
78253fcbad
Remove references to X11 licence
10 years ago
Wladimir J. van der Laan
3bb29a3e13
Merge pull request #5440
...
ebdd6bf
Remove genesis block hash from error (Micha)
8d174d6
Make several small string fixes in linearize-data.py (Micha)
10 years ago
Wladimir J. van der Laan
6e6a36ce30
contrib: show pull # in prompt for github-merge script
10 years ago
Micha
ebdd6bf30f
Remove genesis block hash from error
10 years ago
Micha
8d174d6b5d
Make several small string fixes in linearize-data.py
...
- Add a space after the fixed string prepended to file names when input or
output file changes
- Clarify the error message when the genesis block is not found in the
hash list (...why do we have this at all?)
10 years ago
Cory Fields
914868a05d
build: add a deterministic dmg signer
10 years ago
Cory Fields
d69ed2b291
build: Clean up the dmg layout
10 years ago
Cory Fields
52bb7a7e1b
gitian: update descriptors to use a sane uniform output
10 years ago
Heath
71acb86540
print the caught error instead of raising an error
10 years ago
Cory Fields
246659aff1
gitian: make tarballs deterministic and nuke .la files from build output
10 years ago
Cory Fields
4bbbdf3244
gitian: quick docs update
10 years ago
Cory Fields
1aead42d41
gitian: descriptors overhaul
...
Descriptors now make use of the dependencies builder, so results are cached.
A very new version (>= e9741525c) of Gitian should be used in order to take
advantage of caching.
10 years ago