aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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.
2014-11-26[REST] adding basic documentationJonas Schnelli
2014-11-26docs: add/update docs for osx dmg signingCory Fields
2014-11-25release: update docs to reflect new layoutCory Fields
- Split linux32/linux64 releases - Split win32/win64 zips - Post-processing should no longer be required. The deterministic outputs are ready for consumption.
2014-11-22docs: ThreadGetMyExternalIP has been removedPavel Vasin
It was removed in https://github.com/bitcoin/bitcoin/pull/5161
2014-11-19gitian: quick docs updateCory Fields
2014-11-19doc: add libgmp dependency for secp256k1Wladimir J. van der Laan
Also reorganize the document a bit.
2014-11-19gmp needed to build on OSXGavin Andresen
2014-11-19Merge pull request #5279Wladimir J. van der Laan
6c8c704 [docs] Add mini-"howto" using Qt Creator (osx) (Jonas Schnelli)
2014-11-17[OSX, docs] update some release build informationsJonas Schnelli
- switching release builds to 10.7 - release binary looks like 64bit only - tested up to 10.10 - gitian builder builds against 10.7. The docs should be consistant. - remove 32bit text because nowadays it's obvious to support 64bit only on OSX.
2014-11-16[docs] Add mini-"howto" using Qt Creator (osx)Jonas Schnelli
2014-11-07Qt: new iconsJonas Schnelli
- flat and b/w icons seems to be the new trend - support for HiDPI/retina - change icon sizes - fix assets-attribution.md - removed unused icons
2014-11-07doc: Correct several typos in bootstrap.mdsandakersmann
- Also remove references to the blockchain size
2014-11-04Add "warmup mode" for RPC server.Daniel Kraft
Start the RPC server before doing all the (expensive) startup initialisations like loading the block index. Until the node is ready, return all calls immediately with a new error signalling "in warmup" with an appropriate status message (similar to the init message). This is useful for RPC clients to know that the server is there (e. g., they don't have to start it) but not yet available. It is used in Namecoin and Huntercoin already for some time, and there exists a UI hooked onto the RPC interface that actively uses this to its advantage.
2014-11-03Remove file and class order guidelinesPieter Wuille
2014-10-23doc: release notes update for `rpcallowip` syntax changeWladimir J. van der Laan
2014-10-21doc: add headers first backwards compat warningWladimir J. van der Laan
2014-10-17doc: Add historical release notes for 0.9.3Wladimir J. van der Laan
2014-10-02Merge pull request #4991Wladimir J. van der Laan
0dcb0a5 doc: Add instructions for consistent Mac OS X build names (Saivann)
2014-10-01doc: add make install to build-osx.md and build-unix.mdWhit J
2014-10-01Merge pull request #5008Wladimir J. van der Laan
41020eb Fix formatting in init.md (Whit J)
2014-10-01Update build-unix.mdJL2035
Debian also need libboost-all-dev installed.