aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19360: net: improve encapsulation of CNetAddrWladimir J. van der Laan2020-07-152-7/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | net: improve encapsulation of CNetAddrVasil Dimov2020-07-102-7/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19353: Fix mistakenly swapped "previous" and "current" lock ordersWladimir J. van der Laan2020-07-152-6/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Improve "detected inconsistent lock order" error messageHennadii Stepanov2020-06-251-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | test: Improve "potential deadlock detected" exception messageHennadii Stepanov2020-06-222-2/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix mistakenly swapped "previous" and "current" lock ordersHennadii Stepanov2020-06-221-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19386: rpc: Assert that RPCArg names are equal to CRPCCommand ones (se...MarcoFalke2020-07-154-45/+85
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: Update server to use new RPCHelpManMarcoFalke2020-07-032-23/+28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: Add option to hide RPCArgMarcoFalke2020-07-032-20/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: Assert that passed arg names are equal to hardcoded onesMarcoFalke2020-07-031-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: Add CRPCCommand constructor which takes RPCHelpManMarcoFalke2020-06-303-2/+39
| * | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: Check that left section is not multilineMarcoFalke2020-06-261-0/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19210: qt: Get rid of cursor in out-of-focus labelsWladimir J. van der Laan2020-07-153-0/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Get rid of cursor in out-of-focus labelsHennadii Stepanov2020-07-033-0/+39
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19512: p2p: banscore updates to gui, tests, release notesWladimir J. van der Laan2020-07-153-95/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | test: update tests for peer discouragementJon Atack2020-07-141-49/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | gui, doc: rm Ban Score in GUI Peers window/release notes updatesJon Atack2020-07-142-46/+20
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19214: Auto-detect SHA256 implementation in benchmarksWladimir J. van der Laan2020-07-151-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call SHA256AutoDetect in benchmark setupPieter Wuille2020-06-081-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19296: tests: Add fuzzing harness for AES{CBC,}256{Encrypt,Decrypt}, p...Wladimir J. van der Laan2020-07-157-0/+275
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for ChaCha20Poly1305AEADpracticalswift2020-06-252-0/+79
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for ChaCha20practicalswift2020-06-252-0/+57
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for CHKDF_HMAC_SHA256_L32practicalswift2020-06-252-0/+32
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for poly1305_auth(...)practicalswift2020-06-252-0/+29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for AES256CBCEncrypt/AES256CBCDecryptpracticalswift2020-06-252-0/+41
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for AES256Encrypt/AES256Decryptpracticalswift2020-06-252-0/+37
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19491: util: Make Assert work with any valueMarcoFalke2020-07-152-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | util: Make Assert work with any valueMarcoFalke2020-07-112-1/+11
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increment input value sum only once per UTXO in decodepsbtAndrew Chow2020-07-141-17/+16
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19323: gui: Fix regression in *txoutset* in GUI consoleMarcoFalke2020-07-143-8/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gui: Fix regression in GUI consoleHennadii Stepanov2020-07-083-8/+17
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19325: wallet: Refactor BerkeleyDatabase to introduce DatabaseBatch ab...MarcoFalke2020-07-145-90/+129
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | walletdb: Add MakeBatch function to BerkeleyDatabase and use itAndrew Chow2020-07-094-25/+35
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | walletdb: Refactor DatabaseBatch abstract class from BerkeleyBatchAndrew Chow2020-07-092-65/+94
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18990: log: Properly log txs rejected from mempoolMarcoFalke2020-07-142-5/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | log: Properly log txs rejected from mempoolMarcoFalke2020-05-162-5/+8
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net/net processing] check banman pointer before dereferencingJohn Newbery2020-07-144-5/+10
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19268: doc: Add non-thread-safe note to FeeFilterRounder::round()MarcoFalke2020-07-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Add non-thread-safe note to FeeFilterRounder::round()Hennadii Stepanov2020-07-051-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19464: net: remove -banscore configuration optionMarcoFalke2020-07-145-12/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLDJon Atack2020-07-114-8/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: remove -banscore configuration optionJon Atack2020-07-114-10/+7
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19109: Only allow getdata of recently announced invsfanquake2020-07-141-24/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure unconfirmed parents are requestablePieter Wuille2020-07-081-0/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop setInventoryTxToSend based filteringPieter Wuille2020-07-081-8/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only respond to requests for recently announced transactionsPieter Wuille2020-07-081-9/+30
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce constant for mempool-based relay separate from mapRelay cachingPieter Wuille2020-07-081-7/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Swap relay pool and mempool lookupPieter Wuille2020-07-081-7/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge bitcoin-core/gui#30: Disable the main window toolbar when the modal ove...MarcoFalke2020-07-133-4/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Disable toolbar when overlay is shownHennadii Stepanov2020-07-113-1/+8