aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2015-11-08bump version to 0.11.2v0.11.2rc1Wladimir J. van der Laan
2015-11-06Merge pull request #6825Wladimir J. van der Laan
af6edac *: alias -h for --help (Daniel Cousens) 131d7f9 Change URLs to https in debian/control (Matt Corallo) 7ce2c91 Update debian/changelog and slight tweak to debian/control (Matt Corallo) 4fbfebe Correct spelling mistakes in doc folder (Mitchell Cash) e42bf16 Clarification of unit test build instructions. (Eric Lombrozo) 54f9dee Update bluematt-key, the old one is long-since revoked (Matt Corallo) bfc6154 [Trivial] Fixed typo when referring to a previous section in depends/README.md [skip ci] (Chris Kleeschulte) 9e45157 build: disable -Wself-assign (Wladimir J. van der Laan) 33d6825 Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a-box use case) (Luke Dashjr) 87a797a build: Remove dependency of bitcoin-cli on secp256k1 (Wladimir J. van der Laan) a33cd5b [trivial] Fix rpc message "help generate" (MarcoFalke) 6fd0019 Drop "with minimal dependencies" from description (Zak Wilcox) 2394f4d Split bitcoin-tx into its own package (Zak Wilcox) 1e672ae Include bitcoin-tx binary on Debian/Ubuntu (Zak Wilcox) b3eaa30 [Qt] Raise debug window when requested (MarcoFalke) 01878c9 Fix locking in GetTransaction. (Alex Morcos) 9b9acc2 Fix spelling of Qt (Diego Viola)
2015-10-23Correct 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-15Add historical release notes for October 2015 bugfix releasesMicha
[skip ci] Rebased-From: d57586f91c6cfe7480ae87b81a041009776a33af Github-Pull: #6832
2015-10-14Fix spelling of QtDiego Viola
2015-10-12doc: Add Luke Dashjr to credits in release notesv0.11.1Wladimir J. van der Laan
Somehow missed...
2015-10-11doc: update release notes for 0.11.1rc2v0.11.1rc2Wladimir J. van der Laan
2015-10-09Bump version to 0.11.1Wladimir J. van der Laan
2015-10-09doc: #6077 was reverted, don't mention in release notesWladimir J. van der Laan
Reported by sipa
2015-10-09doc: Update release notes for 0.11.1Wladimir J. van der Laan
2015-09-23Merge pull request #6703Wladimir J. van der Laan
45bfa13 PARTIAL: typofixes (found by misspell_fixer) (Veres Lajos) 21c406e add support for miniupnpc api version 14 (Pavel Vasin) 13bd5a7 rpc-tests: re-enable rpc-tests for Windows (Cory Fields) ccc4ad6 net: Set SO_REUSEADDR for Windows too (Cory Fields) 1f6772e add unit test for CNetAddr::GetGroup. (Alex Morcos) 13642a5 Fix masking of irrelevant bits in address groups. (Alex Morcos) 6b51b9b Replace boost::reverse_lock with our own. (Casey Rodarmor) 626c5e6 Make sure we re-acquire lock if a task throws (Casey Rodarmor) 4877053 Add missing files to files.md (fanquake) f171fee Handle leveldb::DestroyDB() errors on wipe failure (Adam Weiss) c5b89fe Fix race condition on test node shutdown (Casey Rodarmor) 4a37410 Handle no chain tip available in InvalidChainFound() (Ross Nicoll) f6d29a6 Use unique name for AlertNotify tempfile (Casey Rodarmor) e6adac7 Delay initial pruning until after wallet init (Adam Weiss) e0020d4 Make sure LogPrint strings are line-terminated (J Ross Nicoll) 7ff9d12 Make sure LogPrintf strings are line-terminated (Wladimir J. van der Laan) 5a39133 build: fix libressl detection (Cory Fields) f6355e6 Avoid leaking file descriptors in RegisterLoad (Casey Rodarmor) 60457d3 locking: fix a few small issues uncovered by -Wthread-safety (Cory Fields) a496e11 Remove bash test note from rpc-tests readme (fanquake) 49c6a64 tests: Remove old sh-based test framework (Wladimir J. van der Laan) a37567d Add autogen.sh to source tarball. (randy-waterhouse) 1f4d7cf travis: for travis generating an extra build (Cory Fields)
2015-09-22Add missing files to files.mdfanquake
typo
2015-07-17Updated URL location of netinstall for Debian฿tcDrak
Github-Pull: #6439 Rebased-From: 09d4ddf1c5841b757c2676d508a68baa2dbdc4c7
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. Github-Pull: #6413 Rebased-From: 9fbca205d4eaaf82be718b69c6533078aeb3081c
2015-07-10doc: add important information about tx flood to release notesv0.11.0Wladimir J. van der Laan
2015-07-08Fix typo in release notes.spin
2015-07-06release notes for fee estimation changesAlex Morcos
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-07-01update release notes for 0.11.0rc3Wladimir J. van der Laan
2015-06-30Ideal release process for Windows detached signingv0.11.0rc3Micha
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] Github-Pull: #6354 Rebased-From: 6e849b8309558ec83710d86c0f784566996da58b
2015-06-23doc: mention bitcoin-submittx example in release notesWladimir J. van der Laan
2015-06-22gitian: 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. Github-Pull: #6303 Rebased-From: d08cfc2bd752fdb1e8547f957f1c38275540df7a
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. Github-Pull: #6319 Rebased-From: 88d8525ca2ff2afc171cd0f625a098371f3a6af5
2015-06-17doc: Update release notes for rc2v0.11.0rc2Wladimir J. van der Laan
2015-06-17remove berkeley-db4 workaroundrion
"brew install berkeley-db4" appears to be working again. simplified instructions by removing the berkeley-db4 workaround. Github-Pull: #6286 Rebased-From: a3a80c253cdd0299f92b9e1ba9888f0f9421f245
2015-06-15gitian: 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. Github-Pull: #6269 Rebased-From: c110575a92ebe2e9a58b53d56aafa1f1ae37dbb2
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-03doc: update release notesv0.11.0rc1Wladimir J. van der Laan
2015-06-03[OSX] revert renaming of Bitcoin-Qt.appJonas Schnelli
Github-Pull: #6214 Rebased-From: a2241eabfdbdadd2f96c0a538b9901257831b642
2015-06-01Bump version to 0.11Wladimir J. van der Laan
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
2015-05-20Merge pull request #6116Wladimir J. van der Laan
d1a3866 build: Cope with spaces in filenames when creating/applying OSX sigs (Cory Fields) 7cef321 [Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app" (Jonas Schnelli)
2015-05-19[Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app"Jonas Schnelli
2015-05-18doc: Add historical release notes for 0.10.1 0.10.2 0.9.4Wladimir J. van der Laan
2015-05-18[Docs] fix and improve REST documentationJonas Schnelli
- fix bad formatting of getutxos - added getztxos example - fix different command syntax
2015-05-16Missing from Documentation IndexShawn Wilkinson
2015-05-14Merge pull request #6110Wladimir J. van der Laan
ca5f688 [QT] don't colorize icons on win and mac (Jonas Schnelli) 7247d10 [QT] use alert icon with tooltip insted of "(out of sync)" text (Jonas Schnelli) 51c7c70 [QT] remove frame to avoid double-frame situation in sendcoinsentry.ui (Jonas Schnelli) 2a6b844 [QT] change transaction amount and height in overview page (Jonas Schnelli)
2015-05-12[QT] use alert icon with tooltip insted of "(out of sync)" textJonas Schnelli
# Conflicts: # src/qt/forms/overviewpage.ui # src/qt/overviewpage.cpp
2015-05-06Merge pull request #5420Wladimir J. van der Laan
6b4feb8 [QA] rest.py RPC test: change setgenerate() to generate() (Jonas Schnelli) 97ee866 [REST] getutxos REST command (based on Bip64) (Jonas Schnelli)
2015-05-04Merge pull request #6085Wladimir J. van der Laan
b05a89b Non-grammatical language improvements (Luke Dashjr) 7e6d23b Bugfix: Grammar fixes (Corinne Dashjr)