Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-18 | Merge #8965: Mention that PPA doesn't support Debian | MarcoFalke | |
b55d823 Explicitly state that PPA is for Ubuntu only (anduck) | |||
2016-10-18 | Explicitly state that PPA is for Ubuntu only | anduck | |
2016-10-18 | Merge #8955: doc: update 0.13.0 release note info on linux arm builds | Wladimir J. van der Laan | |
83c0f7f trivial: update 0.13.0 release note info on linux arm builds (mruddy) | |||
2016-10-18 | Merge #8929: add software-properties-common | Wladimir J. van der Laan | |
aa9d3c9 add software-properties-common (Steven) | |||
2016-10-18 | trivial: update 0.13.0 release note info on linux arm builds | mruddy | |
2016-10-18 | Merge #8935: Documentation: Building on Windows with WSL | Wladimir J. van der Laan | |
7c1716f Documentation for Building on Windows with WSL (poole_party) | |||
2016-10-18 | Merge #8890: [Doc] Update Doxygen configuration file | Wladimir J. van der Laan | |
f2e939b [Doc] Update Doxygen configuration file (fanquake) | |||
2016-10-18 | Merge #8921: RPC: Chainparams: Remove ↵ | Wladimir J. van der Laan | |
Chainparams::fTestnetToBeDeprecatedFieldRPC b26a7b5 RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC (Jorge Timón) | |||
2016-10-18 | RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC | Jorge Timón | |
2016-10-17 | Update implemented bips for 0.13.1 | Pieter Wuille | |
2016-10-17 | Documentation for Building on Windows with WSL | poole_party | |
The new Windows Subsystem for Linux (WSL) allows a user to run a bash shell directly on Windows in an Ubuntu based environment. This can be used to cross-compile Bitcoin directly on Windows without the need for a separate Linux VM or Server. The instructions included in this commit explain how to configure the environment and build Bitcoin Core using this new feature. | |||
2016-10-15 | add software-properties-common | Steven | |
This allows using `add-apt-repository`. | |||
2016-10-13 | Merge #8892: doc: Add build instructions for FreeBSD | Wladimir J. van der Laan | |
3f92bc9 doc: Add build instructions for FreeBSD (Wladimir J. van der Laan) | |||
2016-10-13 | doc: Add build instructions for FreeBSD | Wladimir J. van der Laan | |
2016-10-06 | [Doc] Update bips.md for Segregated Witness | fanquake | |
2016-10-05 | [Doc] Update Doxygen configuration file | fanquake | |
2016-10-05 | Merge #8879: [doc] Rework docs | Wladimir J. van der Laan | |
eeeebdd [doc] Rework docs (MarcoFalke) | |||
2016-10-04 | [doc] Rework docs | MarcoFalke | |
* Minor formatting such as adjusting links * Move sections of `doc/multiwallet-qt.md` to the source code and delete the file, as it is outdated * Fix typo in the release notes * Amend release process to mention update of BLOCK_CHAIN_SIZE | |||
2016-10-04 | Merge #8848: Add NULLDUMMY verify flag in bitcoinconsensus.h | Wladimir J. van der Laan | |
2fa0063 Add NULLDUMMY verify flag in bitcoinconsensus.h (Johnson Lau) | |||
2016-09-30 | Merge #8852: Mention Gitian building script in doc (Laudaa) | Wladimir J. van der Laan | |
203e2dd Mention Gitian building script in doc. (Lauda) | |||
2016-09-30 | Mention Gitian building script in doc. | Lauda | |
2016-09-30 | Add NULLDUMMY verify flag in bitcoinconsensus.h | Johnson Lau | |
2016-09-27 | doc: Add privacy recommendation when running hidden service | Wladimir J. van der Laan | |
2016-09-25 | Merge #8743: Remove old manpages from contrib/debian in favour of doc/man | Wladimir J. van der Laan | |
b194872 Remove old manpages from contrib/debian (fanquake) | |||
2016-09-25 | Remove old manpages from contrib/debian | fanquake | |
2016-09-22 | [Doc] Add missing autogen to example builds | Amir Abrams | |
2016-09-21 | Merge #8773: Trivial Bugfix: doc/gitian-building.md: Link to release-process ↵ | MarcoFalke | |
needs to be updated 6f933c6 Trivial Bugfix: doc/gitian-building.md: Link to release-process needs to be updated (Luke Dashjr) | |||
2016-09-21 | Trivial Bugfix: doc/gitian-building.md: Link to release-process needs to be ↵ | Luke Dashjr | |
updated Section was renamed in c907f4d56b0a27ecd002a6d7d89a38cfc6d45ee3 | |||
2016-09-21 | Trivial: Fix ISO URL, capitalization | unsystemizer | |
- Changed Debian 8.5.0 ISO CD ROM URL by redirecting from current (which now has only 8.6.0) to a persistent archive link which should not change anytime soon. - Added a link to official Debian checksum verification procedure (which is more verbose and also acts as a backup source of SHA256sum's) - Fix capitalization (iso) | |||
2016-09-19 | Trivial: Fix typo | Marty Jones | |
2016-09-19 | Merge #8720: Minor change in section name | Wladimir J. van der Laan | |
dad932c Minor change in section name (Anders Øyvind Urke-Sætre) | |||
2016-09-18 | [Doc] Target protobuf 2.6 in OS X build notes. | Michael Ford | |
Homebrew now installs Protobuf version 3 by default, which doesn't currently compile. Install Protobuf 2.6.x from the versions tap instead. | |||
2016-09-14 | Minor change in section name | Anders Øyvind Urke-Sætre | |
Changed 'build' to 'create', as the section name have changed in newer versions of release-process.md | |||
2016-09-13 | Remove maxuploadtargets recommended minimum | Jonas Schnelli | |
2016-09-13 | Merge #8608: Install manpages via make install, also add some autogenerated ↵ | Wladimir J. van der Laan | |
manpages d19583f improved gen-manpages.sh, includes bitcoin-tx and strips commit tag, now also runs binaries from build dir by default, added variables for more control (nomnombtc) 09546ca regenerated all manpages with commit tag stripped, also add bitcoin-tx (nomnombtc) ae6e754 change help string --enable-man to --disable-man (nomnombtc) a32c102 add conditional for --enable-man, default is yes (nomnombtc) dc84b6f add doc/man to subdir if configure flag --enable-man is set (nomnombtc) 00dba72 add doc/man/Makefile.am to include manpages (nomnombtc) eb5643b add autogenerated manpages by help2man (nomnombtc) 6edf2fd add gen-manpages.sh description to README.md (nomnombtc) d2cd9c0 add script to generate manpages with help2man (nomnombtc) | |||
2016-09-08 | update name of file bitcoin.qrc | Gaurav Rana | |
2016-09-01 | regenerated all manpages with commit tag stripped, also add bitcoin-tx | nomnombtc | |
2016-09-01 | Make the dummy argument to getaddednodeinfo optional | Pieter Wuille | |
2016-09-01 | rest.cpp: change HTTP_INTERNAL_SERVER_ERROR to HTTP_BAD_REQUEST | djpnewton | |
2016-08-31 | Merge #8604: build,doc: Update for 0.13.0+ and OpenBSD 5.9 | Wladimir J. van der Laan | |
6275123 doc: Update build-openbsd for 0.13.0+ and OpenBSD 5.9 (Wladimir J. van der Laan) 883175f build: Updates for OpenBSD (Wladimir J. van der Laan) | |||
2016-08-29 | Merge #8624: [doc] build: Mention curl | Pieter Wuille | |
fae6bb8 [doc] build: Mention curl (MarcoFalke) | |||
2016-08-29 | Merge #8617: Include instructions to extract Mac OS X SDK on Linux using ↵ | Pieter Wuille | |
7zip and SleuthKit b729fcd Include instructions to extract Mac OS X SDK on Linux using 7zip and SleuthKit (Luke Dashjr) | |||
2016-08-29 | [doc] build: Mention curl | MarcoFalke | |
2016-08-29 | Include instructions to extract Mac OS X SDK on Linux using 7zip and SleuthKit | Luke Dashjr | |
2016-08-28 | doc: Update build-openbsd for 0.13.0+ and OpenBSD 5.9 | Wladimir J. van der Laan | |
- Python 3 now supported. - Bump boost version to 1.61 - one boost patch no longer needed. - All checked with OpenBSD 5.9, except for the clang part, I left this as-is for someone adventurous. - Mention overriding resource limits, OpenBSD's default ulimit does not suffice for building Bitcoin Core with gcc 4.9.3. | |||
2016-08-27 | add doc/man/Makefile.am to include manpages | nomnombtc | |
2016-08-27 | add autogenerated manpages by help2man | nomnombtc | |
2016-08-26 | Merge #8602: [trivial][doc] Mention ++i as preferred over i++ in dev notes | Wladimir J. van der Laan | |
ab53207 [trivial][doc] Mention ++i as preferred to i++ in dev notes (fanquake) | |||
2016-08-26 | [trivial][doc] Mention gpg --refresh-keys in release-process.md | fanquake | |
2016-08-26 | [trivial][doc] Mention ++i as preferred to i++ in dev notes | fanquake | |