aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #3332Wladimir J. van der Laan2013-12-081-1/+10
|\ | | | | | | | | | | | | | | | | | | | | 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)
| * Update build-unix.md to mention --disable-walletWladimir J. van der Laan2013-12-041-1/+10
| | | | | | | | | | Mention the new --disable-wallet mode. Also, correct the BDB entry in the dependencies table.
* | Change release-process.md to sign release tagsMicha2013-12-051-1/+1
|/
* Lossless image optimizationSined2013-12-021-0/+0
| | | | less bytes, same images
* Merge pull request #3275 from Michagogo/release-process-binary-sizesWladimir J. van der Laan2013-11-181-0/+2
|\ | | | | Add additional data update to release-process.md
| * Add additional data update to release-process.mdMicha2013-11-181-0/+2
| | | | | | | | | | | | 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.
* | doc: small doxygen updateWladimir J. van der Laan2013-11-171-1/+1
|/ | | | | | 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.
* Merge pull request #3138 from super3/masterWladimir J. van der Laan2013-11-111-15/+25
|\ | | | | Squash README
| * Space saving in /doc README.super32013-11-111-15/+25
| | | | | | | | Fixed. Split off build, and bootstrap link.
* | doc: replace DOS with MSYS shell to be more consistentWladimir J. van der Laan2013-11-111-2/+2
| | | | | | | | | | A plain DOS window doesn't have the right path settings, whereas the MSYS shell window does.
* | Merge pull request #3231 from brandondahler/doc-autotool-updateWladimir J. van der Laan2013-11-112-18/+14
|\ \ | | | | | | Update build docs that refer to old makefile.* files.
| * | Update build docs that refer to old makefile.* files.Brandon Dahler2013-11-102-18/+14
| | | | | | | | | | | | Also update pull-tester's error message.
* | | doc: add note about building on Ubuntu 13.10Wladimir J. van der Laan2013-11-111-1/+6
|/ / | | | | | | Also mention `autoconf` as required package.
* | Merge pull request #3123 from super3/masterWladimir J. van der Laan2013-10-223-5/+0
|\| | | | | Prettify some /Contrib READMEs
| * Prettify some /Contrib READMEssuper32013-10-213-5/+0
| | | | | | | | | | | | SYN Remove Dead Readme-Qt Links.
* | qt: remove awkward way of setting GUI pagesWladimir J. van der Laan2013-10-191-9/+5
| | | | | | | | | | 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.
* | Merge pull request #2981 from gmaxwell/tor2onionGavin Andresen2013-10-161-3/+3
|\ \ | | | | | | Rename -tor to -onion to better reflect what it does.
| * | Rename -tor to -onion to better reflect what it does.Gregory Maxwell2013-09-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #3097 from super3/masterGavin Andresen2013-10-151-2/+1
|\ \ \ | | |/ | |/| Broken Link in /Doc README
| * | Broken Link in /Doc READMEShawn Wilkinson2013-10-151-2/+1
| | | | | | | | | #3092 removed readme-qt.md, but it was still listed in the index for the /doc README.
* | | Merge pull request #3085 from super3/masterGavin Andresen2013-10-151-11/+8
|\| | | | | | | | Documentation Cleanup and Contrib Index
| * | Documentation Cleanup in /Docsuper32013-10-121-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some help text, and bumped version numbers. Added a Readable Index for /Contrib Fixing /Contrib Index URLs Revert Version Numbers.
* | | doc: build with qt5 is currently not possibleWladimir J. van der Laan2013-10-151-5/+1
| | | | | | | | | | | | | | | Add as a separate commit so that it can be easily reverted once Qt5 is supported again.
* | | doc: remove readme-qt.mdWladimir J. van der Laan2013-10-152-103/+29
| | | | | | | | | | | | | | | | | | 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
* | | [doc] Add testnet hidden service port to the example tor config.Gregory Maxwell2013-10-141-0/+1
|/ / | | | | | | | | | | 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.
* | HTTPS-ify the downloads for the depsMicha2013-10-041-5/+5
| |
* | Switch the order of win32 deps and win32 qt in release-process.mdMicha2013-10-041-2/+2
| | | | | | | | release-process.md has the deps being built after qt. However, the descriptors for qt call for the deps file.
* | Fix and improve release-process.mdMicha2013-10-041-3/+6
| | | | | | | | | | | | | | 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.
* | Upgrade gitian win32 to boost-1.54.0Warren Togami2013-09-261-5/+7
| | | | | | | | | | | | | | 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.
* | autotools: update translation docsCory Fields2013-09-141-6/+5
| |
* | build-unix.md: Remove now-redundant and unnecessary Gentoo instructionsLuke Dashjr2013-09-101-16/+0
| |
* | Merge pull request #2977 from laanwj/2013_09_release_process_protobufGavin Andresen2013-09-081-1/+4
|\ \ | |/ |/| Add protobuf 2.5.0 download to gitian release process
| * Qt 4.8.3 r2 in gitian and release processWladimir J. van der Laan2013-09-051-1/+1
| | | | | | | | | | Also needed to add `unzip` package for the added unzip command for OpenSSL in the Qt build.
| * Add protobuf 2.5.0 download to gitian release processWladimir J. van der Laan2013-09-051-0/+3
| |
* | autotools: switch to autotools buildsystemCory Fields2013-09-053-82/+43
|/
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-221-4/+4
| | | | | | | | Add support for a Payment Protocol to Bitcoin-Qt. Payment messages are protocol-buffer encoded and communicated over http(s), so this adds a dependency on the Google protocol buffer library, and requires Qt with OpenSSL support.
* Removed duplicate files.super32013-08-143-169/+0
| | | | Left behind after the change to Markdown.
* Remove readme-qt.rst and update documentation for readme-qt.mdfanquake2013-07-104-166/+3
|
* Made the build/release process completable verbatim as listed inMicha2013-07-071-3/+4
| | | | release-process.md
* Markdown Cleanup - Part 2super32013-06-168-62/+394
| | | | Now everything is in markdown...
* Qt5 compatibilityWladimir J. van der Laan2013-06-011-0/+6
| | | | | | | | | | | | This commit squashes all the changes in the Qt5 branch relative to master. Backward compatibility with Qt4 is retained. Original authors: - Philip Kaufmann <[email protected]> - Jonas Schnelli <[email protected]>
* Merge pull request #2697 from Michagogo/masterWladimir J. van der Laan2013-05-301-5/+5
|\ | | | | Make release-process.md more generic
| * Made more generic by removing specific version referencesMichagogo2013-05-301-5/+5
| | | | | | | | | | | | Tweaked a little bit to provide examples. Squashed commits into 1, while hoping not to break anything
* | Prepare for 0.9 merge windowPieter Wuille2013-05-301-77/+0
|/
* Update links in build-osx.mdMichael Ford2013-05-221-3/+3
| | | | Add link to Github for Mac Update link to HomeBrew
* Docs Markdown Cleanupsuper32013-05-2011-399/+443
|
* Update version numbers for 0.8.2rc1 releasev0.8.2rc1Gavin Andresen2013-05-102-11/+6
|
* Release notes for 0.8.2rc1Gavin Andresen2013-05-101-77/+58
|
* Merge pull request #2532 from jonasschnelli/mac_plist_fixGavin Andresen2013-05-071-0/+1
|\ | | | | fixes #2506: mac binary with proper version and copyright meta-informati...
| * fixes #2506: mac binary with proper version and copyright meta-informations ↵Jonas Schnelli2013-04-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | (Info.plist) Due a bug in QT (https://bugreports.qt-project.org/browse/QTBUG-21267), the mac binary of the last release contains bulk meta informations. The url-handler (bitcoin://) is also not working in current release Should be fixed with this commit. Signed-off-by: Jonas Schnelli <[email protected]>