aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #17974: [0.18] net: Log to net category for exceptions in ProcessMessages1.18-devfanquake2020-01-231-28/+3
|\
| * net: Log to net category for exceptions in ProcessMessagesWladimir J. van der Laan2020-01-221-28/+3
|/
* Merge #17881: [0.18] scripts: fix check-symbols & check-security argument pas...fanquake2020-01-121-2/+2
|\
| * scripts: fix check-symbols & check-security argument passingfanquake2020-01-061-2/+2
|/
* Merge #16617: [0.18.2] BackportsWladimir J. van der Laan2019-11-2537-390/+517
|\
| * util: Filter control characters out of log messagesWladimir J. van der Laan2019-10-192-1/+42
| * build: Factor out qt translations from build systemWladimir J. van der Laan2019-10-013-121/+122
| * build: update boost macros to latest upstreamfanquake2019-10-016-203/+225
| * Test that joinpsbts randomly shuffles the inputsAndrew Chow2019-09-241-0/+10
| * Shuffle inputs and outputs after joining psbtsAndrew Chow2019-09-242-1/+28
| * addrdb: Remove temporary files created in SerializeFileDB. Fixes non-determin...practicalswift2019-09-241-4/+16
| * Handle the result of posix_fallocate system callLuca Venturini2019-09-241-3/+4
| * torcontrol: Use the default/standard network port for Tor hidden services, ev...Luke Dashjr2019-09-241-4/+4
| * Bugfix: QA: Run tests with UPnP disabledLuke Dashjr2019-09-241-0/+1
| * Add vertical spacerJosu Goñi2019-09-241-0/+13
| * depends: add patch to common dependenciesfanquake2019-09-241-1/+1
| * Give QApplication dummy argumentsAndrew Chow2019-09-243-5/+8
| * util: No translation of `Bitcoin Core` in the copyrightMarcoFalke2019-09-242-5/+5
| * scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke2019-09-2411-32/+32
| * build: Stop translating PACKAGE_NAMEMarcoFalke2019-09-243-5/+2
| * rpc: Fix getblocktemplate CLI example (#16594)Emil Engler2019-09-241-1/+1
| * doc: Fix typos in COPYRIGHTChuf2019-09-241-4/+3
|/
* Merge #16414: 0.18: wallet: Fix -maxtxfee check by moving it to CWallet::Crea...MarcoFalke2019-09-239-9/+71
|\
| * 0.18: test: Add test for maxtxfee optionMarcoFalke2019-08-251-0/+39
| * 0.18: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransactionJoão Barbosa2019-08-253-6/+16
| * 0.18: [wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost2019-08-257-9/+22
|/
* Merge #16608: [0.18] Backport #15911: Use wallet RBF default for walletcreate...MarcoFalke2019-08-194-25/+49
|\
| * [test] walletcreatefundedpsbt: check RBF is disabled when -walletrbf=0Sjors Provoost2019-08-171-3/+10
| * [doc] rpc: remove "fallback to" from RBF default helpSjors Provoost2019-08-171-8/+8
| * [rpc] walletcreatefundedpsbt: use wallet default RBFSjors Provoost2019-08-174-16/+33
* | Merge #16610: [0.18] travis: Bump timeout from 50 minutes to 90, caching fixesMarcoFalke2019-08-143-45/+35
|\ \ | |/ |/|
| * travis: Bump timeout from 50 minutes to 90MarcoFalke2019-08-141-0/+2
| * travis: Bump second timeout to 33 minutes, Add rationaleMarcoFalke2019-08-141-1/+1
| * travis: Properly cache and error on timeoutMarcoFalke2019-08-143-45/+33
|/
* doc: Clean out release notes post-0.18.1Wladimir J. van der Laan2019-08-141-66/+7
* doc: Bump manpages pre-finalWladimir J. van der Laan2019-08-025-5/+5
* build: set CLIENT_VERSION_RC to 0 pre-finalWladimir J. van der Laan2019-08-021-1/+1
* Merge #16532: [0.18] Doc: remove old release notes about systemd and riscv ch...Wladimir J. van der Laan2019-08-021-14/+1
|\
| * Doc: remove old release notes about systemd and riscv changesDavid A. Harding2019-08-011-14/+1
|/
* doc: Update release notes for rc1Wladimir J. van der Laan2019-07-241-7/+66
* doc: Update manpages for rc1Wladimir J. van der Laan2019-07-195-25/+33
* build: Bump version to 0.18.1rc1Wladimir J. van der Laan2019-07-191-2/+2
* qt: pre-rc1 translations updateWladimir J. van der Laan2019-07-1952-407/+21785
* net: Make poll in InterruptibleRecv only filter for POLLIN events.tecnovert2019-07-191-1/+1
* Merge #16406: 0.18: fix: tor: Call event_base_loopbreak from the event's call...fanquake2019-07-181-1/+3
|\
| * fix: tor: Call event_base_loopbreak from the event's callbackJoão Barbosa2019-07-171-1/+3
|/
* Merge #16359: 0.18: Backport "qt: Assert QMetaObject::invokeMethod result"Wladimir J. van der Laan2019-07-108-22/+47
|\
| * qt: Assert QMetaObject::invokeMethod resultJoão Barbosa2019-07-097-22/+44
| * gui: Fix missing qRegisterMetaType(WalletModel*)João Barbosa2019-07-091-0/+3
|/
* Merge #16342: 0.18 backport: report error when missing redeemScript/witnessSc...fanquake2019-07-072-0/+8
|\