aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Remove DNS Seeds run by entities which were never well-established.Matt Corallo2014-09-031-0/+3
|
* Merge pull request #4749Wladimir J. van der Laan2014-08-261-0/+39
|\ | | | | | | | | | | 425c7a8 travis: add doc (Cory Fields) 9380d01 travis: initial descriptor (Cory Fields) 386efb7 build: work around ccache/autotools warning-spamming bug (Cory Fields)
| * travis: add docCory Fields2014-08-251-0/+39
| |
* | Build-osx: Force Fix.Dominyk Tiller2014-08-231-2/+0
| | | | | | Kills the "make" line as well.
* | Build-osx: Force Fix.Dominyk Tiller2014-08-231-13/+1
| | | | | | Removes the unnecessary directions that encourage people to force install openssl into /usr/local with Homebrew. Unnecessary, and potentially quite risky. @theuni okayed this removal [here](https://github.com/bitcoin/bitcoin/pull/4740#issuecomment-53076840).
* | Merge pull request #4736Wladimir J. van der Laan2014-08-221-1/+0
|\ \ | |/ |/| | | 5d9f22b Remove link to now removed Windows Build Notes (Michael Ford)
| * Remove link to now removed Windows Build NotesMichael Ford2014-08-201-1/+0
| | | | | | | | Removed in
* | Merge pull request #4740Wladimir J. van der Laan2014-08-211-1/+24
|\ \ | | | | | | | | | b1ed7c2 Update build-osx.md (Rose Toomey)
| * | Update build-osx.mdRose Toomey2014-08-201-1/+24
| |/ | | | | The homebrew instructions were outdated - berkeley-db4 hasn't worked for months, based on the questions I'm seeing on Google/SO. So I added a section explaining how to install berkeley-db4 using homebrew and move on with your life. Thanks for the rest of the documentation!
* | Merge pull request #4739Wladimir J. van der Laan2014-08-211-1/+1
|\ \ | |/ |/| | | de1f051 Added protobuf-compiler library to the Qt 5 Dependencies (elichai)
| * Added protobuf-compiler library to the Qt 5 Dependencieselichai2014-08-201-1/+1
| |
* | doc: Remove outdated information about boost versionsWladimir J. van der Laan2014-08-181-4/+0
| | | | | | | | | | | | Bitcoin core should work with any remotely recent boost version if a proper build environment is present. Remove a confusing comment from the build documentation.
* | qt: better looking trayiconntrgn2014-08-121-1/+0
| | | | | | | | | | Github-Pull: #4678 Rebased-By: Wladimir J. van der Laan <[email protected]>
* | Added bullet pointBen Holden-Crowther2014-08-071-1/+1
| | | | | | To make it easier to add new requirements if necessary
* | Merge pull request #4498Wladimir J. van der Laan2014-08-061-45/+31
|\ \ | | | | | | | | | 2887bff Update coding style and add .clang-format (Pieter Wuille)
| * | Update coding style and add .clang-formatPieter Wuille2014-07-281-45/+31
| | |
* | | Merge pull request #4626Wladimir J. van der Laan2014-08-051-23/+37
|\ \ \ | | | | | | | | | | | | e1eb741 doc: Modernize steps to be followed after release (Wladimir J. van der Laan)
| * | | doc: Modernize steps to be followed after releaseWladimir J. van der Laan2014-08-041-23/+37
| | | | | | | | | | | | | | | | | | | | Remove old references to sourceforge, add what actually should be done and provide some more details.
* | | | doc: Add new DNSseed policyGregory Maxwell2014-08-041-0/+52
|/ / /
* | | Merge pull request #4577Wladimir J. van der Laan2014-07-302-0/+48
|\ \ \ | | | | | | | | | | | | 0c3e101 Added systemd .service file in order to help distributions integrate bitcoind. (Aitor Pazos)
| * | | Added systemd .service file in order to help distributions integrate bitcoind.Aitor Pazos2014-07-292-0/+48
| | | |
* | | | Update openssl.org URL to include https://Jeff Garzik2014-07-292-2/+2
| | | | | | | | | | | | | | | | Suggested by whitj00. Fixes #4595
* | | | Remove hopelessly outdated build-msw.mdWladimir J. van der Laan2014-07-291-83/+0
| |/ / |/| | | | | | | | | | | | | | Anyone building bitcoind/-qt on windows is welcome to contribute a new one. The current information in this document is outdated, or otherwise mostly worthless.
* | | doc: remove any mention of SOCKS4Wladimir J. van der Laan2014-07-241-5/+0
| | | | | | | | | | | | SOCKS4 support was removed in 0127a9b, as well as the `-socks=` option.
* | | Revert "Add release notes entry"Wladimir J. van der Laan2014-07-211-46/+0
| | | | | | | | | | | | This reverts commit 9fa53dd3bdc6f62b16a7c2b970449c8c35f4c41b.
* | | Revert "Formatting, spelling, comment fixes."Wladimir J. van der Laan2014-07-211-1/+1
|/ / | | | | | | This reverts commit 7a19efe04069d9a1e251cdc94b25184f76d9d901.
* | Use fee/priority estimates in wallet CreateTransactionGavin Andresen2014-07-031-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The wallet now uses the mempool fee estimator with a new command-line option: -txconfirmtarget (default: 1) instead of using hard-coded fees or priorities. A new bitcoind that hasn't seen enough transactions to estimate will fall back to the old hard-coded minimum priority or transaction fee. -paytxfee option overrides -txconfirmtarget. Relaying and mining code isn't changed. For Qt, the coin control dialog now uses priority estimates to label transaction priority (instead of hard-coded constants); unspent outputs were consistently labeled with a much higher priority than is justified by the free transactions actually being accepted into blocks. I did not implement any GUI for setting -txconfirmtarget; I would suggest getting rid of the "Pay transaction fee" GUI and replace it with either "target number of confirmations" or maybe a "faster confirmation <--> lower fee" slider or select box.
* | Merge pull request #4455Wladimir J. van der Laan2014-07-031-18/+17
|\ \ | | | | | | | | | 3f7a61f Update Gitian Build guide to include OSX (Michael Ford)
| * | Update Gitian Build guide to include OSXMichael Ford2014-07-021-18/+17
| | |
* | | Fix formatting in release-process.mdMichael Ford2014-07-021-2/+2
|/ /
* | Merge pull request #4312Wladimir J. van der Laan2014-07-021-2/+2
|\ \ | | | | | | | | | | | | | | | fda3fed libsecp256k1 integration (Pieter Wuille) 5566826 secp256k1: Add build-side changes for libsecp256k1 (Cory Fields) b150b09 secp256k1: add libtool as a dependency (Cory Fields)
| * | secp256k1: add libtool as a dependencyCory Fields2014-07-011-2/+2
| | |
* | | Merge pull request #4449Wladimir J. van der Laan2014-07-021-12/+18
|\ \ \ | |/ / |/| | | | | 462ad22 Clean up release-process.md after OS X gitian changes (Micha)
| * | Clean up release-process.md after OS X gitian changesMicha2014-07-011-12/+18
| | | | | | | | | | | | | | | | | | | | | This is PR #4271, but with the changes to the descriptors, both the names of the files and the names of the intermediate build artifact archives, removed. This also closes #3775 if it goes in, because it covers the changes in that PR.
* | | Merge pull request #3883 from dgenr8/first_double_spendGavin Andresen2014-06-301-0/+46
|\ \ \ | | | | | | | | Relay and alert user to double spends
| * | | Formatting, spelling, comment fixes.Tom Harding2014-06-271-1/+1
| | | |
| * | | Add release notes entryTom Harding2014-06-271-0/+46
| |/ /
* | | Merge pull request #4398Wladimir J. van der Laan2014-06-281-27/+48
|\ \ \ | | | | | | | | | | | | | | | | 86fe1b8 update coding.md to reflect changes by pull (Philip Kaufmann) e10dcf2 ensure clean and consistent "namespace" usage (Philip Kaufmann)
| * | | update coding.md to reflect changes by pullPhilip Kaufmann2014-06-261-27/+48
| |/ / | | | | | | | | | - also mention alphabetical include ordering
* | | Merge pull request #4418Wladimir J. van der Laan2014-06-281-7/+4
|\ \ \ | | | | | | | | | | | | | | | | d618965 Add note about PPA to build instructions (Drak) e5f0247 Simplify build instructions (Drak)
| * | | Add note about PPA to build instructionsDrak2014-06-281-1/+1
| | | |
| * | | Simplify build instructionsDrak2014-06-261-6/+3
| |/ /
* | | Update OS X build instructionsMichael Ford2014-06-281-12/+8
| | | | | | | | | | | | | | | Update OpenSSL version Homebrew is now the preferred dependancy manager
* | | doc: Add historical release notes for 0.9.2Michael Ford2014-06-282-0/+414
|/ / | | | | | | Also includes 0.9.2.1
* | Add dependencies for Mac OSX gitian buildsDrak2014-06-241-0/+5
| |
* | doc: Remove unused section from release-process.mdWladimir J. van der Laan2014-06-231-28/+0
| | | | | | | | | | It is outdated information. If we ever resurrect gitian-downloader it can be brought back from history and updated.
* | Fix formattingDrak2014-06-211-6/+3
| |
* | Update translation_process.mdsandakersmann2014-06-081-1/+1
| | | | | | Qt changed to Bitcoin Core
* | Merge pull request #4295Wladimir J. van der Laan2014-06-061-5/+5
|\ \ | | | | | | | | | 6e7c4d1 gitian: upgrade OpenSSL to 1.0.1h (Wladimir J. van der Laan)
| * | gitian: upgrade OpenSSL to 1.0.1hWladimir J. van der Laan2014-06-051-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade for https://www.openssl.org/news/secadv_20140605.txt Just in case - there is no vulnerability that affects ecdsa signing or verification. The MITM attack vulnerability (CVE-2014-0224) may have some effect on our usage of SSL/TLS. As long as payment requests are signed (which is the common case), usage of the payment protocol should also not be affected. The TLS usage in RPC may be at risk for MITM attacks. If you have `-rpcssl` enabled, be sure to update OpenSSL as soon as possible.