aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-08-17Merge pull request #6553Wladimir J. van der Laan
183b8fb Add missing files to files.md (fanquake)
2015-08-15Merge pull request #6013Jeff Garzik
2015-08-14Implement REST mempool API, add test and documentation.Pavel Janík
2015-08-13Add missing files to files.mdfanquake
typo
2015-08-10Update init doc to mention cookie authenticationfanquake
2015-08-10Merge pull request #6512Wladimir J. van der Laan
fc25a87 Add note on relative paths, improve formatting (unsystemizer)
2015-08-07Merge pull request #6505Wladimir J. van der Laan
df9c2ee [Qt] replace wifi icon with network symbol (Marco) 9142867 [QT] cleanup icons (Marco)
2015-08-05Add v0.11.0 release notesCasey Rodarmor
2015-08-05Merge pull request #6507Wladimir J. van der Laan
9f5edb9 Removed contrib/bitrpc (Casey Rodarmor)
2015-08-04[Qt] replace wifi icon with network symbolMarco
2015-08-04Add note on relative paths, improve formattingunsystemizer
Added "conf, pid, and wallet accept relative paths which are interpreted as relative to the data directory. wallet only supports relative paths."
2015-08-03Removed contrib/bitrpcCasey Rodarmor
It's unclear if people are using this and if it's worth maintaining.
2015-07-27doc: mention change to option parsing behavior in release notesWladimir J. van der Laan
2015-07-27doc: Mention RPC strings for monetary amounts in release notesWladimir J. van der Laan
Add a section "low level RPC API changes" so that the changes with regard to error codes can be added later.
2015-07-19Documenting pruned, pruneheight and softforks in getblockchaininfoSimon Males
2015-07-18Include pruned state in chaininfo.jsonSimon Males
2015-07-17Merge pull request #6439Wladimir J. van der Laan
09d4ddf Updated URL location of netinstall for Debian (฿tcDrak)
2015-07-17Merge pull request #6430Wladimir J. van der Laan
3361edd doc: Add NBitcoin to bitcoinconsensus examples (Braydon Fuller) b1bac4e Add description for bitcoinconsensus_ERR_OK (Braydon Fuller) c156ada doc: add documentation for shared library libbitcoinconsensus (Braydon Fuller)
2015-07-15doc: Add NBitcoin to bitcoinconsensus examplesBraydon Fuller
2015-07-15Merge pull request #6413Wladimir J. van der Laan
9fbca20 doc: Remove recommendation to add old repos for libd4.8* (tailsjoin)
2015-07-15doc: Remove recommendation to add old repos for libd4.8*tailsjoin
It is unreasonable to ask to change the global package configuration just to build a package. Not only that, this is potentially harmful to the system. Also do a few punctuation fixes in REST-interface.md.
2015-07-14Add description for bitcoinconsensus_ERR_OKBraydon Fuller
2015-07-14Updated URL location of netinstall for Debian฿tcDrak
2015-07-13doc: add documentation for shared library libbitcoinconsensusBraydon Fuller
2015-07-13doc: mention RPC random cookie authentication in release notesWladimir J. van der Laan
2015-07-05[REST] add JSON support for /rest/headers/Jonas Schnelli
2015-07-03Merge pull request #6369Wladimir J. van der Laan
dae0a89 assets-attribution: Update typicons to MIT license (Luke Dashjr)
2015-07-03assets-attribution: Update typicons to MIT licenseLuke Dashjr
stephenhutchings commented 3 Jul 2015, 6:35 GMT: > Hi Luke, happy for these to be distributed under the terms of the MIT licence. > Let me know if you need anything further from me.
2015-06-30Ideal release process for Windows detached signingMicha
This is an ideal version of what the release process should look like, making it more consistent with the OS X process. Some of the changes described here would need to be made in the descriptors, which is somewhat beyond what I would feel comfortable doing, not really understanding the signature process in depth. [skip ci]
2015-06-22Merge pull request #6303Wladimir J. van der Laan
d08cfc2 gitian: add a gitian-win-signer descriptor (Cory Fields)
2015-06-22doc: update mailing list addressWladimir J. van der Laan
Move from sourceforge to linux foundation. Also get rid of some other stale mentions of sourceforge.
2015-06-18gitian: add a gitian-win-signer descriptorCory Fields
This is exactly like the current OSX signing process. osslsigncode has been patched to detach and re-attach Windows signatures. The changes can be seen here: https://github.com/theuni/osslsigncode/commits/attach-signature There's a pull-request open upstream for the changes: https://sourceforge.net/p/osslsigncode/osslsigncode/merge-requests/3/ This work has been back-ported to the stable 1.7.1 release of osslsigncode, so that a smaller patch can be reviewed.
2015-06-15remove berkeley-db4 workaroundrion
"brew install berkeley-db4" appears to be working again. simplified instructions by removing the berkeley-db4 workaround.
2015-06-15Merge pull request #6269Wladimir J. van der Laan
c110575 gitian: Use the new bitcoin-detached-sigs git repo for OSX signatures (Cory Fields)
2015-06-15doc: Add section on plurals to strings policyWladimir J. van der Laan
Thanks to @pryds for explaining this to me on Transifex.
2015-06-10gitian: Use the new bitcoin-detached-sigs git repo for OSX signaturesCory Fields
Rather than fetching a signature.tar.gz from somewhere on the net, instruct Gitian to use a signature from a tag in the bitcoin-detached-sigs repository which corresponds to the tag of the release being built. This changes detached-sig-apply.sh to take a dirname rather than a tarball as an argument, though detached-sig-create.sh still outputs a tarball for convenience.
2015-06-05Merge pull request #6238Wladimir J. van der Laan
cfc600d Bugfix: Correct links for Xcode download (Luke Dashjr)
2015-06-05Bugfix: Correct links for Xcode downloadLuke Dashjr
2015-06-01[OSX] revert renaming of Bitcoin-Qt.appJonas Schnelli
2015-06-01Merge pull request #6164Wladimir J. van der Laan
aa41bc8 Update help message to match the #4219 change (lpescher) f60bb5e Update documentation to match the #4219 change (lpescher) cb87386 Make command line option to show all debugging consistent with similar options (lpescher)
2015-06-01Now that 0.11 has been branched, master is 0.11.99Wladimir J. van der Laan
... in preparation for 0.12
2015-06-01Merge pull request #6193Wladimir J. van der Laan
6e71efa [REST] remove json input for getutxos, limit to query max. 15 outpoints (Jonas Schnelli) 64b8027 rest.cpp: strip whitespace (Jonas Schnelli)
2015-05-29doc: Add to 0.11 release notesWladimir J. van der Laan
Add information about further notable changes: - Big endian support - Memory usage optimization - Disable wallet transaction broadcast - Stream isolation for Tor
2015-05-27[REST] remove json input for getutxos, limit to query max. 15 outpointsJonas Schnelli
Remove possibility to send json encoded parameters to `/rest/getutxos/` to avoid possible DoS scenarios. The JSON output option is untouched.
2015-05-27Merge pull request #6189Wladimir J. van der Laan
44e1aad Autoprune release notes included (mrbandrews)
2015-05-27Merge pull request #6174Wladimir J. van der Laan
213f257 doc: add translation strings policy (Wladimir J. van der Laan)
2015-05-26Autoprune release notes includedmrbandrews
2015-05-26doc: Add preliminary changelog for 0.11 to release notesWladimir J. van der Laan
2015-05-24doc: Add historical release notes 0.9.5Wladimir J. van der Laan
2015-05-23doc: add translation strings policyWladimir J. van der Laan