Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ca8fb59
wallet: Warn on unexpected EOF while salvaging wallet
laanwj Feb 15, 2016
7eef1d0
Clarify description of blockindex
pinheadmz Feb 16, 2016
b6e00af
Merge #7541: Clarify description of blockindex
laanwj Feb 19, 2016
a08c41d
doc: include post-mortem fixes to 0.12.0 release notes
laanwj Feb 23, 2016
6e4dfa1
[doc] Fix typos
infertux Feb 23, 2016
92bcca3
rpc: Input-from-stdin mode for bitcoin-cli
laanwj Feb 17, 2016
f22f14c
doc: mention bitcoin-cli -stdin in release notes
laanwj Feb 24, 2016
8b958ab
Merge #7550: rpc: Input-from-stdin mode for bitcoin-cli
laanwj Feb 24, 2016
3174621
Merge #7583: [doc] Fix typos
laanwj Feb 24, 2016
8c5a5fb
Improving wording related to Boost library requirements [updated]
jonathancross Feb 24, 2016
3d19193
Remove spurious dollar sign. Fixes #7189.
dooglus Feb 26, 2016
fa7a5c5
[depends] builders: No need to set -L and --location for curl
Feb 26, 2016
ff2be40
[doc] Typo fix
alfiedotwtf Feb 27, 2016
5c70a6d
Bugfix: gitian: Add curl to packages (now needed for depends)
luke-jr Feb 27, 2016
e5daa2e
Merge branch 'master' into depends_curl
luke-jr Feb 27, 2016
fa06ce0
Fix doxygen comment for payTxFee
Dec 19, 2015
f41927e
Add missing sudo entry in gitian VM setup.
btcdrak Feb 27, 2016
18b3f1b
Merge #7619: Add missing sudo entry in gitian VM setup.
laanwj Feb 29, 2016
f398191
Merge #7612: [doc] Typo fix
laanwj Feb 29, 2016
354b03d
Merge #7604: build: Remove spurious dollar sign. Fixes #7189.
laanwj Feb 29, 2016
b53d201
Merge #7606: [depends] builders: No need to set -L and --location for…
laanwj Feb 29, 2016
f06af57
Merge #7590: Improving wording related to Boost library requirements …
laanwj Feb 29, 2016
78e81b0
Merge #7537: wallet: Warn on unexpected EOF while salvaging wallet
laanwj Feb 29, 2016
fafe446
[depends] Delete unused patches
Feb 27, 2016
f5ecd07
doc: Add missing credit to 0.12.0 release notes
laanwj Mar 1, 2016
fa97f95
[doc] Fix markdown
Feb 27, 2016
fa26652
Make sure LogPrintf strings are line-terminated
Feb 28, 2016
732c010
Merge #7614: Bugfix: gitian: Add curl to packages (now needed for dep…
laanwj Mar 1, 2016
639ec58
Merge #7616: [depends] Delete unused patches
laanwj Mar 1, 2016
e5121eb
Merge #7617: [doc/log] Fix markdown syntax and line terminate LogPrint
laanwj Mar 1, 2016
690bcb0
Added first pass to get block size calculated based on median of last…
Jan 6, 2016
3eb157f
Added blocksize-summary for research purposes.
Mar 14, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ out collectively by the network. Bitcoin Core is the name of open source
software which enables the use of this currency.

For more information, as well as an immediately useable, binary version of
the Bitcoin Core software, see https://www.bitcoin.org/en/download, or read the
the Bitcoin Core software, see https://bitcoin.org/en/download, or read the
[original whitepaper](https://bitcoincore.org/bitcoin.pdf).

License
Expand Down
Loading