aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
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-19Update documentation to match the #4219 changelpescher
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)
2015-05-02Non-grammatical language improvementsLuke Dashjr
2015-05-01Bugfix: Grammar fixesCorinne Dashjr
2015-04-23[REST] update documentationJonas Schnelli
- add documentation for /rest/headers - reformat sections
2015-04-21[QA] rest.py RPC test: change setgenerate() to generate()Jonas Schnelli
2015-04-20Re-wrote a passage of text that was difficult to understand.Jason Lewicki
2015-04-20Update REST URL to match realitypaveljanik
2015-04-20Point to the Debian 7.8 installerMichael Ford
Link to 7.7 is broken.
2015-04-20Remove folder and images for bootstrap.mdsandakersmann
2015-04-03Docs: Use new Bitcoin.org download URLsDavid A. Harding
2015-04-01doc: add historical release notes for 0.10.0Wladimir J. van der Laan
2015-03-03startup script for centos, with documentation.joshr
2015-02-16Add list of implemented BIPsPieter Wuille
2015-02-16doc: Add note-to-self about SHA256SUMS to release-process.mdWladimir J. van der Laan
2015-02-14Fix filename for testing QT.Jonathan Brown
2015-02-10Merge #5548: [REST] add /rest/chaininfosWladimir J. van der Laan
2c0f901 [REST] rest/chaininfos add documentation (Jonas Schnelli) 59582c8 [REST] add /rest/chaininfos (Jonas Schnelli)
2015-01-31Changed pronouns for correctness and inclusivitybikinibabe
2015-01-31fix _code_ snippet in gitian-building.mdUdjinM6
Trivial typo-like fix
2015-01-31Fix typoPavel Janík
2015-01-31Improve gitian build guideMichael Ford
Point to the Debian 7.7 installer Fix wording now that we only use a single image Remove bitcoin checkout steps, they are covered in release-process
2015-01-31Remove bootstrap.mdMichael Ford
See #5455
2015-01-20osx: bump build sdk to 10.9Cory Fields
2015-01-14Update OS X build instructions to use Qt 5Michael Ford
2015-01-03Remove dead BitcoinUnits::id code and update assets-attribution for ↵Luke Dashjr
non-image unit selector
2015-01-02Merge pull request #5569Wladimir J. van der Laan
0d50c2f dmg: fix deterministic dmg creation and docs (Cory Fields)
2015-01-02Remove redundant copyright notices from README filesWladimir J. van der Laan
The normative place for these for the entire project is COPYING, and the main README already has a MIT license section.
2014-12-31Merge #5468 fromJeff Garzik
branch 'developer-notes_md' of git://github.com/fanquake/bitcoin into merge-5468
2014-12-31Merge pull request #5546Wladimir J. van der Laan
1f67084 [Docs] clean up assets-attributen.md (Jonas Schnelli)
2014-12-30dmg: fix deterministic dmg creation and docsCory Fields