fanquake
e4f73c76b3
[Doc] Update implemented BIPs list
9 years ago
Wladimir J. van der Laan
c74837b724
Merge #8048 : doc: Remove outdated qt4 install information from README.md
...
6075bc4
doc: 32 and 64 bit packages are seperate (Wladimir J. van der Laan)
e5764e6
doc: Remove outdated qt4 install information from README.md (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
6075bc4d67
doc: 32 and 64 bit packages are seperate
9 years ago
Wladimir J. van der Laan
e5764e69cb
doc: Remove outdated qt4 install information from README.md
...
This text is aimed at users installing the binaries.
Now that Qt5 is linked statically, there is no need to install Qt
as a run-time dependency.
9 years ago
MarcoFalke
fadd048592
[doc] Link to clang-format in the developer notes
9 years ago
Wladimir J. van der Laan
fbd84788e6
Merge #8009 : Docs: Fixed invalid example paths in gitian-building.md
...
b06f6a9
Fixed invalid example paths in gitian-building.md (JeremyRand)
9 years ago
Wladimir J. van der Laan
fbedc09b2d
Merge #8013 : doc: Fedora build requirements, add gcc-c++ and fix typo
...
b3d18ba
doc: Fedora build requirements, add gcc-c++ and fix typo (Warren Togami)
9 years ago
Warren Togami
b3d18ba072
doc: Fedora build requirements, add gcc-c++ and fix typo
9 years ago
JeremyRand
b06f6a992b
Fixed invalid example paths in gitian-building.md
...
The example local paths for "Building fully offline" have an extraneous ".git". This caused an error when trying to run gbuild, like this
fatal: '/home/user/bitcoin.git' does not appear to be a git repository
fatal: Could not read from remote repository.
This commit fixes that.
9 years ago
MarcoFalke
fa389d4edc
[qa] Switch to py3
9 years ago
Wladimir J. van der Laan
ff69aafe52
Merge #7968 : doc: Fedora build requirements
...
0281678
doc: Fedora build requirements (Warren Togami)
9 years ago
Warren Togami
0281678d6e
doc: Fedora build requirements
9 years ago
MarcoFalke
faf3d11ad7
[doc] Update bitcoin-core GitHub links
9 years ago
Wladimir J. van der Laan
7df92242a9
doc: Add note about new build/test requirements to release notes
...
[skip ci]
9 years ago
Wladimir J. van der Laan
c4e8390047
Merge #7881 : Update release process
...
f154470
[contrib] Remove reference to sf and add doc to verify.sh (MarcoFalke)
182bec4
contrib: remove hardcoded version from verify.sh (Wladimir J. van der Laan)
c907f4d
doc: Update release process (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
c907f4d56b
doc: Update release process
...
The actual release process quite diverged from what was written here,
also clarify things a bit.
9 years ago
Wladimir J. van der Laan
a1eb344ba8
Merge #7762 : [ZMQ] append a message sequence number to every ZMQ notification
...
0b25a9f
[ZMQ] append a message sequence number to every ZMQ notification (Jonas Schnelli)
de821d5
[ZMQ] refactor message string (Jonas Schnelli)
9 years ago
Jonas Schnelli
0b25a9fb42
[ZMQ] append a message sequence number to every ZMQ notification
9 years ago
Wladimir J. van der Laan
28b400f7d1
doc: update release-notes for `gettxoutsetinfo` change
9 years ago
MarcoFalke
faf4c837fb
[gitian] Move keys to contrib/gitian-keys
9 years ago
Wladimir J. van der Laan
3eae681493
Merge #7847 : doc: add arch linux build example
...
fe53a2a
doc: add arch linux setup and build example [skip ci] (mruddy)
9 years ago
Wladimir J. van der Laan
b778e5993a
Merge #7855 : [doc] gitian: Replace precise with trusty
...
fa6399d
[doc] gitian: Replace precise with trusty (MarcoFalke)
9 years ago
fanquake
4a1d5c19ee
[Doc] Update gitian build guide to debian 8.4.0
9 years ago
MarcoFalke
fa6399d918
[doc] gitian: Replace precise with trusty
9 years ago
mruddy
fe53a2af6f
doc: add arch linux setup and build example
...
[skip ci]
9 years ago
Wladimir J. van der Laan
1b2460bd58
Merge #7793 : [doxygen] Fix member comments
...
fada0c4
[doc] Fix doxygen comments for members (MarcoFalke)
9 years ago
Wladimir J. van der Laan
e30a5b0aaa
Merge #7791 : Doc: change Precise to Trusty in gitian-building.md
...
190c1e2
Doc: change Precise to Trusty in gitian-building.md (JeremyRand)
9 years ago
Adam Brown
3373c43505
[doc] Update port in tor.md
...
Tor Browser Bundle spawns the Tor process and listens on port 9150, it doesn't randomly pick a port.
[ci skip]
(cherry picked from commit 1b63cf98347b2a62915425576930f55c2126c2ff)
9 years ago
MarcoFalke
fada0c422c
[doc] Fix doxygen comments for members
9 years ago
JeremyRand
190c1e234d
Doc: change Precise to Trusty in gitian-building.md
...
2cecb24600
changed "precise" to "trusty" in the shell command, but didn't change the text above it accordingly. This commit fixes that.
9 years ago
Pavel Janík
4b9dfd6d81
Add note about using the Qt official binary installer.
9 years ago
accraze
3e55b3a004
[doc] added depends cross compile info
9 years ago
Alex Morcos
0371797e2a
modify release-notes.md and bips.md
9 years ago
Wladimir J. van der Laan
29b2be6ad7
Merge #7692 : Remove p2p alert system
...
cfd519e
Add release note documentation (BtcDrak)
6601ce5
protocol.h/cpp: Removes NetMsgType::ALERT (Thomas Kerin)
ad72104
Formatting (BtcDrak)
1b77471
Remove alert keys (BtcDrak)
01fdfef
Remove `-alerts` option (BtcDrak)
9206634
Update alert notification and GUI (BtcDrak)
bbb9d1d
Remove p2p alert handling (BtcDrak)
9 years ago
Patrick Strateman
c90036f664
Always disconnect old nodes which request filtered connections.
9 years ago
BtcDrak
cfd519e942
Add release note documentation
9 years ago
BtcDrak
ce41cf082c
Add curl to Gitian setup instrustions
...
curl is required to fetch dependencies
[ci skip]
9 years ago
Wladimir J. van der Laan
e5121eb951
Merge #7617 : [doc/log] Fix markdown syntax and line terminate LogPrint
...
fa26652
Make sure LogPrintf strings are line-terminated (MarcoFalke)
fa97f95
[doc] Fix markdown (MarcoFalke)
fa06ce0
Fix doxygen comment for payTxFee (MarcoFalke)
9 years ago
MarcoFalke
fa97f95c15
[doc] Fix markdown
9 years ago
Wladimir J. van der Laan
f5ecd07371
doc: Add missing credit to 0.12.0 release notes
...
Closes #7624
9 years ago
Wladimir J. van der Laan
f06af574fb
Merge #7590 : Improving wording related to Boost library requirements [updated]
...
8c5a5fb
Improving wording related to Boost library requirements [updated] (Jonathan Cross)
9 years ago
Wladimir J. van der Laan
f39819140c
Merge #7612 : [doc] Typo fix
...
ff2be40
[doc] Typo fix (Alfie John)
9 years ago
BtcDrak
f41927e2c0
Add missing sudo entry in gitian VM setup.
...
[ci skip]
9 years ago
Alfie John
ff2be40685
[doc] Typo fix
...
Small typo in Unix install notes
9 years ago
Jonathan Cross
8c5a5fb850
Improving wording related to Boost library requirements [updated]
...
Fixed formatting as requested on https://github.com/bitcoin/bitcoin/pull/7589
Description:
Documentation was unclear in this section and could be interpreted to mean that boost was not a hard requirement for older Ubuntu versions.
Related: #7587
9 years ago
Wladimir J. van der Laan
317462123f
Merge #7583 : [doc] Fix typos
...
6e4dfa1
[doc] Fix typos (Cédric Félizard)
9 years ago
Wladimir J. van der Laan
8b958ab15b
Merge #7550 : rpc: Input-from-stdin mode for bitcoin-cli
...
f22f14c
doc: mention bitcoin-cli -stdin in release notes (Wladimir J. van der Laan)
92bcca3
rpc: Input-from-stdin mode for bitcoin-cli (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
f22f14c65b
doc: mention bitcoin-cli -stdin in release notes
9 years ago
Cédric Félizard
6e4dfa1480
[doc] Fix typos
9 years ago
Wladimir J. van der Laan
a08c41dfc2
doc: include post-mortem fixes to 0.12.0 release notes
...
Parallels 5d490f9d96
9 years ago