aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | Implement poll() on systems which support it properly.Patrick Strateman2018-12-033-2/+77
| * | | | | | | | | | | | | | | | | | | | | | | | | Move SocketEvents logic to private method.Patrick Strateman2018-11-302-5/+32
| * | | | | | | | | | | | | | | | | | | | | | | | | Move GenerateSelectSet logic to private method.Patrick Strateman2018-11-302-35/+53
| * | | | | | | | | | | | | | | | | | | | | | | | | Introduce and use constant SELECT_TIMEOUT_MILLISECONDS.Patrick Strateman2018-11-301-2/+6
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #15054: Update copyright headers to 2018MarcoFalke2018-12-319-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Update copyright headers to 2018DrahtBot2018-12-299-9/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke2018-12-2916-95/+83
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: Replace boost::bind with std::bindChun Kuan Lee2018-10-2016-67/+59
| * | | | | | | | | | | | | | | | | | | | | | | | | refactor: Use boost::scoped_connection in signal/slot, also prefer range-base...Chun Kuan Lee2018-10-203-39/+35
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14966: docs: fix testmempoolaccept CLI syntaxMarcoFalke2018-12-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | fix testmempoolaccept CLI syntax1Il12018-12-151-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14981: rpc: Clarifying RPC getrawtransaction's time help textMarcoFalke2018-12-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | clarifying getrawtransaction[time] get help textBen Carman2018-12-171-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14565: Overhaul importmulti logicMeshCollider2018-12-241-167/+212
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | Overhaul importmulti logicPieter Wuille2018-12-121-167/+212
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13930: doc: Better explain GetAncestor check for m_failed_blocks in Ac...MarcoFalke2018-12-221-3/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Explain GetAncestor check for m_failed_blocks in AcceptBlockHeaderSjors Provoost2018-09-041-3/+23
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13128: policy: Add Clang thread safety annotations for variables guard...MarcoFalke2018-12-222-28/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Add locking annotations to feeStats, shortStats and longStatspracticalswift2018-12-032-3/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: Rename from cs_feeEstimator to m_cs_fee_estimatorpracticalswift2018-12-022-24/+24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | policy: Add Clang thread safety annotations for variables guarded by cs_feeEs...practicalswift2018-12-021-17/+17
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14172: Refactor and add tests for BlockFilter constructionMarcoFalke2018-12-224-48/+98
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | blockfilter: Remove default clause in switch statement.Jim Posen2018-12-211-5/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | blockfilter: Additional constructors for BlockFilter.Jim Posen2018-11-063-4/+32
| * | | | | | | | | | | | | | | | | | | | | | | | | | | blockfilter: Refactor GCS params into struct.Jim Posen2018-11-064-41/+66
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14811: Mining: Enforce that segwit option must be set in GBTMarcoFalke2018-12-215-19/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | [mining] segwit option must be set in GBTJohn Newbery2018-12-105-19/+14
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14653: rpcwallet: Add missing transaction categories to rpc helptextsMarcoFalke2018-12-211-12/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | Add all category options to wallet rpc helpandrewtoth2018-12-011-12/+27
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14993: rpc: Fix data race (UB) in InterruptRPC()Wladimir J. van der Laan2018-12-191-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | rpc: Fix data race (UB) in InterruptRPC()practicalswift2018-12-181-4/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #14875: RPCHelpMan: Support required arguments after optional onesMarcoFalke2018-12-192-10/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | RPCHelpMan: Support required arguments after optional onesMarcoFalke2018-12-102-10/+8
| | |_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge #14985: test: Remove thread_local from test_bitcoinMarcoFalke2018-12-193-7/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | test: Add comment to g_insecure_rand_ctxMarcoFalke2018-12-171-0/+7
| * | | | | | | | | | | | | | | | | | | | | | | | test: Undo thread_local g_insecure_rand_ctxMarcoFalke2018-12-173-7/+10
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge #14975: qt: Refactoring with QString::toNSString()Jonas Schnelli2018-12-171-19/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Refactoring with QString::toNSStringHennadii Stepanov2018-12-161-19/+4
* | | | | | | | | | | | | | | | | | | | | | | | Merge #14957: wallet: Initialize stop_block in CWallet::ScanForWalletTransact...MeshCollider2018-12-182-4/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | wallet: Initialize stop_block to nullptr in CWallet::ScanForWalletTransactionsBen Woosley2018-12-172-4/+52
| |/ / / / / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / / / / / [Qt] Restore < Qt5.6 compatibility for addActionJonas Schnelli2018-12-161-7/+12
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge #14969: tests: Fix cuckoocache_tests TSAN failure introduced in 14935.Wladimir J. van der Laan2018-12-162-3/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.practicalswift2018-12-152-3/+6
| | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #14573: qt: Add Window menuJonas Schnelli2018-12-153-9/+70
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | qt: Remove ellipsis from sending/receiving addressesJoão Barbosa2018-12-111-2/+2
| * | | | | | | | | | | | | | | | | | | | | qt: Add Window menuJoão Barbosa2018-12-111-7/+53
| * | | | | | | | | | | | | | | | | | | | | qt: Allow to inspect RPCConsole tabsJoão Barbosa2018-12-112-0/+15
| |/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge #14935: tests: Test for expected return values when calling functions r...MarcoFalke2018-12-1416-161/+161
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | tests: Test for expected return values when calling functions returning a suc...practicalswift2018-12-1316-161/+161
* | | | | | | | | | | | | | | | | | | | | Merge #14821: Replace CAffectedKeysVisitor with descriptor based logicMeshCollider2018-12-141-67/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \