aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-09-22Merge pull request #6652Wladimir J. van der Laan
a09db7c [trivial] Minor format fixes (MarcoFalke) 0574ede doc: update release-notes and bips.md for BIP111 (Wladimir J. van der Laan)
2015-09-22[trivial] Minor format fixesMarcoFalke
2015-09-22Fix spelling of QtDiego Viola
2015-09-21Merge pull request #6667Wladimir J. van der Laan
2eb3183 [doc] Merge doc/assets-attribution.md into contrib/debian/copyright (MarcoFalke) 9be08b7 Update contrib/debian/copyright (MarcoFalke)
2015-09-18[doc] Merge doc/assets-attribution.md into contrib/debian/copyrightMarcoFalke
Even though the SVG source files are never used in the QT client, their authors are mentioned in contrib/debian/copyright due to simplicity.
2015-09-17Clarifying offline build process using gbuild --url and noting it is notMidnight Magic
done automatically. At some point along the line, fully offline builds were no longer happening when strictly following the release-process.md instructions. We should ensure that users who might want to torify or build offline need to take extra steps to remain offline. Also, corrections to build process: including gverify examples for new builders.
2015-09-16Add ZeroMQ support. Notify blocks and transactions via ZeroMQJeff Garzik
Continues Johnathan Corgan's work. Publishing multipart messages Bugfix: Add missing zmq header includes Bugfix: Adjust build system to link ZeroMQ code for Qt binaries
2015-09-12Fixes typo in build-osx.md.Irving Ruan
2015-09-08Merge pull request #6635Wladimir J. van der Laan
a1df1e8 [docs] add libevent dependency to build-osx.md (Jonas Schnelli) d6a92dd [release notes] mention apache reverse proxy to re-enable SSL (Jonas Schnelli)
2015-09-08doc: update release-notes and bips.md for BIP111Wladimir J. van der Laan
2015-09-07[docs] add libevent dependency to build-osx.mdJonas Schnelli
2015-09-06[doc] [tor] Clarify when to use bindMarcoFalke
c.f. #6585
2015-09-04Merge pull request #6626Wladimir J. van der Laan
f4b9132 Update gitian build guide for Debian 8.1 (fanquake)
2015-09-04[release notes] mention apache reverse proxy to re-enable SSLJonas Schnelli
2015-09-04Merge pull request #5677Wladimir J. van der Laan
d528025 Revert "rpc-tests: re-enable rpc-tests for Windows" (Wladimir J. van der Laan) 1e700c9 doc: update deps in build-unix.md after libevent (Wladimir J. van der Laan) 26c9b83 Move windows socket init to utility function (Wladimir J. van der Laan) 4be0b08 libevent: Windows reuseaddr workaround in depends (Cory Fields) 3a174cd Fix race condition between starting HTTP server thread and setting EventBase() (Wladimir J. van der Laan) 6d2bc22 Document options for new HTTP/RPC server in --help (Wladimir J. van der Laan) be33f3f Implement RPCTimerHandler for Qt RPC console (Wladimir J. van der Laan) 57d85d9 doc: mention SSL support dropped for RPC in release notes (Wladimir J. van der Laan) 40b556d evhttpd implementation (Wladimir J. van der Laan) ee2a42b tests: GET requests cannot have request body, use POST in rest.py (Wladimir J. van der Laan) 6e996d3 tests: fix qt payment test (Cory Fields) 3140ef9 build: build-system changes for libevent (Wladimir J. van der Laan) a9af234 libevent: add depends (Cory Fields) 6a21dd5 Remove rpc_boostasiotocnetaddr test (Wladimir J. van der Laan) 8f9301c qa: Remove -rpckeepalive tests from httpbasics (Wladimir J. van der Laan) 51fcfc0 doc: remove documentation for rpcssl (Wladimir J. van der Laan)
2015-09-04doc: update deps in build-unix.md after libeventWladimir J. van der Laan
Add libevent, change usage of libssl from "secure communication" to "crypto" that's more accurate after RPC SSL support removed.
2015-09-03Merge pull request #6611Wladimir J. van der Laan
5b85126 Update build-unix.md (Altoidnerd)
2015-09-03Merge pull request #6627Wladimir J. van der Laan
88f856a [doc] Clarify authors in assets-attribution.md (MarcoFalke)
2015-09-03[doc] Clarify authors in assets-attribution.mdMarcoFalke
2015-09-03doc: mention SSL support dropped for RPC in release notesWladimir J. van der Laan
2015-09-03Update gitian build guide for Debian 8.1fanquake
Signed-off-by: fanquake <fanquake@gmail.com>
2015-09-02Update build-unix.mdAltoidnerd
If a user hasn't ready run autogen.sh, configure doesn't yet exist. Do the instructions seem to presume you have already built bitcoin? I don't think they do. Would stifle beginners. Update build-unix.md
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.