aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6ffd996 Corrected JSON typo on setban of net.cpp (Sev)
| | * | | | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c1582d5 qa: Remove duplicate `hash160` implementation (Wladimir J. van der Laan)
| | * | | | | | | | | | | | | | | | | | | | | | | | qa: Remove duplicate `hash160` implementationWladimir J. van der Laan2016-08-161-3/+0
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `hash160` is defined in `test_framework.script`, so there is no need to define it here again.
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8520: build: Remove check for `openssl/ec.h`Wladimir J. van der Laan2016-08-171-8/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 936c144 build: Remove check for `openssl/ec.h` (Wladimir J. van der Laan)
| | * | | | | | | | | | | | | | | | | | | | | | | build: Remove check for `openssl/ec.h`Wladimir J. van der Laan2016-08-161-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't use any elliptic curves from OpenSSL anymore, nor include this header anywhere but optionally in the tests of secp256k1 (which has its own autoconf setup). Reported by sinetek on IRC.
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8516: [trivial] remove no-longer-used InitError logicWladimir J. van der Laan2016-08-161-4/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | edb6cf1 remove no-longer-used InitError logic (instagibbs)
| | * | | | | | | | | | | | | | | | | | | | | | | remove no-longer-used InitError logicinstagibbs2016-08-151-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8058: [Doc] Add issue templateWladimir J. van der Laan2016-08-161-0/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3897668 Adds issue template. [skip ci] (CryptoVote)
| | * | | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7b01ce2 Favour python over python2 as per PR #7723 (Matthew King) 873e81f Use portable #! in python scripts (/usr/bin/env) (Matthew King)
| | * | | | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 208d37f [trivial] Remove URLs from About dialog translations (fanquake)
| | * | | | | | | | | | | | | | | | | | | | | | | [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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9e9d644 net: fixup nits (Cory Fields) 8945384 net: Have LookupNumeric return a CService directly (Cory Fields) 21ba407 net: narrow include scope after moving to netaddress (Cory Fields) 21e5b96 net: move CNetAddr/CService/CSubNet out of netbase (Cory Fields) 1017b8a net: Add direct tests for new CSubNet constructors (Cory Fields) b6c3ff3 net: Split resolving out of CSubNet (Cory Fields) f96c7c4 net: Split resolving out of CService (Cory Fields) 31d6b1d net: Split resolving out of CNetAddr (Cory Fields)
| | * | | | | | | | | | | | | | | | | | | | | | | net: fixup nitsCory Fields2016-08-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | net: Have LookupNumeric return a CService directlyCory Fields2016-08-048-21/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix up a few small issues: - Lookup with "badip:port" now sets the port to 0 - Don't allow assert to have side-effects
| | * | | | | | | | | | | | | | | | | | | | | | | net: narrow include scope after moving to netaddressCory Fields2016-07-3112-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Net functionality is no longer needed for CAddress/CAddrman/etc. now that CNetAddr/CService/CSubNet are dumb storage classes.
| | * | | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b3b3c2a Reduce cs_main locks during ConnectTip/SyncWithWallets (Jonas Schnelli)
| | * | | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c784086 use std::map::emplace() instead of std::map::insert() (whythat) 5e187e7 use c++11 std::unique_ptr instead of boost::shared_ptr (whythat) 947913f use std::map::erase(const_iterator, const_iterator) to get non-constant iterator (whythat)
| | * | | | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8a270b2 Bugfix: Allow building libbitcoinconsensus without any univalue (Luke Dashjr)
| | * | | | | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 216d796 configure: Allow building bench_bitcoin by itself (Luke Dashjr)
| | * | | | | | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e11f9a2 [doc] typos, READMEs, comments (Justin Camarena)
| | * | | | | | | | | | | | | | | | | | | | | | | | | [doc] typos, READMEs, commentsJustin Camarena2016-08-123-3/+3
| |/ / / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just a quick run through some docs and fixing some text errors.
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #8481: Qt: Fix minimize and close bugsWladimir J. van der Laan2016-08-111-3/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 05242e9 Fix minimize and close bugs (adlawren)
| | * | | | | | | | | | | | | | | | | | | | | | | | Fix minimize and close bugsadlawren2016-08-061-3/+8
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refs #8225 To ensure the GUI closes when the "Minimize on close" window option is disabled, and the "Minimize to the tray instead of the taskbar" window option is enbaled, remove a check made against the "Minimize to the tray instead of the taskbar" value, made during GUI closure. To ensure the GUI minimizes to the taskbar when the "Minimize on close" window option is enabled, and the "Minimize to the tray instead of the taskbar" window option is disabled, minimize the GUI and ignore the closure event.
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #8489: Bugfix: Use pre-BIP141 sigops until segwit activates (GBT)Wladimir J. van der Laan2016-08-102-9/+60
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 239cbd2 qa/rpc-tests/segwit: Test GBT sigops before and after activation (Luke Dashjr) 160f895 Bugfix: Use pre-BIP141 sigops until segwit activates (Luke Dashjr)
| | * | | | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4a35e0f Do not shadow members in dbwrapper (Pavel Janík)
| | * | | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2c517b3 Fix p2p-feefilter.py for changed tx relay behavior (Suhas Daftuar)
| | * | | | | | | | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9d4eb9a Do diskspace check before import thread is started (Pieter Wuille) aa59f2e Add extra message to avoid a long 'Loading banlist' (Pieter Wuille) 0fd2a33 Use a signal to continue init after genesis activation (Pieter Wuille)
| | * | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | |