aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Rework addnode behaviourPieter Wuille2016-06-133-121/+91
* | | | | | | | | | | | Merge #8171: [RPC] Fix createrawtx sequence number unsigned int parsingWladimir J. van der Laan2016-06-161-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | [RPC] Fix createrawtx sequence number unsigned int parsingJonas Schnelli2016-06-081-2/+7
* | | | | | | | | | | | | Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection.Wladimir J. van der Laan2016-06-164-17/+61
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Allow disconnecting a netgroup with only one member in eviction.Gregory Maxwell2016-06-151-7/+0
| * | | | | | | | | | | | | Add recently accepted blocks and txn to AttemptToEvictConnection.Gregory Maxwell2016-06-154-10/+61
* | | | | | | | | | | | | | Merge #8208: Do not set extra flags for unfiltered DNS seed resultsWladimir J. van der Laan2016-06-163-12/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Do not set extra flags for unfiltered DNS seed resultsPieter Wuille2016-06-153-12/+14
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge #8207: [trivial] Add a link to the Bitcoin-Core repository and website ...Wladimir J. van der Laan2016-06-161-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | [doc] Add website links to about dialogMarcoFalke2016-06-161-1/+10
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge #7636: Add bitcoin address label to request payment QR codeJonas Schnelli2016-06-144-7/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Add address label to request payment QR Code (QT)Francesco 'makevoid' Canessa2016-06-134-7/+20
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #8035: [Wallet] Add simplest BIP32/deterministic key generation impleme...Wladimir J. van der Laan2016-06-144-4/+154
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Detect -usehd mismatches when wallet.dat already existsJonas Schnelli2016-06-141-0/+7
| * | | | | | | | | | | [Wallet] use constant for bip32 hardened key limitJonas Schnelli2016-06-011-4/+8
| * | | | | | | | | | | [Wallet] Add simplest BIP32/deterministic key generation implementationJonas Schnelli2016-05-314-4/+143
* | | | | | | | | | | | Introduce REQUIRED_SERVICES constantPieter Wuille2016-06-133-2/+4
* | | | | | | | | | | | Introduce enum ServiceFlags for service flagsPieter Wuille2016-06-1311-83/+89
* | | | | | | | | | | | Don't require services in -addnodePieter Wuille2016-06-136-63/+64
* | | | | | | | | | | | Only store and connect to NODE_NETWORK nodesPieter Wuille2016-06-132-0/+7
* | | | | | | | | | | | Verify that outbound connections have expected servicesPieter Wuille2016-06-133-0/+15
* | | | | | | | | | | | Keep addrman's nService bits consistent with outbound observationsPieter Wuille2016-06-133-0/+33
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge #8141: Continuing port of java comparison toolWladimir J. van der Laan2016-06-131-0/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Catch exceptions from non-canonical encoding and print only to logmrbandrews2016-06-021-0/+5
* | | | | | | | | | | | Merge #7598: Refactor CreateNewBlock to be a method of the BlockAssembler classWladimir J. van der Laan2016-06-135-206/+333
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | FIX: correctly measure size of priority blockAlex Morcos2016-06-011-1/+1
| * | | | | | | | | | | FIX: Account for txs already added to block in addPriorityTxsAlex Morcos2016-05-241-1/+6
| * | | | | | | | | | | Refactor CreateNewBlock to be a method of the BlockAssembler classAlex Morcos2016-05-185-206/+328
* | | | | | | | | | | | qt: translations updateWladimir J. van der Laan2016-06-102-17/+10
* | | | | | | | | | | | Merge #8133: build: Finish up out-of-tree changesWladimir J. van der Laan2016-06-104-9/+69
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | bulid: fix "make translate" when out-of-treeCory Fields2016-06-091-3/+3
| * | | | | | | | | | | | build: add temporary fix for "bad magic number" error in out-of-tree buildsCory Fields2016-06-031-0/+3
| * | | | | | | | | | | | build: more out-of-tree fixupsCory Fields2016-06-012-2/+4
| * | | | | | | | | | | | build: out-of-tree fixupsCory Fields2016-06-012-4/+59
* | | | | | | | | | | | | Merge #8181: build: Get rid of `CLIENT_DATE`Wladimir J. van der Laan2016-06-104-12/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | build: Get rid of `CLIENT_DATE`Wladimir J. van der Laan2016-06-094-12/+2
* | | | | | | | | | | | | Merge #7292: [RPC] Expose ancestor/descendant information over RPCPieter Wuille2016-06-092-39/+223
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Add ancestor statistics to mempool entry RPC outputSuhas Daftuar2016-06-091-0/+6
| * | | | | | | | | | | | Add getmempoolentry RPC callSuhas Daftuar2016-06-091-0/+34
| * | | | | | | | | | | | Add getmempooldescendants RPC callSuhas Daftuar2016-06-092-1/+67
| * | | | | | | | | | | | Add getmempoolancestors RPC callSuhas Daftuar2016-05-172-0/+66
| * | | | | | | | | | | | Refactor logic for converting mempool entries to JSONSuhas Daftuar2016-05-171-39/+51
* | | | | | | | | | | | | Merge #8166: src/test: Do not shadow local variablesWladimir J. van der Laan2016-06-094-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Do not shadow local variablesPavel Janík2016-06-074-8/+8
* | | | | | | | | | | | | Merge #8154: drop vAddrToSend after sending big addr messageWladimir J. van der Laan2016-06-091-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | drop vAddrToSend after sending big addr messageKaz Wesley2016-06-061-0/+3
* | | | | | | | | | | | | | Merge #8168: util: Add ParseUInt32 and ParseUInt64Wladimir J. van der Laan2016-06-093-0/+111
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | util: Add ParseUInt32 and ParseUInt64Wladimir J. van der Laan2016-06-083-0/+111
* | | | | | | | | | | | | | | Merge #8172: Fix two warnings for comparison between signed and unsignedWladimir J. van der Laan2016-06-092-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix two warnings for comparison between signed and unsignedPieter Wuille2016-06-082-2/+2
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |