aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | Fix remaining compiler warnings (MSVC). Move disabling of specific warnings f...practicalswift2019-01-155-7/+10
* | | | | | | | | | | | | | | | | | | | | | | | Merge #14409: utils and libraries: Make 'blocksdir' always net specificWladimir J. van der Laan2019-01-164-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | Improve blocksdir functional test.Hennadii Stepanov2018-11-301-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | Make blockdir always net specificHennadii Stepanov2018-11-053-8/+6
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #14958: qa: Remove race between connecting and shutdown on separate con...Wladimir J. van der Laan2019-01-161-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | qa: Remove race between connecting and shutdown on separate connectionsJoão Barbosa2019-01-161-2/+8
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #15136: qt: "Peers" tab overhaulWladimir J. van der Laan2019-01-162-565/+587
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Do not deselect peer when switching away from tabHennadii Stepanov2019-01-091-3/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | Improve Peers tab layoutHennadii Stepanov2019-01-091-562/+585
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #15165: contrib: Allow use of github API authentication in github-mergeWladimir J. van der Laan2019-01-162-4/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | contrib: Allow use of github API authentication in github-mergeWladimir J. van der Laan2019-01-142-3/+25
| * | | | | | | | | | | | | | | | | | | | | | | | | | contrib: Add support for http[s] URLs in github-mergeWladimir J. van der Laan2019-01-141-1/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | contrib: Detailed reporting for http errors in github-mergeWladimir J. van der Laan2019-01-141-0/+6
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #15170: refactor/lint: Add ignored shellcheck suggestions to an arrayWladimir J. van der Laan2019-01-161-23/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | refactor/lint: Add ignored suggestions to an arrayVidar Holen2019-01-141-23/+25
| | |_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #15173: [doc] explain what .python-version doesMarcoFalke2019-01-151-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | [doc] explain what .python-version doesSjors Provoost2019-01-151-0/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #15149: gui: Show current wallet name in window titleJonas Schnelli2019-01-154-36/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | gui: Show current wallet name in window titleJoão Barbosa2019-01-154-11/+28
| * | | | | | | | | | | | | | | | | | | | | | | | | gui: Keep network style in BitcoinGUIJoão Barbosa2019-01-152-9/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | gui: Remove unused return type in some BitcoinGUI methodsJoão Barbosa2019-01-152-17/+15
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #14963: mempool, validation: Explain cs_main locking semanticsMarcoFalke2019-01-158-22/+67
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | validation: Add cs_main locking annotationsMarcoFalke2018-12-222-5/+5
| * | | | | | | | | | | | | | | | | | | | | | | | doc: Add comment to cs_main and mempool::csMarcoFalke2018-12-202-4/+48
| * | | | | | | | | | | | | | | | | | | | | | | | test: Add missing validation locksMarcoFalke2018-12-175-12/+12
| * | | | | | | | | | | | | | | | | | | | | | | | sync: Add RecursiveMutex type aliasMarcoFalke2018-12-141-1/+2
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #14433: Add checksum in gitian build scripts for osslWladimir J. van der Laan2019-01-152-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Add checksum in gitian build scripts for osslTheCharlatan2019-01-092-1/+5
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #14556: qt: fix confirmed transaction labeled "open" (#13299)Wladimir J. van der Laan2019-01-157-14/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Don't label transactions "Open" while catching upHennadii Stepanov2019-01-037-14/+27
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #14594: qt: Fix minimized window bug on LinuxWladimir J. van der Laan2019-01-152-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix minimized window bug on LinuxHennadii Stepanov2019-01-042-7/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14941: rpc: Make unloadwallet wait for complete wallet unloadWladimir J. van der Laan2019-01-156-12/+61
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | doc: Add release notes for unloadwallet change to synchronous callJoão Barbosa2019-01-151-0/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | rpc: Make unloadwallet wait for complete wallet unloadJoão Barbosa2019-01-155-12/+56
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14982: rpc: Add getrpcinfo commandWladimir J. van der Laan2019-01-143-4/+73
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | doc: Add getrpcinfo release notesJoão Barbosa2019-01-021-0/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | qa: Add tests for getrpcinfoJoão Barbosa2019-01-021-1/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | rpc: Add getrpcinfo commandJoão Barbosa2019-01-021-0/+26
| * | | | | | | | | | | | | | | | | | | | | | | | | rpc: Track active commandsJoão Barbosa2019-01-021-0/+30
| * | | | | | | | | | | | | | | | | | | | | | | | | rpc: Remove unused PreCommand signalJoão Barbosa2018-12-141-3/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #15164: qa: Ignore shellcheck warning SC2236Wladimir J. van der Laan2019-01-141-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | qa: Ignore shellcheck warning SC2236João Barbosa2019-01-141-1/+2
|/ / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #15114: Qt: Replace remaining 0 with nullptrWladimir J. van der Laan2019-01-1461-125/+123
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | Replace remaining 0 with nullptr in Qt codeBen Woosley2019-01-1318-36/+34
| * | | | | | | | | | | | | | | | | | | | | | | | | | Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-1352-90/+90
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #15144: [refactor] CNode: Use C++11 default member initializersWladimir J. van der Laan2019-01-142-87/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | Use C++11 default member initializersMarcoFalke2019-01-102-87/+45
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #15138: Drop IsLimited in favor of IsReachableWladimir J. van der Laan2019-01-146-65/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Drop IsLimited in favor of IsReachableBen Woosley2019-01-136-65/+44
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |