aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-04-05Merge #7793: [doxygen] Fix member commentsWladimir J. van der Laan
fada0c4 [doc] Fix doxygen comments for members (MarcoFalke)
2016-04-05Merge #7791: Doc: change Precise to Trusty in gitian-building.mdWladimir J. van der Laan
190c1e2 Doc: change Precise to Trusty in gitian-building.md (JeremyRand)
2016-04-05[doc] Update port in tor.mdAdam Brown
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)
2016-04-03[doc] Fix doxygen comments for membersMarcoFalke
2016-04-02Doc: change Precise to Trusty in gitian-building.mdJeremyRand
https://github.com/bitcoin/bitcoin/commit/2cecb2460002bc645e47e8517b21099b0faec818 changed "precise" to "trusty" in the shell command, but didn't change the text above it accordingly. This commit fixes that.
2016-04-02Add note about using the Qt official binary installer.Pavel Janík
2016-03-30[doc] added depends cross compile infoaccraze
2016-03-21modify release-notes.md and bips.mdAlex Morcos
2016-03-21Merge #7692: Remove p2p alert systemWladimir J. van der Laan
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)
2016-03-18Always disconnect old nodes which request filtered connections.Patrick Strateman
2016-03-18Add release note documentationBtcDrak
2016-03-09Add curl to Gitian setup instrustionsBtcDrak
curl is required to fetch dependencies [ci skip]
2016-03-01Merge #7617: [doc/log] Fix markdown syntax and line terminate LogPrintWladimir J. van der Laan
fa26652 Make sure LogPrintf strings are line-terminated (MarcoFalke) fa97f95 [doc] Fix markdown (MarcoFalke) fa06ce0 Fix doxygen comment for payTxFee (MarcoFalke)
2016-03-01[doc] Fix markdownMarcoFalke
2016-03-01doc: Add missing credit to 0.12.0 release notesWladimir J. van der Laan
Closes #7624
2016-02-29Merge #7590: Improving wording related to Boost library requirements [updated]Wladimir J. van der Laan
8c5a5fb Improving wording related to Boost library requirements [updated] (Jonathan Cross)
2016-02-29Merge #7612: [doc] Typo fixWladimir J. van der Laan
ff2be40 [doc] Typo fix (Alfie John)
2016-02-27Add missing sudo entry in gitian VM setup.BtcDrak
[ci skip]
2016-02-27[doc] Typo fixAlfie John
Small typo in Unix install notes
2016-02-24Improving wording related to Boost library requirements [updated]Jonathan Cross
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
2016-02-24Merge #7583: [doc] Fix typosWladimir J. van der Laan
6e4dfa1 [doc] Fix typos (Cédric Félizard)
2016-02-24Merge #7550: rpc: Input-from-stdin mode for bitcoin-cliWladimir J. van der Laan
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)
2016-02-24doc: mention bitcoin-cli -stdin in release notesWladimir J. van der Laan
2016-02-23[doc] Fix typosCédric Félizard
2016-02-23doc: include post-mortem fixes to 0.12.0 release notesWladimir J. van der Laan
Parallels https://github.com/bitcoin-dot-org/bitcoin.org/commit/5d490f9d969c58dda90f35c90a393d771337fca9
2016-02-18doc: Add historical release notes for 0.10.4 0.11.2 and 0.12.0Wladimir J. van der Laan
2016-02-12fix spelling of advertise in src and docjloughry
2016-02-08Merge #7465: [doc] Update release-process.mdWladimir J. van der Laan
fa616c2 [doc] Update release-process.md (MarcoFalke)
2016-02-04Merge #7349: Build against system UniValue when availableWladimir J. van der Laan
42407ed build-unix: Update UniValue build conditions (Luke Dashjr) cdcad9f LDADD dependency order shuffling (Luke Dashjr) 62f7f2e Bugfix: Always include univalue in DIST_SUBDIRS (Luke Dashjr) 2356515 Change default configure option --with-system-univalue to "no" (Luke Dashjr) 5d3b29b doc: Add UniValue to build instructions (Luke Dashjr) ab22705 Build against system UniValue when available (Luke Dashjr) 2adf7e2 Bugfix: The var is LIBUNIVALUE,not LIBBITCOIN_UNIVALUE (Luke Dashjr)
2016-02-04[doc] Update release-process.mdMarcoFalke
2016-02-03Merge branch 'master' into single_prodnameLuke Dashjr
2016-02-01build-unix: Update UniValue build conditionsLuke Dashjr
2016-01-30Merge #7441: Use Debian 8.3 in gitian build guideWladimir J. van der Laan
666a0f8 Use Debian 8.3 in gitian build guide (fanquake)
2016-01-30Use Debian 8.3 in gitian build guidefanquake
Add instructions to clone the gitian.sigs repo
2016-01-29Merge #7423: doc: add example for building with constrained resourcesWladimir J. van der Laan
f9298cc doc: add example for building with constrained resources (Jarret Dyrbye)
2016-01-29Merge #7428: doc: add example for listing ./configure flagsWladimir J. van der Laan
befeb55 Add example for displaying additional configure flags (Nathaniel Mahieu)
2016-01-28Add example for displaying additional configure flagsNathaniel Mahieu
2016-01-27doc: add example for building with constrained resourcesJarret Dyrbye
discussed in github issue #6658
2016-01-26Minor improvements to the release processPaul Rabahy
Instruct people to "git fetch" so that if this is their 2nd+ gitian build they will have a fresh bitcoin repo. Instruct people to add all the known pgp keys to their keyring so that gverify will print more useful info.
2016-01-18gitian: Need `ca-certificates` and `python` for LXC buildsWladimir J. van der Laan
2016-01-18doc: Make networking work inside builder in gitian-building.mdWladimir J. van der Laan
These are changes I needed to get gitian building to work with Debian 8.2, which is the version we tell to use. - Set up NAT, so that container can access network beyond host - Remove explicit cgroup setup - these are mounted automatically now
2016-01-15doc: Add UniValue to build instructionsLuke Dashjr
2016-01-13Merge pull request #7324Wladimir J. van der Laan
d570a1f doc/bips: Document BIP 125 support (Luke Dashjr)
2016-01-09doc/bips: Document BIP 125 supportLuke Dashjr
2015-12-22More complicated package name substitution for Mac deploymentLuke Dashjr
2015-12-15Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.mb300sd
2015-12-03Merge pull request #7152Wladimir J. van der Laan
b440409 Add missing automake package to deb-based UNIX install instructions. (Matt Bogosian)
2015-12-03Now that 0.12 has been branched, master is 0.12.99Wladimir J. van der Laan
... in preparation for 0.13
2015-12-02Fix various typospaveljanik
2015-12-02qt: Final translation update before 0.12 forkWladimir J. van der Laan
- Add new translations (finally, after a long time) - update-translation script was not considering new translations - oops - fixed this, also remove (nearly) empty translations - Update translation process, it was still describing the old repository structure