Cory Fields
8e5cca027f
gitian: bump descriptors for master
...
This was skipped for the 0.14 cycle.
8 years ago
Wladimir J. van der Laan
afae75fd3d
Merge #9675 : Fix typo and spelling inconsistency in CONTRIBUTING.md
...
36164fa
Fix typo and spelling inconsistency in CONTRIBUTING.md (Koki Takahashi)
8 years ago
Wladimir J. van der Laan
ec66d06e6e
Merge #9735 : devtools: Handle Qt formatting characters edge-case in update-translations.py
...
7179e7c
qt: Periodic translations update (Wladimir J. van der Laan)
5e903a5
devtools: Handle Qt formatting characters edge-case in update-translations.py (Wladimir J. van der Laan)
8 years ago
Wladimir J. van der Laan
a60677e394
Pre-0.14.0 hardcoded seeds update
8 years ago
Wladimir J. van der Laan
bfa9393c06
contrib/seeds: Update PATTERN_AGENT
...
gmaxwell: Adds the newest versions, drops everything multiple softforks ago.
8 years ago
Wladimir J. van der Laan
4dfac2c950
Update seeds tooling to Python 3
...
All the other tooling scripts require Python 3, it makes sense to do so
here too.
Also document the dependency on python3-dnspython.
8 years ago
Wladimir J. van der Laan
5e903a5ed9
devtools: Handle Qt formatting characters edge-case in update-translations.py
...
If both numeric format specifiers and "others" are used, assume we're
dealing with a Qt-formatted message. In the case of Qt formatting (see
https://doc.qt.io/qt-5/qstring.html#arg ) only numeric formats are
replaced at all. This means "(percentage: %1%)" is valid (which was
introduced in #9461 ), without needing any kind of escaping that would be
necessary for strprintf. Without this, this function would wrongly
detect '%)' as a printf format specifier.
8 years ago
Koki Takahashi
36164faa33
Fix typo and spelling inconsistency in CONTRIBUTING.md
...
Fix spellings of GitHub
Remove unnecessary changes
Fix GitHub spelling on doc/translation_process.md
8 years ago
Wladimir J. van der Laan
b709fe7ffc
Merge #9532 : Remove unused variables
...
90fd29b
Remove unused int64_t nSinceLastSeen (practicalswift)
ac4a095
Remove unused Python variables (practicalswift)
8 years ago
Wladimir J. van der Laan
986ba005ed
Merge #9651 : Fix typos
...
5f62e3e
Fix typos (practicalswift)
8 years ago
Wladimir J. van der Laan
1c2edd9f67
Merge #9654 : Add jtimon pgp keys for commit sigs and future gitian builds
...
178454d
Contrib: Add jtimon pgp keys for commit sigs and future gitian builds (Jorge Timón)
8 years ago
Wladimir J. van der Laan
7c93952fec
Merge #9656 : Check verify-commits on pushes to master
...
ba94426
Test that pushes to bitcoin/bitcoin are signed per verify-commits (Matt Corallo)
3e900ac
Require merge commits merge branches on top of other merge commits (Matt Corallo)
8 years ago
Wladimir J. van der Laan
ae972a5e99
Merge #9580 : Fix various minor linearization script issues
...
b9d95bd
Fix various minor linearization script issues (Douglas Roark)
8 years ago
Matt Corallo
3e900acafa
Require merge commits merge branches on top of other merge commits
...
Specifically, require that the left branch (first restult of git
show -s --format=format:%P) is a signed merge commit, instead of
allowing either. This is fine for now, but might need to be relaxed
in the future.
Also fixes an out-of-file-descriptors issue by holding too many
open FDs writing to /dev/null
8 years ago
Jorge Timón
178454dde9
Contrib: Add jtimon pgp keys for commit sigs and future gitian builds
8 years ago
MarcoFalke
53ab12d931
Merge #9649 : [doc] Remove unused clang format dev script
...
fa5137c
[doc] Remove unused clang format dev script (MarcoFalke)
8 years ago
practicalswift
5f62e3eb63
Fix typos
8 years ago
MarcoFalke
fa5137c11d
[doc] Remove unused clang format dev script
...
Also, update the clang format file to reflect the current coding
style mentioned in the developer notes.
8 years ago
practicalswift
cc16d99f1d
[trivial] Fix typos in comments
8 years ago
Douglas Roark
b9d95bd9a1
Fix various minor linearization script issues
...
- The last-timestamp-encountered variable wasn’t being used properly. Rewrite code to properly allow for new blockchain files to be written when split by month.
- Properly set a blockchain file’s access and modify times.
- Add a “debug output” option to quiet certain output that might not always be desirable.
- Update the README.
8 years ago
Lauda
be31a2b363
[Trivial] Update license year range to 2017
...
The same as #7363 .
8 years ago
practicalswift
5cdf10611f
Remove redundant semicolons in Python code
8 years ago
Wladimir J. van der Laan
41cb05cc8f
Merge #9552 : Add IPv6 support to qos.sh
...
fc089ae
Add IPv6 support to qos.sh (James White)
8 years ago
James White
fc089ae47a
Add IPv6 support to qos.sh
8 years ago
practicalswift
95bab821b3
Remove unused Python imports
8 years ago
practicalswift
ac4a095306
Remove unused Python variables
8 years ago
Doug
3c8f63ba7c
Make linearize scripts Python 3-compatible.
8 years ago
Doug
d5aa19813c
Allow linearization scripts to support hash byte reversal
...
Currently, the linearization scripts require input hashes to be in one endian form. Add support for byte reversal.
8 years ago
MarcoFalke
c2ea1e6561
Merge #9401 : Make rpcauth help message clearer, add example in example .conf
...
0513c70
Make rpcauth help message clearer, add example in example .conf (Gregory Sanders)
8 years ago
Wladimir J. van der Laan
c0ddd32bf6
Merge #9450 : Increment MIT licence copyright header year on files modified in 2016
...
27765b6
Increment MIT Licence copyright header year on files modified in 2016 (isle2983)
8 years ago
isle2983
27765b6403
Increment MIT Licence copyright header year on files modified in 2016
...
Edited via:
$ contrib/devtools/copyright_header.py update .
8 years ago
Don Patterson
2fb98f6661
Fix bug in dmg builder so that it actually reads in the configuration file
8 years ago
Cory Fields
09aefb5177
build: Fix 'make deploy' for OSX
...
Native OSX uses system tools rather than 3rd party dependencies. rsvg-convert
is still required, though.
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
MarcoFalke
2b799ae9e1
Merge #9083 : Enforcing consistency, 'gitian' to 'Gitian'
...
66ca6cd
Enforcing consistency, 'gitian' to 'Gitian' (S. Matthew English)
8 years ago
isle2983
4b04e32c20
[copyright] copyright header style uniform
...
Three categories of modifications:
1)
1 instance of 'The Bitcoin Core developers \n',
1 instance of 'the Bitcoin Core developers\n',
3 instances of 'Bitcoin Core Developers\n', and
12 instances of 'The Bitcoin developers\n'
are made uniform with the 443 instances of 'The Bitcoin Core developers\n'
2)
3 instances of 'BitPay, Inc\.\n' are made uniform with the other 6
instances of 'BitPay Inc\.\n'
3)
4 instances where there was no '(c)' between the 'Copyright' and the year
where it deviates from the style of the local directory.
8 years ago
S. Matthew English
66ca6cda4c
Enforcing consistency, 'gitian' to 'Gitian'
...
There was once instance of 'gitian'. I changed it to 'Gitian' so that it would be consistent with all other instances in the file.
8 years ago
Wladimir J. van der Laan
bae81b83d6
Merge #8674 : tools for analyzing, updating and adding copyright headers in source files
...
159597a
[devtools] script support for managing source file copyright headers (isle2983)
8 years ago
Wladimir J. van der Laan
e077e00303
Merge #8948 : [TRIVIAL] reorder Windows gitian build order to match Linux
...
3f7581d
[TRIVIAL] reorder Windows gitian build order to match Linux (Micha)
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
Jonas Schnelli
df7519cbc1
Merge #8908 : Update bitcoin-qt.desktop
...
164196b
Simple Update to File 'bitcoin-qt.desktop' (matthias)
8 years ago
MarcoFalke
fab5ca8fee
contrib: Add README for pgp keys
8 years ago
Micha
3f7581d9a4
[TRIVIAL] reorder Windows gitian build order to match Linux
...
The consistency is helpful for gauging Gitian build progress. Right now it's necessary to remember which platform builds in which order, which can be confusing if you're attempting to get a quick idea of how far along your builds are.
8 years ago
matthias
164196b7c8
Simple Update to File 'bitcoin-qt.desktop'
8 years ago
Wladimir J. van der Laan
4e1567acff
Merge #8249 : Enable (and check for) 64-bit ASLR on Windows
...
62c2915
build: supply `-Wl,--high-entropy-va` (Wladimir J. van der Laan)
9a75d29
devtools: Check for high-entropy ASLR in 64-bit PE executables (Wladimir J. van der Laan)
8 years ago
Wladimir J. van der Laan
9a75d29b6f
devtools: Check for high-entropy ASLR in 64-bit PE executables
...
check_PE_PIE only checked for DYNAMIC_BASE, this is not enough
for (secure) ASLR on 64-bit.
8 years ago
Wladimir J. van der Laan
bae178f3ca
Merge #8743 : Remove old manpages from contrib/debian in favour of doc/man
...
b194872
Remove old manpages from contrib/debian (fanquake)
8 years ago
fanquake
b1948723c9
Remove old manpages from contrib/debian
8 years ago