aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Separate CheckLockTime() and CheckSequence() logicBtcDrak2016-02-141-20/+26
| * | | | | BIP112: Implement CHECKSEQUENCEVERIFYMark Friedenbach2016-02-148-9/+247
| |/ / / /
* | | | | Merge #7509: Common argument defaults for NODE_BLOOM stuff and -walletWladimir J. van der Laan2016-02-163-6/+11
|\ \ \ \ \
| * | | | | Common argument defaults for NODE_BLOOM stuff and -walletLuke Dashjr2016-02-113-6/+11
* | | | | | Merge #7536: test: test leading spaces for ParseHexWladimir J. van der Laan2016-02-162-3/+7
|\ \ \ \ \ \
| * | | | | | test: test leading space for ParseHexWladimir J. van der Laan2016-02-152-3/+7
| | |_|/ / / | |/| | | |
* | | | | | Merge #7504: Crystal clean make cleanWladimir J. van der Laan2016-02-151-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | make clean should clean .a filesPavel Janík2016-02-101-0/+1
* | | | | | Fix and cleanup listreceivedbyX documentationinstagibbs2016-02-121-2/+2
| |_|/ / / |/| | | |
* | | | | Merge #7184: Implement SequenceLocks functions for BIP 68Wladimir J. van der Laan2016-02-1210-50/+301
|\ \ \ \ \
| * | | | | fix sdaftuar's nits againAlex Morcos2016-02-113-7/+7
| * | | | | Implement SequenceLocks functionsAlex Morcos2016-02-1010-50/+301
* | | | | | Merge #7520: LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TE...Wladimir J. van der Laan2016-02-121-1/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | LibreSSL doesn't define OPENSSL_VERSION, use LIBRESSL_VERSION_TEXT insteadPavel Janík2016-02-121-1/+3
| | |_|/ / | |/| | |
* | | | | Merge #7500: Correctly report high-S violationsWladimir J. van der Laan2016-02-101-1/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Correctly report high-S violationsPieter Wuille2016-02-101-1/+4
* | | | | Merge #7502: Update the wallet best block marker when pruningWladimir J. van der Laan2016-02-101-1/+1
|\ \ \ \ \
| * | | | | Update the wallet best block marker when pruningPieter Wuille2016-02-101-1/+1
* | | | | | Merge #7491: wallet: Ignore MarkConflict if block hash is not knownWladimir J. van der Laan2016-02-101-6/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | wallet: Ignore MarkConflict if block hash is not knownWladimir J. van der Laan2016-02-091-6/+11
* | | | | | tests: Remove May15 testWladimir J. van der Laan2016-02-092-67/+0
|/ / / / /
* | | | | Merge #7480: Changed getnetworkhps value to double to avoid overflow.Wladimir J. van der Laan2016-02-091-1/+1
|\ \ \ \ \
| * | | | | Changed getnetworkhps value to double to avoid overflow.instagibbs2016-02-081-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge #7482: [P2P] Ensure headers count is correctWladimir J. van der Laan2016-02-091-1/+3
|\ \ \ \ \
| * | | | | Update nQueuedValidatedHeaders after peer disconnectionSuhas Daftuar2016-02-081-1/+3
* | | | | | Merge #7472: rpc: Add WWW-Authenticate header to 401 responseWladimir J. van der Laan2016-02-091-0/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | rpc: Add WWW-Authenticate header to 401 responseWladimir J. van der Laan2016-02-081-0/+5
* | | | | | Merge #7459: Consensus: Decouple pow.o from util.oWladimir J. van der Laan2016-02-052-12/+5
|\ \ \ \ \ \
| * | | | | | Consensus: Decouple pow.cpp from util.hJorge Timón2016-02-042-12/+5
| | |_|/ / / | |/| | | |
* | | | | | Fix spelling: misbeha{b,v}ingMatt2016-02-041-1/+1
| |/ / / / |/| | | |
* | | | | Merge #7349: Build against system UniValue when availableWladimir J. van der Laan2016-02-043-7/+14
|\ \ \ \ \
| * | | | | LDADD dependency order shufflingLuke Dashjr2016-01-311-2/+2
| * | | | | Bugfix: Always include univalue in DIST_SUBDIRSLuke Dashjr2016-01-311-3/+1
| * | | | | Build against system UniValue when availableLuke Dashjr2016-01-152-6/+15
| * | | | | Bugfix: The var is LIBUNIVALUE,not LIBBITCOIN_UNIVALUELuke Dashjr2016-01-151-1/+1
| | |_|/ / | |/| | |
* | | | | Merge #6480: include the chaintip blockindex in the SyncTransaction signal, a...Wladimir J. van der Laan2016-02-047-15/+16
|\ \ \ \ \
| * | | | | include the chaintip *blockIndex in the SyncTransaction signalJonas Schnelli2015-12-047-15/+16
* | | | | | Merge #7070: Move maxTxFee out of mempoolWladimir J. van der Laan2016-02-046-18/+18
|\ \ \ \ \ \
| * | | | | | ATMP: make nAbsurdFee constMarcoFalke2016-02-032-3/+3
| * | | | | | [wallet.h] Remove main.h includeMarcoFalke2016-02-031-1/+0
| * | | | | | Move maxTxFee out of mempoolMarcoFalke2016-02-026-17/+18
* | | | | | | Merge #7192: Unify product name to as few places as possibleWladimir J. van der Laan2016-02-0427-91/+176
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'master' into single_prodnameLuke Dashjr2016-02-03418-5256/+21805
| |\| | | | | |
| * | | | | | | When/if the copyright line does not mention Bitcoin Core developers, add a se...Luke Dashjr2016-02-036-16/+25
| * | | | | | | Rewrite FormatParagraph to handle newlines within input strings correctlyLuke Dashjr2016-02-032-28/+49
| * | | | | | | splashscreen: Resize text to fit exactlyLuke Dashjr2016-01-271-4/+3
| * | | | | | | Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhereLuke Dashjr2016-01-192-2/+2
| * | | | | | | Set copyright holders displayed in notices separately from the package nameLuke Dashjr2015-12-226-4/+13
| * | | | | | | Parameterise 2009 in translatable copyright stringsLuke Dashjr2015-12-182-2/+2
| * | | | | | | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-1423-51/+98