aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2014-12-29[REST] rest/chaininfos add documentationJonas Schnelli
2014-12-28Fix typoJulian Yap
2014-12-27[Docs] clean up assets-attributen.mdJonas Schnelli
- Make sure it represents the current state
2014-12-19docs: update gitian building docsCory Fields
2014-12-19Merge pull request #5470Wladimir J. van der Laan
78253fc Remove references to X11 licence (Michael Ford)
2014-12-19Merge pull request #5413Wladimir J. van der Laan
88eb44d Revised translation process doc (Blake Jakopovic)
2014-12-19Create developer-notes.mdMichael Ford
Moves coding guidelines and development tips/tricks into a single file. Also adds a section explaining pull request terminology.
2014-12-17Drop beta suffixes from readmesMichael Ford
2014-12-16Qt: HiDPI (retina) support for splash screenJonas Schnelli
- remove splash screen images (reduce binary size) - dynamicly draw splash screen with available icon. - remove testnet icon - dynamicly colorize testnet icon
2014-12-16Merge pull request #5219Wladimir J. van der Laan
31aac02 Qt: new icons (Jonas Schnelli)
2014-12-16Remove references to X11 licenceMichael Ford
2014-12-11docs: release process fixupsCory Fields
Add instructions for manually fetching sources, as well as some misc. fixes.
2014-12-11Now that 0.10 has been branched, master is 0.10.99Wladimir J. van der Laan
2014-12-09[REST] added /rest/block/notxdetails/<hash> into REST-interface.md documentationJonas Schnelli
2014-12-07Revised translation process docBlake Jakopovic
2014-12-05Merge pull request #5425Wladimir J. van der Laan
87bddb7 Squashed 'src/secp256k1/' changes from ad2028f..b0210a9 (Pieter Wuille) ffe3291 Remove gmp dependency and doc mentions (Pieter Wuille)
2014-12-05Merge pull request #5329Wladimir J. van der Laan
199627c [REST] adding basic documentation (Jonas Schnelli)
2014-12-04Remove gmp dependency and doc mentionsPieter Wuille
2014-12-03Package libqt5core5 replaced with libqt5core5aLongShao007
libqt5core5 installs failed. Package libqt5core5 has replaced with libqt5core5a in ubuntu and debian. The website is: http://packages.ubuntu.com/trusty/libqt5core5a https://packages.debian.org/sid/libqt5core5a
2014-12-02Add 0.10 release notes on improvement to signing security.Gregory Maxwell
I dropped mention of libgmp that I had in my first draft because it looks like we'll be able to get that out prior to release.