aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-07-15[qa] Switch to py3MarcoFalke
Github-Pull: #7814 Rebased-From: fa389d4edc367073e2ccc6d1f0790c4b72ba17f2
2016-07-08Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFYBtcDrak
2016-06-22[doc] 0.12: prepare release notesMarcoFalke
2016-06-09Merge #7938: [0.12.2] BackportsWladimir J. van der Laan
c3d1bc3 CBase58Data::SetString: cleanse the full vector (Kaz Wesley) 43c14ac Fix headers announcements edge case (Suhas Daftuar) 06c73a1 Removed call to `TryCreateDirectory` from `GetDefaultDataDir` in `src/util.cpp`. (Alexander Regueiro) 7e71785 Use txid as key in mapAlreadyAskedFor (Suhas Daftuar) 5583a3d Add curl to Gitian setup instrustions (BtcDrak) d3ead9b Avoid "Unknown command" messages when receiving getaddr on outbound connections. (R E Broadley) a5bc6a1 Remove vfReachable and modify IsReachable to only use vfLimited. (Patrick Strateman) 52c1011 Clarify description of blockindex (Matthew Zipkin) 21b2f82 Don't resend wallet txs that aren't in our own mempool (Alex Morcos) 66d5408 Fix memleak in TorController [rework] (Wladimir J. van der Laan) 1c3d38b Remove spurious dollar sign. Fixes #7189. (Chris Moore) 64fd0ce fix spelling of advertise in src and doc (jloughry) a9e73f7 Fix and cleanup listreceivedbyX documentation (instagibbs) 9095594 Do not download transactions during inital sync (ptschip)
2016-05-18doc: Remove outdated qt4 install information from README.mdWladimir J. van der Laan
- doc: Remove outdated qt4 install information from README.md - doc: 32 and 64 bit packages are seperate Github-Pull: #8048 Rebased-From: e5764e69cbd0bf4eb98c96eeb31c94349bbe7b7c 6075bc4d67bcd5f95561dc6d53b4fdbaf2c63f4b
2016-04-27Add curl to Gitian setup instrustionsBtcDrak
curl is required to fetch dependencies Github-Pull: #7658 Rebased-From: ce41cf082c861cc8d333b811b3101d52d06f50ec
2016-04-27fix spelling of advertise in src and docjloughry
Github-Pull: #7526 Rebased-From: 37767fd46f673a06864df6e14d3030622b1cb2c9
2016-04-10Add missing link to BIP113BtcDrak
2016-04-08doc: update release notes for #7835v0.12.1rc2Wladimir J. van der Laan
2016-04-07Fill in rest of release notesv0.12.1rc1Wladimir J. van der Laan
2016-04-03[0.12] Update release notesBtcDrak
2016-03-31[doc] added depends cross compile infoaccraze
Conflicts: doc/build-unix.md Github-Pull: #7747 Rebased-From: 3e55b3a00450279522900ca96e5cf79162169019
2016-03-30bump version to 0.12.1Wladimir J. van der Laan
2016-03-24Mark p2p alert system as deprecated.BtcDrak
Set default to off This feature is removed entirely as of 0.13.0
2016-03-11[doc/log] Fix markdown syntax and line terminate LogPrintMarcoFalke
- Fix doxygen comment for payTxFee - [doc] Fix markdown - Make sure LogPrintf strings are line-terminated Github-Pull: #7617 Rebased-From: fa06ce09498707d5e82633f1e1b034675e552628 fa97f95c15a7aee15feea500571a10a90f22ea8b fa266524592cc18c789cc587d738fb0e548fd23a
2016-03-01doc: Clean out release notesWladimir J. van der Laan
0.12.0 was released, prepare empty release notes for 0.12.1.
2016-02-17Fix duplicate names in release notesfanquake
Fixes #7547
2016-02-16doc: Remove another duplicate author name from release notesWladimir J. van der Laan
The list of contributors is automatically generated from git, so people that use multiple author names will end up on the list multiple times.
2016-02-12Fix of semantic failure "meet pay"wodry
"do not meet pay the minimum relay fee" ? I can understand English language quite well, but that I do not understand. So, if it's not an semantic nonsense, I would suggest to write it in more simple English.
2016-02-11Merge #7346: 0.12 release notes: Mining Policy ChangesWladimir J. van der Laan
b460004 release-notes: Minor corrections and clarifications re Priority (Luke Dashjr) 3450f4c release-notes: Significantly rewrite priority transactions section (Gregory Maxwell) d0dbb6d release-notes: Remove suggestion to use 0.11 (Luke Dashjr) 73a0375 release-notes: Mention possibility of priority removal in 0.13, uncertainty of priority calculation being changed back, and request community input (Luke Dashjr) 4b8d2bc release-notes: Cover priority changes correctly, removing mentions of possible futures (Luke Dashjr)
2016-02-10doc: fix author list in release notesWladimir J. van der Laan
2016-02-10doc: Release notes update pre-rc5Wladimir J. van der Laan
2016-02-09release-notes: Minor corrections and clarifications re PriorityLuke Dashjr
2016-02-09release-notes: Significantly rewrite priority transactions sectionGregory Maxwell
2016-02-09release-notes: Remove suggestion to use 0.11Luke Dashjr
2016-02-09doc: Update release notes for rc4 changesWladimir J. van der Laan
2016-02-09release-notes: Mention possibility of priority removal in 0.13, uncertainty ↵Luke Dashjr
of priority calculation being changed back, and request community input
2016-02-08[doc] Update release-process.mdMarcoFalke
Conflicts: doc/release-process.md Github-Pull: #7465 Rebased-From: fa616c2fedd19d8e88f042abd5e99ac9595923df
2016-02-05doc: add PR authors to release notesWladimir J. van der Laan
Take full names from github API if available, otherwise github username.
2016-02-03doc: update release notes for rc3Wladimir J. van der Laan
2016-02-01release-notes: Update for replacebyfee->mempoolreplacement renameLuke Dashjr
2016-01-29release-notes: Update for permitrbf->replacebyfee renameLuke Dashjr
2016-01-27Merge #7416: doc: Explain effects of -prune=<n> parameter in release notesWladimir J. van der Laan
8c5f903 doc: In release notes, reduce length of pruning section (xor-freenet) 15c0263 doc: Minor spelling fix (xor-freenet) 54d3907 doc: Fix wrong claims about blockchain reorganization with pruning (xor-freenet) a683d20 doc: Minor sentence length / capitalization fixes (xor-freenet) 58e3abf doc: In release notes, increase estimate of disk usage with pruning (xor-freenet) be4b474 doc: In release notes, do not claim that pruning is leeching (xor-freenet) 46d7eb6 doc: Fix minimal disk usage with pruning enabled (xor-freenet) fe074cc doc: Explain effects of -prune=<n> parameter in release notes (xor-freenet)
2016-01-27doc: In release notes, reduce length of pruning sectionxor-freenet
2016-01-27doc: Minor spelling fixxor-freenet
2016-01-27doc: Fix wrong claims about blockchain reorganization with pruningxor-freenet
2016-01-27doc: Minor sentence length / capitalization fixesxor-freenet
2016-01-27Merge #7422: Improve section title in release-notes.mdWladimir J. van der Laan
42b521d Update release-notes.md (฿tcDrak)
2016-01-26doc: Update release notes for 0.12Suhas Daftuar
Update and reword BIP 125 section Mention changes to banlist (clearbanned/setban) Pruning nodes can relay
2016-01-26Update release-notes.md฿tcDrak
2016-01-26doc: In release notes, increase estimate of disk usage with pruningxor-freenet
Jonas Schnelli recommended this to account for growth of utxo set, debug log, etc.
2016-01-26doc: In release notes, do not claim that pruning is leechingxor-freenet
Peter Todd says it does not matter currently.
2016-01-25doc: Fix minimal disk usage with pruning enabledxor-freenet
2016-01-25doc: Explain effects of -prune=<n> parameter in release notesxor-freenet
As discussed in the mailing list thread: [bitcoin-dev] Bitcoin Core 0.12.0 release candidate 1 available in the replies to this message: http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2016-January/012276.html Please review thoroughly, I'm a newbie.
2016-01-22doc: forgot #7222 in release notesWladimir J. van der Laan
2016-01-22doc: Add commits since rc1 to release notesv0.12.0rc2Wladimir J. van der Laan
2016-01-20build: Make networking work inside LXC builder in gitian-building.mdWladimir J. van der Laan
These are changes I needed to get gitian building to work with Debian 8.2, which is the version we tell to use. - Set up NAT, so that container can access network beyond host - Remove explicit cgroup setup - these are mounted automatically now - gitian: Need `ca-certificates` and `python` for LXC builds Github-Pull: #7060 Rebased-From: 99fda26de0661afcbe43d5e862c382e3c2e3aa5e 3b468a0e609147c7d7afd8ed97bf271f2356daef
2016-01-18release-notes: Cover priority changes correctly, removing mentions of ↵Luke Dashjr
possible futures
2016-01-18[Doc] Wallet & PruningMarcoFalke
2016-01-18Merge pull request #7345Wladimir J. van der Laan
fa8c497 [doc] backwards-compatibility issues due to chainstate obfuscation (MarcoFalke)