aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-28Merge #7417: Minor improvements to the release processWladimir J. van der Laan
c6325cf Minor improvements to the release process (Paul Rabahy)
2016-01-28Merge #7348: MOVE ONLY: move rpc* to rpc/Wladimir J. van der Laan
d13f65e rpc: update inline comments to refer to new file paths (Daniel Cousens) a0eaff8 move rpc* to rpc/ (Daniel Cousens)
2016-01-28Merge #7425: devtools: Fix utf-8 support in messages for github-mergeWladimir J. van der Laan
c8a6c11 devtools: Fix utf-8 support in messages for github-merge (Wladimir J. van der Laan)
2016-01-28Merge #7415: net: Hardcoded seeds update January 2016Wladimir J. van der Laan
4818dba net: Hardcoded seeds update January 2016 (Wladimir J. van der Laan)
2016-01-28Merge #7396: [Qt] Add option to increase/decrease font size in the console ↵Jonas Schnelli
window 43abb02 [Qt] Add a new chevron/arrow icon for the console prompt line (Jonas Schnelli) 56c9e66 [Qt] keep scroll position in GUI console after changing font size (Jonas Schnelli) 3a3a927 [Qt] Add option to increase/decrease font size in the console window (Jonas Schnelli)
2016-01-27Merge #7300: [trivial] Add missing copyright headersWladimir J. van der Laan
fabcee1 Remove copyright header from autogenerated chainparamsseeds.h (MarcoFalke) fa60d05 Add missing copyright headers (MarcoFalke) fa7e4c0 Bump copyright headers to 2014 (MarcoFalke)
2016-01-27devtools: Fix utf-8 support in messages for github-mergeWladimir J. van der Laan
Use 'utf-8' instead of the Python 2 default of 'ascii' to encode/decode commit messages. This can be removed when switching to Python 3, as 'utf-8' is the default there. Necessary for merging #7422 due to the ฿ in ฿tcDrak.
2016-01-27Merge #7424: Add security/export checks to gitian and fix current failuresWladimir J. van der Laan
a81c87f release: add security/symbol checks to gitian (Cory Fields) a8ce872 release: always link librt for glibc back-compat builds (Cory Fields) f3d3eaf release: add check-symbols and check-security make targets (Cory Fields) 475813b release: add _IO_stdin_used to ignored exports (Cory Fields) cd27bf5 release: fix parsing of BIND_NOW with older readelf (Cory Fields)
2016-01-26release: add security/symbol checks to gitianCory Fields
2016-01-26release: always link librt for glibc back-compat buildsCory Fields
glibc absorbed clock_gettime in 2.17. librt (its previous location) is safe to link in anyway for back-compat. Fixes #7420
2016-01-26release: add check-symbols and check-security make targetsCory Fields
These are not added to the default checks because some of them depend on release-build configs.
2016-01-26release: add _IO_stdin_used to ignored exportsCory Fields
For details see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634261#109
2016-01-26release: fix parsing of BIND_NOW with older readelfCory Fields
2016-01-26Minor improvements to the release processPaul Rabahy
Instruct people to "git fetch" so that if this is their 2nd+ gitian build they will have a fresh bitcoin repo. Instruct people to add all the known pgp keys to their keyring so that gverify will print more useful info.
2016-01-26[Qt] Add a new chevron/arrow icon for the console prompt lineJonas Schnelli
2016-01-25Merge #7391: [init] Clarify help messageWladimir J. van der Laan
fae78fa [init] Clarify permitrbf help message (MarcoFalke)
2016-01-25net: Hardcoded seeds update January 2016Wladimir J. van der Laan
2016-01-25Merge #7402: [devtools] github-merge get toplevel dir without extra whitespaceWladimir J. van der Laan
5ed2f16 [devtools] github-merge get toplevel dir without extra whitespace (Andrew C)
2016-01-25[devtools] github-merge get toplevel dir without extra whitespaceAndrew C
Fixes a bug in github merge when it runs the tests where the toplevel directory has an extra '\n' appended to the path string. Now it doesn't.
2016-01-25Merge #7395: devtools: show pull and commit information in github-mergeWladimir J. van der Laan
17b5d38 devtools: show pull and commit information in github-merge (Wladimir J. van der Laan)
2016-01-25Merge #7400: Add achow101's pgp keyWladimir J. van der Laan
e99edc1 Add achow101's pgp key (Andrew C)
2016-01-23[init] Clarify permitrbf help messageMarcoFalke
2016-01-23Add achow101's pgp keyAndrew C
2016-01-23Merge #7384: [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTHJonas Schnelli
faa9011 [qt] Peertable: Increase SUBVERSION_COLUMN_WIDTH (MarcoFalke)
2016-01-23[Qt] keep scroll position in GUI console after changing font sizeJonas Schnelli
2016-01-22[Qt] Add option to increase/decrease font size in the console windowJonas Schnelli
2016-01-22Merge #7236: Use createrawtx locktime parm in txn_cloneWladimir J. van der Laan
e279038 Use createrawtx locktime parm in txn_clone (Tom Harding)
2016-01-22devtools: show pull and commit information in github-mergeWladimir J. van der Laan
Print the number and title of the pull, as well as the commits to be merged.
2016-01-22Merge #7262: Reduce inefficiency of GetAccountAddress()Wladimir J. van der Laan
2409865 Reduce inefficiency of GetAccountAddress() (Chris Moore)
2016-01-22Merge #7056: Save last db readWladimir J. van der Laan
8504867 Save the last unnecessary database read (Alex Morcos)
2016-01-22Merge #7177: [qa] Change default block priority size to 0Wladimir J. van der Laan
fa8e2a6 [qa] Change default block priority size to 0 (MarcoFalke)
2016-01-22Merge #7364: [qt] Windows: Make rpcconsole monospace font largerJonas Schnelli
fa6a59d [qt] Windows: Make rpcconsole monospace font larger (MarcoFalke)
2016-01-21Merge #7386: Add option `-permitrbf` to set transaction replacement policyWladimir J. van der Laan
b768108 Add option `-permitrbf` to set transaction replacement policy (Wladimir J. van der Laan)
2016-01-21Add option `-permitrbf` to set transaction replacement policyWladimir J. van der Laan
Add a configuration option `-permitrbf` to set transaction replacement policy for the mempool. Enabling it will enable (opt-in) RBF, disabling it will refuse all conflicting transactions.
2016-01-21Merge #7383: [Qt] rename "amount" to "requested amount" in receive coins tableJonas Schnelli
df6e8e1 [Qt] rename "amount" to "requested amount" in receive coins table (Jonas Schnelli)
2016-01-20[qt] Peertable: Increase SUBVERSION_COLUMN_WIDTHMarcoFalke
2016-01-21rpc: update inline comments to refer to new file pathsDaniel Cousens
2016-01-21move rpc* to rpc/Daniel Cousens
2016-01-20[Qt] rename "amount" to "requested amount" in receive coins tableJonas Schnelli
2016-01-20[qa] Change default block priority size to 0MarcoFalke
2016-01-20Merge #7183: Improved readability of ApproximateBestSubsetWladimir J. van der Laan
96efcad Improved readability of sorting for coin selection. (Murch)
2016-01-20Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ codeWladimir J. van der Laan
dd2dc40 [RPC, Wallet] Move RPC dispatch table registration to wallet/ code (Jonas Schnelli)
2016-01-20[RPC, Wallet] Move RPC dispatch table registration to wallet/ codeJonas Schnelli
Allow extending the rpc dispatch table by appending commands when server is not running.
2016-01-20Merge #7222: RPC: Indicate which transactions are signaling opt-in RBFWladimir J. van der Laan
eaa8d27 RPC: indicate which transactions are replaceable (Suhas Daftuar)
2016-01-20Merge pull request #7378Wladimir J. van der Laan
da6d18b devtools: replace github-merge with python version (Wladimir J. van der Laan)
2016-01-20Merge #7350: Banlist updatesWladimir J. van der Laan
e8600c9 banlist (bugfix): allow CNode::SweepBanned() to run on interval (Philip Kaufmann) 2977c24 banlist: add more banlist infos to log / add GUI signal (Philip Kaufmann) ce479aa banlist: better handling of banlist in StartNode() (Philip Kaufmann) 57c77fe banlist: update set dirty to be more fine grained (Philip Kaufmann)
2016-01-20Merge #7328: Update README.md website linkWladimir J. van der Laan
b07b103 Update project URL (BtcDrak)
2016-01-20Merge #7060: build: Make networking work inside LXC builder in ↵Wladimir J. van der Laan
gitian-building.md 3b468a0 gitian: Need `ca-certificates` and `python` for LXC builds (Wladimir J. van der Laan) 99fda26 doc: Make networking work inside builder in gitian-building.md (Wladimir J. van der Laan)
2016-01-20Merge #7381: [walletdb] Fix syntax error in key parserWladimir J. van der Laan
fa6d4cc [walletdb] Fix syntax error in key parser (MarcoFalke)
2016-01-20devtools: replace github-merge with python versionWladimir J. van der Laan
This is meant to be a direct translation of the bash script, with the difference that it retrieves the PR title from github, thus creating pull messages like: Merge #12345: Expose transaction temperature over RPC