aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-01-10Add missing MacPorts dependencies to osx build docsMichael Ford
2014-01-09[Qt] update bitcoin-qt.pro and assets-attribution.mdPhilip Kaufmann
- remove unused and unmentioned file notsynced.png (we use an animation for this) - add missing coincontroldialog.ui to bitcoin-qt.pro - also unify formating in assets-attribution.md
2014-01-08qt: Update translationsWladimir J. van der Laan
Update current translations, and add new languages: - es_MX: Spanish (Mexico) - pam: Kapampangan Also update translation process for autoconf-based build system.
2013-12-16Fix typo in unit-tests.mdLake Denman
2013-12-16Merge pull request #3408Wladimir J. van der Laan
22f0135 Rebrand to `Bitcoin Core` (Wladimir J. van der Laan)
2013-12-13Merge pull request #3411Wladimir J. van der Laan
08b93f9 fixed documetation on hardening flags (HaltingState)
2013-12-13fixed documetation on hardening flagsHaltingState
2013-12-13Rebrand to `Bitcoin Core`Wladimir J. van der Laan
Only messages for now, executable names and other file names can be changed later if necessary and safe. Do not do an all-sweeping change. Some occurences of Bitcoin-Qt need to be kept: - Applicationname: this is used to determine the registry entry names, we don't want to lose settings over a silly name change. - Where it refers to the executable name instead of the product name.
2013-12-12docs: remove workaround instructions now that the problem is fixedCory Fields
2013-12-11Use 'make check' instead of 'make test'Lake Denman
2013-12-11Merge pull request #3379Wladimir J. van der Laan
4f99b16 Release process: add section about announcing new release (Wladimir J. van der Laan)
2013-12-11Update build-osx.mdregergregregerrge
2013-12-10Release process: add section about announcing new releaseWladimir J. van der Laan
2013-12-10Add protobuf-compiler dependency package for debianWladimir J. van der Laan
Fixes #3361
2013-12-09Allow mining RPCs with --disable-walletWladimir J. van der Laan
The following mining-related RPC calls don't use the wallet: - getnetworkhashps - getmininginfo - getblocktemplate - submitblock Enable them when compiling with --disable-wallet.
2013-12-08Merge pull request #3332Wladimir J. van der Laan
5094f8d Split off rpc_wallet_tests (Wladimir J. van der Laan) 829c920 Move CCryptoKeyStore to crypter.cpp (Wladimir J. van der Laan) ae6ea5a Update build-unix.md to mention --disable-wallet (Wladimir J. van der Laan) 4f9e993 Add --disable-wallet option to build system (Wladimir J. van der Laan) d004d72 Move CAddrDB frrom db to net (Wladimir J. van der Laan) 48ba56c Delimit code with #ifdef ENABLE_WALLET (Wladimir J. van der Laan) 991685d Move getinfo to rpcnet.cpp (Wladimir J. van der Laan) bbb0936 Move HelpExample* from rpcwallet to rpcserver (Wladimir J. van der Laan)
2013-12-05Change release-process.md to sign release tagsMicha
2013-12-04Update build-unix.md to mention --disable-walletWladimir J. van der Laan
Mention the new --disable-wallet mode. Also, correct the BDB entry in the dependencies table.
2013-12-02Lossless image optimizationSined
less bytes, same images
2013-11-18Merge pull request #3275 from Michagogo/release-process-binary-sizesWladimir J. van der Laan
Add additional data update to release-process.md
2013-11-18Add additional data update to release-process.mdMicha
This adds https://github.com/bitcoin/bitcoin.org/pull/270 to the to-do list for each release, avoiding future situations like https://bitcointalk.org/index.php?topic=336042.0.
2013-11-17doc: small doxygen updateWladimir J. van der Laan
I was merging change this every time before generation of the doxygen developer docs (https://dev.visucore.com/bitcoin/doxygen/) but there's no reason why it can't just be merged upstream.
2013-11-11Merge pull request #3138 from super3/masterWladimir J. van der Laan
Squash README
2013-11-11Space saving in /doc README.super3
Fixed. Split off build, and bootstrap link.
2013-11-11doc: replace DOS with MSYS shell to be more consistentWladimir J. van der Laan
A plain DOS window doesn't have the right path settings, whereas the MSYS shell window does.
2013-11-11Merge pull request #3231 from brandondahler/doc-autotool-updateWladimir J. van der Laan
Update build docs that refer to old makefile.* files.
2013-11-11doc: add note about building on Ubuntu 13.10Wladimir J. van der Laan
Also mention `autoconf` as required package.
2013-11-10Update build docs that refer to old makefile.* files.Brandon Dahler
Also update pull-tester's error message.
2013-10-22Merge pull request #3123 from super3/masterWladimir J. van der Laan
Prettify some /Contrib READMEs
2013-10-21Prettify some /Contrib READMEssuper3
SYN Remove Dead Readme-Qt Links.
2013-10-19qt: remove awkward way of setting GUI pagesWladimir J. van der Laan
Selecting the button for a pages was going through bitcoingui->walletframe->walletview->bitcoingui. Because of this, the actions for the pages had to be exposed on the BitcoinGUI object.
2013-10-16Merge pull request #2981 from gmaxwell/tor2onionGavin Andresen
Rename -tor to -onion to better reflect what it does.
2013-10-15Merge pull request #3097 from super3/masterGavin Andresen
Broken Link in /Doc README
2013-10-15Broken Link in /Doc READMEShawn Wilkinson
#3092 removed readme-qt.md, but it was still listed in the index for the /doc README.
2013-10-15Merge pull request #3085 from super3/masterGavin Andresen
Documentation Cleanup and Contrib Index
2013-10-15doc: build with qt5 is currently not possibleWladimir J. van der Laan
Add as a separate commit so that it can be easily reverted once Qt5 is supported again.
2013-10-15doc: remove readme-qt.mdWladimir J. van der Laan
Now that autotools is used as a build system there is nothing special about building the GUI anymore. Merge the salvageable parts into build-unix.md
2013-10-14[doc] Add testnet hidden service port to the example tor config.Gregory Maxwell
Seems like there are a lot of advertised testnet HS nodes that don't actually work. Lack of the testnet port on the example HS config might be one reason.
2013-10-12Documentation Cleanup in /Docsuper3
Added some help text, and bumped version numbers. Added a Readable Index for /Contrib Fixing /Contrib Index URLs Revert Version Numbers.
2013-10-04HTTPS-ify the downloads for the depsMicha
2013-10-04Switch the order of win32 deps and win32 qt in release-process.mdMicha
release-process.md has the deps being built after qt. However, the descriptors for qt call for the deps file.
2013-10-04Fix and improve release-process.mdMicha
This commit adds a step, which is to git checkout the version to be built. This ensures that the gitian-descriptors for said version will be the correct ones. In addition, it updates the links for several dependencies, where the previously existing links were dead.
2013-09-26Upgrade gitian win32 to boost-1.54.0Warren Togami
Workaround 1.54.0 build bug, upstream #9156 Workaround 1.51.0+ human bug, upstream #7262 This commit also demonstrates a method to verify the integrity of inputs.
2013-09-14autotools: update translation docsCory Fields
2013-09-10build-unix.md: Remove now-redundant and unnecessary Gentoo instructionsLuke Dashjr
2013-09-08Merge pull request #2977 from laanwj/2013_09_release_process_protobufGavin Andresen
Add protobuf 2.5.0 download to gitian release process
2013-09-08Rename -tor to -onion to better reflect what it does.Gregory Maxwell
I've seen users confused multiple times thinking they should be using -tor to set their tor proxy and then finding in horror that they were still connecting to the IPv4 internet. Even Jeff guesses wrong about what the knob does, so I think we should rename it. This leaves the old knob working, we can pull it out completely in a later release.
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-09-05Qt 4.8.3 r2 in gitian and release processWladimir J. van der Laan
Also needed to add `unzip` package for the added unzip command for OpenSSL in the Qt build.
2013-09-05Add protobuf 2.5.0 download to gitian release processWladimir J. van der Laan