aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | | [qa] Sort scripts by time for pull_tester and don't overwrite setup_chainMarcoFalke2016-07-154-9/+17
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8512: Trivial: Corrected JSON typo on setban of net.cppWladimir J. van der Laan2016-08-171-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | Corrected JSON typo on setban of net.cppSev2016-08-141-1/+1
| | | |/ / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8521: qa: Remove duplicate `hash160` implementationWladimir J. van der Laan2016-08-171-3/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | qa: Remove duplicate `hash160` implementationWladimir J. van der Laan2016-08-161-3/+0
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8520: build: Remove check for `openssl/ec.h`Wladimir J. van der Laan2016-08-171-8/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | build: Remove check for `openssl/ec.h`Wladimir J. van der Laan2016-08-161-8/+0
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8516: [trivial] remove no-longer-used InitError logicWladimir J. van der Laan2016-08-161-4/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | remove no-longer-used InitError logicinstagibbs2016-08-151-4/+0
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8058: [Doc] Add issue templateWladimir J. van der Laan2016-08-161-0/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Adds issue template. [skip ci]CryptoVote2016-08-101-0/+23
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env)MarcoFalke2016-08-1510-10/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | Favour python over python2 as per PR #7723Matthew King2016-06-282-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | Use portable #! in python scripts (/usr/bin/env)Matthew King2016-06-2610-10/+10
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8192: [trivial] Remove URLs from About dialog translationsJonas Schnelli2016-08-151-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | [trivial] Remove URLs from About dialog translationsfanquake2016-07-211-3/+3
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge #8128: Net: Turn net structures into dumb storage classesWladimir J. van der Laan2016-08-1521-1136/+1246
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | net: fixup nitsCory Fields2016-08-122-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | net: Have LookupNumeric return a CService directlyCory Fields2016-08-048-21/+18
| | * | | | | | | | | | | | | | | | | | | | | | | net: narrow include scope after moving to netaddressCory Fields2016-07-3112-5/+11
| | * | | | | | | | | | | | | | | | | | | | | | | net: move CNetAddr/CService/CSubNet out of netbaseCory Fields2016-07-315-862/+890
| | * | | | | | | | | | | | | | | | | | | | | | | net: Add direct tests for new CSubNet constructorsCory Fields2016-07-311-1/+15
| | * | | | | | | | | | | | | | | | | | | | | | | net: Split resolving out of CSubNetCory Fields2016-07-317-114/+152
| | * | | | | | | | | | | | | | | | | | | | | | | net: Split resolving out of CServiceCory Fields2016-07-319-101/+94
| | * | | | | | | | | | | | | | | | | | | | | | | net: Split resolving out of CNetAddrCory Fields2016-07-318-119/+153
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #7946: Reduce cs_main locks during ConnectTip/SyncWithWalletsPieter Wuille2016-08-157-54/+49
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Reduce cs_main locks during ConnectTip/SyncWithWalletsJonas Schnelli2016-08-127-54/+49
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8353: Trivial: tiny c++11 refactorsWladimir J. van der Laan2016-08-132-6/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | use std::map::emplace() instead of std::map::insert()whythat2016-08-091-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | use c++11 std::unique_ptr instead of boost::shared_ptrwhythat2016-08-091-4/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | use std::map::erase(const_iterator, const_iterator) to get non-constant iteratorwhythat2016-08-091-2/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #8293: Bugfix: Allow building libbitcoinconsensus without any univalueWladimir J. van der Laan2016-08-131-3/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | Bugfix: Allow building libbitcoinconsensus without any univalueLuke Dashjr2016-08-091-3/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8492: configure: Allow building bench_bitcoin by itselfWladimir J. van der Laan2016-08-131-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | configure: Allow building bench_bitcoin by itselfLuke Dashjr2016-08-091-2/+2
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8503: [doc] typos, text errorsWladimir J. van der Laan2016-08-133-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | [doc] typos, READMEs, commentsJustin Camarena2016-08-123-3/+3
| |/ / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #8481: Qt: Fix minimize and close bugsWladimir J. van der Laan2016-08-111-3/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Fix minimize and close bugsadlawren2016-08-061-3/+8
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8489: Bugfix: Use pre-BIP141 sigops until segwit activates (GBT)Wladimir J. van der Laan2016-08-102-9/+60
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | qa/rpc-tests/segwit: Test GBT sigops before and after activationLuke Dashjr2016-08-081-7/+45
| | * | | | | | | | | | | | | | | | | | | | | | | | Bugfix: Use pre-BIP141 sigops until segwit activatesLuke Dashjr2016-08-081-2/+15
| | |/ / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8467: [Trivial] Do not shadow members in dbwrapperPieter Wuille2016-08-101-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Do not shadow members in dbwrapperPavel Janík2016-08-051-6/+6
| |/ / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | Merge #8444: Fix p2p-feefilter.py for changed tx relay behaviorWladimir J. van der Laan2016-08-041-2/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | Fix p2p-feefilter.py for changed tx relay behaviorSuhas Daftuar2016-08-011-2/+12
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge #8392: Fix several node initialization issuesWladimir J. van der Laan2016-08-044-15/+40
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | Do diskspace check before import thread is startedPieter Wuille2016-07-301-3/+3
| | * | | | | | | | | | | | | | | | | | | | | | | Add extra message to avoid a long 'Loading banlist'Pieter Wuille2016-07-301-0/+2
| | * | | | | | | | | | | | | | | | | | | | | | | Use a signal to continue init after genesis activationPieter Wuille2016-07-303-12/+35