| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test: Add more test vectors for siphash | Wladimir J. van der Laan | 2016-06-08 | 1 | -0/+48 |
| * | Use C++11 thread-safe static initializers | Pieter Wuille | 2016-06-07 | 4 | -17/+6 |
| * | Use 64-bit SipHash of netgroups in eviction | Pieter Wuille | 2016-06-07 | 2 | -32/+29 |
| * | Support SipHash with arbitrary byte writes | Pieter Wuille | 2016-06-07 | 3 | -8/+69 |
| * | Avoid recalculating vchKeyedNetGroup in eviction logic. | Patrick Strateman | 2016-06-07 | 2 | -34/+29 |
| * | Merge #8136: Log/report in 10% steps during VerifyDB | Wladimir J. van der Laan | 2016-06-07 | 1 | -1/+10 |
| |\ | |||||
| | * | Log/report in 10% steps during VerifyDB | Jonas Schnelli | 2016-06-07 | 1 | -1/+10 |
| * | | Merge #8118: Reduce unnecessary hashing in signrawtransaction | Wladimir J. van der Laan | 2016-06-07 | 1 | -2/+5 |
| |\ \ | |||||
| | * | | Reduce unnecessary hashing in signrawtransaction | Jonas Nick | 2016-05-30 | 1 | -2/+5 |
| * | | | [init] Make feefilter option debug option | MarcoFalke | 2016-06-07 | 1 | -1/+2 |
| * | | | Merge #8142: Improve CWallet API with new GetAccountPubkey function. | Wladimir J. van der Laan | 2016-06-06 | 3 | -30/+43 |
| |\ \ \ | |||||
| | * | | | Improve CWallet API with new GetAccountPubkey function. | Patrick Strateman | 2016-06-06 | 3 | -30/+43 |
| * | | | | Merge #8007: Minor locking improvements | Wladimir J. van der Laan | 2016-06-06 | 1 | -4/+11 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | IsInitialBlockDownload: usually avoid locking | Kaz Wesley | 2016-06-04 | 1 | -4/+11 |
| * | | | | Merge #8137: Improve CWallet API with new AccountMove function. | Wladimir J. van der Laan | 2016-06-06 | 3 | -27/+36 |
| |\ \ \ \ | |||||
| | * | | | | Improve CWallet API with new AccountMove function. | Patrick Strateman | 2016-06-02 | 3 | -27/+36 |
| * | | | | | qt: translation strings update | Wladimir J. van der Laan | 2016-06-06 | 2 | -506/+606 |
| * | | | | | comment nit: miners don't vote | instagibbs | 2016-06-03 | 1 | -2/+2 |
| * | | | | | Merge #7967: [RPC] add feerate option to fundrawtransaction | Wladimir J. van der Laan | 2016-06-03 | 4 | -6/+26 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add more clear interface for CoinControl.h regarding individual feerate | Jonas Schnelli | 2016-05-06 | 4 | -5/+13 |
| | * | | | | | [RPC] add feerate option to fundrawtransaction | Jonas Schnelli | 2016-04-28 | 4 | -6/+18 |
| * | | | | | | Merge #7942: locking for Misbehave() and other cs_main locking fixes | Wladimir J. van der Laan | 2016-06-03 | 1 | -3/+22 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | lock cs_main for chainActive | Kaz Wesley | 2016-04-25 | 1 | -3/+5 |
| | * | | | | | | lock cs_main for State/Misbehaving | Kaz Wesley | 2016-04-25 | 1 | -0/+17 |
| * | | | | | | | Merge #7997: replace mapNextTx with slimmer setSpends | Pieter Wuille | 2016-06-03 | 6 | -41/+96 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | mapNextTx: use pointer as key, simplify value | Kaz Wesley | 2016-06-02 | 6 | -41/+96 |
| * | | | | | | | | Merge #7825: Prevent multiple calls to ExtractDestination | Pieter Wuille | 2016-06-03 | 1 | -22/+19 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Prevent multiple calls to ExtractDestination | Pedro Branco | 2016-05-06 | 1 | -22/+19 |
| * | | | | | | | | | Merge #7992: Extend #7956 with one more test. | Pieter Wuille | 2016-06-02 | 2 | -1/+122 |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| | * | | | | | | | | Add test for dbwrapper iterators with same-prefix keys. | Matt Corallo | 2016-05-17 | 1 | -0/+86 |
| | * | | | | | | | | test: Add more thorough test for dbwrapper iterators | Wladimir J. van der Laan | 2016-04-27 | 1 | -1/+35 |
| | * | | | | | | | | chain: Add assertion in case of missing records in index db | Wladimir J. van der Laan | 2016-04-27 | 1 | -0/+1 |
| * | | | | | | | | | Merge #8129: Fix RPC console auto completer | Jonas Schnelli | 2016-06-02 | 1 | -3/+9 |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
| | * | | | | | | | | PR #7772 is not enough to fix the issue with QCompleter, use event filter ins... | UdjinM6 | 2016-05-31 | 1 | -3/+9 |
| * | | | | | | | | | Merge #8077: Consensus: Decouple from chainparams.o and timedata.o | Pieter Wuille | 2016-06-01 | 2 | -17/+16 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Consensus: Decouple from chainparams.o and timedata.o | Jorge Timón | 2016-05-20 | 2 | -17/+16 |
| * | | | | | | | | | | Use std::atomic for fRequestShutdown and fReopenDebugLog | Pieter Wuille | 2016-06-01 | 3 | -7/+4 |
| * | | | | | | | | | | Revert "Include signal.h for sig_atomic_t in WIN32" | Pieter Wuille | 2016-06-01 | 1 | -0/+2 |
| * | | | | | | | | | | Merge #8112: Include signal.h for sig_atomic_t in WIN32 | Pieter Wuille | 2016-06-01 | 1 | -2/+0 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Include signal.h for sig_atomic_t in WIN32 | Pieter Wuille | 2016-05-27 | 1 | -2/+0 |
| * | | | | | | | | | | | Merge #7960: Only use AddInventoryKnown for transactions | Pieter Wuille | 2016-06-01 | 1 | -9/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Only use AddInventoryKnown for transactions | Suhas Daftuar | 2016-04-27 | 1 | -9/+4 |
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | Merge #7689: Replace OpenSSL AES with ctaes-based version | Pieter Wuille | 2016-06-01 | 14 | -78/+1790 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | build: Enumerate ctaes rather than globbing | Cory Fields | 2016-05-27 | 1 | -1/+7 |
| | * | | | | | | | | | | | crypter: add tests for crypter | Cory Fields | 2016-05-13 | 3 | -0/+237 |
| | * | | | | | | | | | | | crypter: shuffle Makefile so that crypto can be used by the wallet | Cory Fields | 2016-05-13 | 1 | -32/+23 |
| | * | | | | | | | | | | | crypter: add a BytesToKey clone to replace the use of openssl | Cory Fields | 2016-05-13 | 2 | -4/+31 |
| | * | | | | | | | | | | | crypter: hook up the new aes cbc classes | Cory Fields | 2016-05-13 | 1 | -31/+14 |
| | * | | | | | | | | | | | crypter: constify encrypt/decrypt | Cory Fields | 2016-05-13 | 2 | -4/+4 |
| | * | | | | | | | | | | | crypter: fix the stored initialization vector size | Cory Fields | 2016-05-13 | 2 | -6/+7 |