| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [c++11] Use std::unique_ptr for block creation. | Daniel Kraft | 2016-06-18 | 5 | -24/+15 |
| * | Merge #7600: Mining: Select transactions using feerate-with-ancestors | Pieter Wuille | 2016-06-16 | 3 | -1/+432 |
| |\ | |||||
| | * | Add unit tests for ancestor feerate mining | Suhas Daftuar | 2016-06-16 | 1 | -0/+109 |
| | * | Use ancestor-feerate based transaction selection for mining | Suhas Daftuar | 2016-06-16 | 2 | -1/+323 |
| * | | Merge #7892: Add full UTF-8 support to RPC | Wladimir J. van der Laan | 2016-06-16 | 11 | -37/+181 |
| |\ \ | |||||
| | * | | Merge commit '60ab9b200654ef0914459711cf2b22be16be3dc2' | Wladimir J. van der Laan | 2016-06-10 | 11 | -37/+181 |
| * | | | Merge #8113: Rework addnode behaviour | Wladimir J. van der Laan | 2016-06-16 | 4 | -125/+115 |
| |\ \ \ | |||||
| | * | | | Randomize name lookup result in ConnectSocketByName | Pieter Wuille | 2016-06-13 | 1 | -4/+4 |
| | * | | | Prevent duplicate connections where one is by name and another by ip | Pieter Wuille | 2016-06-13 | 1 | -0/+20 |
| | * | | | Rework addnode behaviour | Pieter Wuille | 2016-06-13 | 3 | -121/+91 |
| * | | | | Merge #8171: [RPC] Fix createrawtx sequence number unsigned int parsing | Wladimir J. van der Laan | 2016-06-16 | 1 | -2/+7 |
| |\ \ \ \ | |||||
| | * | | | | [RPC] Fix createrawtx sequence number unsigned int parsing | Jonas Schnelli | 2016-06-08 | 1 | -2/+7 |
| * | | | | | Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection. | Wladimir J. van der Laan | 2016-06-16 | 4 | -17/+61 |
| |\ \ \ \ \ | |||||
| | * | | | | | Allow disconnecting a netgroup with only one member in eviction. | Gregory Maxwell | 2016-06-15 | 1 | -7/+0 |
| | * | | | | | Add recently accepted blocks and txn to AttemptToEvictConnection. | Gregory Maxwell | 2016-06-15 | 4 | -10/+61 |
| * | | | | | | Merge #8208: Do not set extra flags for unfiltered DNS seed results | Wladimir J. van der Laan | 2016-06-16 | 3 | -12/+14 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Do not set extra flags for unfiltered DNS seed results | Pieter Wuille | 2016-06-15 | 3 | -12/+14 |
| * | | | | | | | Merge #8207: [trivial] Add a link to the Bitcoin-Core repository and website ... | Wladimir J. van der Laan | 2016-06-16 | 1 | -1/+10 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | [doc] Add website links to about dialog | MarcoFalke | 2016-06-16 | 1 | -1/+10 |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Merge #7636: Add bitcoin address label to request payment QR code | Jonas Schnelli | 2016-06-14 | 4 | -7/+20 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Add address label to request payment QR Code (QT) | Francesco 'makevoid' Canessa | 2016-06-13 | 4 | -7/+20 |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | Merge #8035: [Wallet] Add simplest BIP32/deterministic key generation impleme... | Wladimir J. van der Laan | 2016-06-14 | 4 | -4/+154 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| | * | | | | | Detect -usehd mismatches when wallet.dat already exists | Jonas Schnelli | 2016-06-14 | 1 | -0/+7 |
| | * | | | | | [Wallet] use constant for bip32 hardened key limit | Jonas Schnelli | 2016-06-01 | 1 | -4/+8 |
| | * | | | | | [Wallet] Add simplest BIP32/deterministic key generation implementation | Jonas Schnelli | 2016-05-31 | 4 | -4/+143 |
| * | | | | | | Introduce REQUIRED_SERVICES constant | Pieter Wuille | 2016-06-13 | 3 | -2/+4 |
| * | | | | | | Introduce enum ServiceFlags for service flags | Pieter Wuille | 2016-06-13 | 11 | -83/+89 |
| * | | | | | | Don't require services in -addnode | Pieter Wuille | 2016-06-13 | 6 | -63/+64 |
| * | | | | | | Only store and connect to NODE_NETWORK nodes | Pieter Wuille | 2016-06-13 | 2 | -0/+7 |
| * | | | | | | Verify that outbound connections have expected services | Pieter Wuille | 2016-06-13 | 3 | -0/+15 |
| * | | | | | | Keep addrman's nService bits consistent with outbound observations | Pieter Wuille | 2016-06-13 | 3 | -0/+33 |
| | |/ / / / |/| | | | | |||||
| * | | | | | Merge #8141: Continuing port of java comparison tool | Wladimir J. van der Laan | 2016-06-13 | 1 | -0/+5 |
| |\ \ \ \ \ | |||||
| | * | | | | | Catch exceptions from non-canonical encoding and print only to log | mrbandrews | 2016-06-02 | 1 | -0/+5 |
| * | | | | | | Merge #7598: Refactor CreateNewBlock to be a method of the BlockAssembler class | Wladimir J. van der Laan | 2016-06-13 | 5 | -206/+333 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | FIX: correctly measure size of priority block | Alex Morcos | 2016-06-01 | 1 | -1/+1 |
| | * | | | | | | FIX: Account for txs already added to block in addPriorityTxs | Alex Morcos | 2016-05-24 | 1 | -1/+6 |
| | * | | | | | | Refactor CreateNewBlock to be a method of the BlockAssembler class | Alex Morcos | 2016-05-18 | 5 | -206/+328 |
| * | | | | | | | qt: translations update | Wladimir J. van der Laan | 2016-06-10 | 2 | -17/+10 |
| * | | | | | | | Merge #8133: build: Finish up out-of-tree changes | Wladimir J. van der Laan | 2016-06-10 | 4 | -9/+69 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | bulid: fix "make translate" when out-of-tree | Cory Fields | 2016-06-09 | 1 | -3/+3 |
| | * | | | | | | | build: add temporary fix for "bad magic number" error in out-of-tree builds | Cory Fields | 2016-06-03 | 1 | -0/+3 |
| | * | | | | | | | build: more out-of-tree fixups | Cory Fields | 2016-06-01 | 2 | -2/+4 |
| | * | | | | | | | build: out-of-tree fixups | Cory Fields | 2016-06-01 | 2 | -4/+59 |
| * | | | | | | | | Merge #8181: build: Get rid of `CLIENT_DATE` | Wladimir J. van der Laan | 2016-06-10 | 4 | -12/+2 |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | |||||
| | * | | | | | | | build: Get rid of `CLIENT_DATE` | Wladimir J. van der Laan | 2016-06-09 | 4 | -12/+2 |
| * | | | | | | | | Merge #7292: [RPC] Expose ancestor/descendant information over RPC | Pieter Wuille | 2016-06-09 | 2 | -39/+223 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| | * | | | | | | | Add ancestor statistics to mempool entry RPC output | Suhas Daftuar | 2016-06-09 | 1 | -0/+6 |
| | * | | | | | | | Add getmempoolentry RPC call | Suhas Daftuar | 2016-06-09 | 1 | -0/+34 |
| | * | | | | | | | Add getmempooldescendants RPC call | Suhas Daftuar | 2016-06-09 | 2 | -1/+67 |
| | * | | | | | | | Add getmempoolancestors RPC call | Suhas Daftuar | 2016-05-17 | 2 | -0/+66 |