| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge #7671: [RPC] Add generatetoaddress rpc to mine to an address | Wladimir J. van der Laan | 2016-03-23 | 4 | -33/+81 |
| |\ | |||||
| | * | Create generatetoaddress rpc | Andrew C | 2016-03-21 | 4 | -33/+81 |
| * | | Prevent multiple calls to CWallet::AvailableCoins | João Barbosa | 2016-03-22 | 2 | -5/+7 |
| * | | Implement "feefilter" P2P message. | Alex Morcos | 2016-03-21 | 15 | -32/+152 |
| |/ | |||||
| * | Merge #7692: Remove p2p alert system | Wladimir J. van der Laan | 2016-03-21 | 16 | -673/+36 |
| |\ | |||||
| | * | protocol.h/cpp: Removes NetMsgType::ALERT | Thomas Kerin | 2016-03-18 | 2 | -9/+0 |
| | * | Formatting | BtcDrak | 2016-03-18 | 1 | -55/+55 |
| | * | Remove alert keys | BtcDrak | 2016-03-18 | 2 | -5/+0 |
| | * | Remove `-alerts` option | BtcDrak | 2016-03-18 | 3 | -7/+0 |
| | * | Update alert notification and GUI | BtcDrak | 2016-03-18 | 4 | -28/+33 |
| | * | Remove p2p alert handling | BtcDrak | 2016-03-18 | 8 | -678/+57 |
| * | | Merge #7726: Correct importaddress help reference to importpubkey | Wladimir J. van der Laan | 2016-03-21 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Correct importaddress help reference to importpubkey | Denis Lukianov | 2016-03-21 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge #7712: Improve COutPoint less operator | Wladimir J. van der Laan | 2016-03-21 | 2 | -4/+7 |
| |\ \ | |||||
| | * | | Improve COutPoint less operator | João Barbosa | 2016-03-18 | 2 | -4/+7 |
| * | | | Merge #7708: De-neuter NODE_BLOOM | Wladimir J. van der Laan | 2016-03-21 | 3 | -4/+1 |
| |\ \ \ | |||||
| | * | | | Always disconnect old nodes which request filtered connections. | Patrick Strateman | 2016-03-18 | 3 | -4/+1 |
| * | | | | Merge #7705: [amount] Add tests and make GetFee() monotonic | Wladimir J. van der Laan | 2016-03-21 | 4 | -7/+54 |
| |\ \ \ \ | |||||
| | * | | | | [amount] Preempt issues with negative fee rates | MarcoFalke | 2016-03-19 | 1 | -1/+1 |
| | * | | | | [amount] Make GetFee() monotonic | MarcoFalke | 2016-03-17 | 2 | -7/+11 |
| | * | | | | [qa] Add amount tests | MarcoFalke | 2016-03-17 | 2 | -0/+43 |
| * | | | | | Merge #7656: Improve EncodeBase58 performance | Wladimir J. van der Laan | 2016-03-21 | 1 | -3/+8 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| | * | | | | Improve EncodeBase58 performance | João Barbosa | 2016-03-09 | 1 | -3/+8 |
| * | | | | | Merge #7575: Minimal BIP9 implementation | Wladimir J. van der Laan | 2016-03-18 | 15 | -20/+703 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| | * | | | | Test versionbits deployments | Suhas Daftuar | 2016-03-15 | 1 | -0/+22 |
| | * | | | | Add testing of ComputeBlockVersion | Suhas Daftuar | 2016-03-15 | 3 | -1/+120 |
| | * | | | | Softfork status report in RPC | Pieter Wuille | 2016-03-15 | 3 | -1/+31 |
| | * | | | | Versionbits tests | Pieter Wuille | 2016-03-15 | 2 | -0/+186 |
| | * | | | | BIP9 Implementation | Pieter Wuille | 2016-03-15 | 12 | -19/+345 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge #7686: [qt] Remove 0-fee from send dialog | Wladimir J. van der Laan | 2016-03-17 | 3 | -63/+3 |
| |\ \ \ \ | |||||
| | * | | | | [qt] Remove unneeded "fSendFreeTransactions" check | MarcoFalke | 2016-03-17 | 1 | -2/+0 |
| | * | | | | [qt] Remove 0-fee from send dialog | MarcoFalke | 2016-03-14 | 3 | -61/+3 |
| * | | | | | Merge #7594: Mempool: Add tracking of ancestor packages | Wladimir J. van der Laan | 2016-03-17 | 4 | -124/+302 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| | * | | | | Check all ancestor state in CTxMemPool::check() | Suhas Daftuar | 2016-03-14 | 2 | -6/+23 |
| | * | | | | Add ancestor feerate index to mempool | Suhas Daftuar | 2016-03-14 | 3 | -3/+137 |
| | * | | | | Add ancestor tracking to mempool | Suhas Daftuar | 2016-03-14 | 3 | -22/+117 |
| | * | | | | Remove work limit in UpdateForDescendants() | Suhas Daftuar | 2016-03-14 | 3 | -80/+12 |
| | * | | | | Rename CTxMemPool::remove -> removeRecursive | Suhas Daftuar | 2016-03-14 | 4 | -23/+19 |
| | * | | | | CTxMemPool::removeForBlock now uses RemoveStaged | Suhas Daftuar | 2016-03-14 | 1 | -2/+6 |
| | |/ / / | |||||
| * | | | | Merge #7187: Keep reorgs fast for SequenceLocks checks | Wladimir J. van der Laan | 2016-03-16 | 6 | -26/+131 |
| |\ \ \ \ | |||||
| | * | | | | Add LockPoints | Alex Morcos | 2016-03-16 | 6 | -26/+131 |
| * | | | | | Merge #7684: [qa] Extend tests | Wladimir J. van der Laan | 2016-03-16 | 1 | -0/+5 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| | * | | | | [tests] Extend util_ParseMoney test case | MarcoFalke | 2016-03-14 | 1 | -0/+5 |
| * | | | | | Merge #7621: Fixes ZMQ startup with bad arguments. | Wladimir J. van der Laan | 2016-03-15 | 2 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fixes ZMQ startup with bad arguments. | mrbandrews | 2016-02-29 | 2 | -1/+1 |
| * | | | | | | Fix torcontrol.cpp unused private field warning | Jonas Schnelli | 2016-03-14 | 1 | -2/+2 |
| | |_|_|/ / |/| | | | | |||||
| * | | | | | Merge #7608: [wallet] Move hardcoded file name out of log messages | Wladimir J. van der Laan | 2016-03-14 | 4 | -25/+29 |
| |\ \ \ \ \ | |||||
| | * | | | | | [wallet] Move hardcoded file name out of log messages | MarcoFalke | 2016-03-14 | 4 | -25/+29 |
| * | | | | | | qt: Remove reflection from `about` icon | Wladimir J. van der Laan | 2016-03-14 | 2 | -0/+0 |
| |/ / / / / | |||||
| * | | | | | Merge #7670: use cached block hash in blockToJSON() | Wladimir J. van der Laan | 2016-03-14 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||