aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-12-02Merge pull request #7040Jonas Schnelli
b171c69 [doc] Update OS X build notes for new qt5 configure (Michael Ford)
2015-12-01Merge pull request #7136Wladimir J. van der Laan
fa19a58 HelpMessage: Don't hide -mintxfee behind showDebug (MarcoFalke) faffc17 rpcwallet: Clarify what settxfee does (MarcoFalke) 9999cb0 Fix url in .travis.yml (MarcoFalke) fa22a10 contrib: Del. gitian downloader config and update gitian README (MarcoFalke) fad3035 [doc] Minor markdown fixes (MarcoFalke)
2015-11-30[doc] Minor markdown fixesMarcoFalke
2015-11-29Keep track of explicit wallet conflicts instead of using mempoolPieter Wuille
2015-11-29Documentation updates for BIP 130Pieter Wuille
2015-11-28Merge pull request #7003Pieter Wuille
b8c06ef doc: Add non-style-related development guidelines (Wladimir J. van der Laan)
2015-11-26Connect to Tor hidden services by defaultPeter Todd
Adds 127.0.0.1:9050 for the .onion proxy if we can succesfully connect to the control port. Natural followup to creating hidden services automatically.
2015-11-20[doc] Update OS X build notes for new qt5 configureMichael Ford
You no longer need to explicitly pass qt5 to configure, as it will now choose qt5 over qt4 if both are installed. [skip-ci]
2015-11-19Merge pull request #6900Wladimir J. van der Laan
2cecb24 doc: change suite to trusty in gitian-building.md (Wladimir J. van der Laan) 957c0fd gitian: make windows build deterministic (Wladimir J. van der Laan) 2e31d74 gitian: use trusty for building (Wladimir J. van der Laan) 0b416c6 depends: qt PIDLIST_ABSOLUTE patch (Wladimir J. van der Laan) 9f251b7 devtools: add libraries for bitcoin-qt to symbol check (Wladimir J. van der Laan)
2015-11-19doc: change suite to trusty in gitian-building.mdWladimir J. van der Laan
2015-11-19Merge pull request #7048Wladimir J. van der Laan
c5f211b [doc][trivial] Remove miniupnpc build notes build-unix (fanquake)
2015-11-19[doc][trivial] Remove miniupnpc build notes build-unixfanquake
2015-11-17[doc] Users now see 'Bitcoin Core' in the OSX bundleMichael Ford
On OS X users will see 'Bitcoin Core' after opening the DMG bundle.
2015-11-15Switch to libsecp256k1-based validation for ECDSAPieter Wuille
2015-11-14add documentation for exluding whitelistes peer from maxuploadtargetJonas Schnelli
2015-11-13[docs] rename reducetraffic.md to reduce-traffic.mdJonas Schnelli
2015-11-13doc: Add non-style-related development guidelinesWladimir J. van der Laan
I've collected these over time, mostly adding notes after troubleshooting obscure bugs. As I hope to get the community more involved in the whole process, I think it is useful to add to the developer-notes.
2015-11-12[doc] Add -maxuploadtarget release notesMarcoFalke
2015-11-12Merge pull request #6639Wladimir J. van der Laan
58ef0ff doc: update docs for Tor listening (Wladimir J. van der Laan) 68ccdc4 doc: Mention Tor listening in release notes (Wladimir J. van der Laan) 09c1ae1 torcontrol improvements and fixes (Wladimir J. van der Laan) 2f796e5 Better error message if Tor version too old (Peter Todd) 8f4e67f net: Automatically create hidden service, listen on Tor (Wladimir J. van der Laan)
2015-11-12doc: update docs for Tor listeningWladimir J. van der Laan
- add new data directory files for 0.12 to doc/files.md - mention torcontrol in doc/tor.md
2015-11-12doc: Mention Tor listening in release notesWladimir J. van der Laan
2015-11-11Merge pull request #6969Wladimir J. van der Laan
7085728 doc: there is no libboost-base-dev, add missing sudo (Wladimir J. van der Laan)
2015-11-11Merge pull request #6987Wladimir J. van der Laan
42bae94 [doc] Improve lanaguge in reducetraffic.md (fanquake) 6a776fa [doc] add documentation how to reduce traffic (Jonas Schnelli)
2015-11-11[doc] Improve lanaguge in reducetraffic.mdfanquake
2015-11-11[doc] Fix FIXME for libblkmaker in release-notes.mdMarcoFalke
2015-11-11[doc] add documentation how to reduce trafficJonas Schnelli
2015-11-11[gitian] Use vm-builder_0.12.4+bzr494 on DebianMichael
2015-11-08doc: there is no libboost-base-dev, add missing sudoWladimir J. van der Laan
- There is no libboost-base-dev, no idea how I ended up with this - Without that, installing separate boost packages works fine on both Ubuntu 14.04 and Debian 7 (tested on VMs), this did not use to be the case, AFAIK. - Add a missing 'sudo' for consistency - Need `bsdmainutils` for `hexdump` (for the tests)
2015-11-05Merge pull request #6955Wladimir J. van der Laan
e167af2 [doc] Remove excessive white space (MarcoFalke) e0eeb67 [trivial] clang-format: Set AlignAfterOpenBracket: false (MarcoFalke) 0af8fe4 devtools: Update README.md (MarcoFalke)
2015-11-05[doc] Remove excessive white spaceMarcoFalke
2015-11-04build: If both Qt4 and Qt5 are installed, use Qt5Wladimir J. van der Laan
If both Qt4 and Qt5 development headers are installed, use Qt5. Building against Qt5 should be encouraged as that is where active development happens.
2015-11-04build: Improve build instructionsWladimir J. van der Laan
- Add package instructions for Ubuntu 15.10 - Clarify BerkeleyDB/wallet situation for unix - Add basic build instructions for Windows (closes #1401)
2015-10-31Merge pull request #6883Wladimir J. van der Laan
c939792 Add BIP65 CHECKLOCKTIMEVERIFY to release notes (Peter Todd)
2015-10-29Merge pull request #6870Wladimir J. van der Laan
040c0ea Init: Cleanup error and warning strings (MarcoFalke) 6782f58 [trivial] Latest config.guess (MarcoFalke) bf68191 [trivial] rpcnet: fix typo (MarcoFalke) 95f4291 [trivial] Rewrite help text for feature enabled by default (MarcoFalke)
2015-10-28Init: Cleanup error and warning stringsMarcoFalke
Also update doc/translation_strings_policy.md
2015-10-26Merge pull request #6621Wladimir J. van der Laan
e04b0b6 added OS X documentation to doc/init.md (Kevin Cooper) d4aa54c added org.bitcoin.bitcoind.plist for launchd (OS X) (Kevin Cooper)
2015-10-26Merge pull request #6878Wladimir J. van der Laan
dca7bd3 doc: Add developer notes about gitignore (Wladimir J. van der Laan)
2015-10-26doc: mention BIP65 softfork in bips.mdWladimir J. van der Laan
2015-10-24added OS X documentation to doc/init.mdKevin Cooper
2015-10-23Add BIP65 CHECKLOCKTIMEVERIFY to release notesPeter Todd
2015-10-23doc: Add developer notes about gitignoreWladimir J. van der Laan
- Add developer notes about `.gitignore.` - Remove qt creator specific files from gitignore, to be consistent.
2015-10-19Merge pull request #6843Wladimir J. van der Laan
99963b9 Correct spelling mistakes in doc folder (Mitchell Cash)
2015-10-18Mention PHP bindings to libbitcoinconsensusThomas Kerin
2015-10-18Correct spelling mistakes in doc folderMitchell Cash
- OSX —> OS X - XCode —> Xcode - github —> GitHub - homebrew —> Homebrew - gitian —> Gitian - Other miscellaneous obvious spelling fixes and whitespace removal
2015-10-15Merge pull request #6817Wladimir J. van der Laan
a0d5e0d [doc] Cleanup release-process documentation (Michael)
2015-10-14Add historical release notes for October 2015 bugfix releasesMicha
[skip ci]
2015-10-14[doc] Cleanup release-process documentationMichael
2015-10-13Merge pull request #6810Wladimir J. van der Laan
7d325b9 zmq: point API link to 4.0 as that is what we are conforming to [Trivial] (Johnathan Corgan)
2015-10-12zmq: point API link to 4.0 as that is what we are conforming to [Trivial]Johnathan Corgan
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
2015-10-09[doc] trivial: developer-notes.md covers more than just coding standardsMarcoFalke