| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Implement poll() on systems which support it properly. | Patrick Strateman | 2018-12-03 | 3 | -2/+77 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Move SocketEvents logic to private method. | Patrick Strateman | 2018-11-30 | 2 | -5/+32 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Move GenerateSelectSet logic to private method. | Patrick Strateman | 2018-11-30 | 2 | -35/+53 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Introduce and use constant SELECT_TIMEOUT_MILLISECONDS. | Patrick Strateman | 2018-11-30 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #15054: Update copyright headers to 2018 | MarcoFalke | 2018-12-31 | 9 | -9/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Update copyright headers to 2018 | DrahtBot | 2018-12-29 | 9 | -9/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13743: refactor: Replace boost::bind with std::bind | MarcoFalke | 2018-12-29 | 16 | -95/+83 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: Replace boost::bind with std::bind | Chun Kuan Lee | 2018-10-20 | 16 | -67/+59 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Use boost::scoped_connection in signal/slot, also prefer range-base... | Chun Kuan Lee | 2018-10-20 | 3 | -39/+35 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14966: docs: fix testmempoolaccept CLI syntax | MarcoFalke | 2018-12-29 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | fix testmempoolaccept CLI syntax | 1Il1 | 2018-12-15 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14981: rpc: Clarifying RPC getrawtransaction's time help text | MarcoFalke | 2018-12-28 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | clarifying getrawtransaction[time] get help text | Ben Carman | 2018-12-17 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14565: Overhaul importmulti logic | MeshCollider | 2018-12-24 | 1 | -167/+212 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Overhaul importmulti logic | Pieter Wuille | 2018-12-12 | 1 | -167/+212 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13930: doc: Better explain GetAncestor check for m_failed_blocks in Ac... | MarcoFalke | 2018-12-22 | 1 | -3/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Explain GetAncestor check for m_failed_blocks in AcceptBlockHeader | Sjors Provoost | 2018-09-04 | 1 | -3/+23 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13128: policy: Add Clang thread safety annotations for variables guard... | MarcoFalke | 2018-12-22 | 2 | -28/+29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Add locking annotations to feeStats, shortStats and longStats | practicalswift | 2018-12-03 | 2 | -3/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: Rename from cs_feeEstimator to m_cs_fee_estimator | practicalswift | 2018-12-02 | 2 | -24/+24 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | policy: Add Clang thread safety annotations for variables guarded by cs_feeEs... | practicalswift | 2018-12-02 | 1 | -17/+17 | |
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14172: Refactor and add tests for BlockFilter construction | MarcoFalke | 2018-12-22 | 4 | -48/+98 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | blockfilter: Remove default clause in switch statement. | Jim Posen | 2018-12-21 | 1 | -5/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | blockfilter: Additional constructors for BlockFilter. | Jim Posen | 2018-11-06 | 3 | -4/+32 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | blockfilter: Refactor GCS params into struct. | Jim Posen | 2018-11-06 | 4 | -41/+66 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14811: Mining: Enforce that segwit option must be set in GBT | MarcoFalke | 2018-12-21 | 5 | -19/+14 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | [mining] segwit option must be set in GBT | John Newbery | 2018-12-10 | 5 | -19/+14 | |
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14653: rpcwallet: Add missing transaction categories to rpc helptexts | MarcoFalke | 2018-12-21 | 1 | -12/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Add all category options to wallet rpc help | andrewtoth | 2018-12-01 | 1 | -12/+27 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14993: rpc: Fix data race (UB) in InterruptRPC() | Wladimir J. van der Laan | 2018-12-19 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | rpc: Fix data race (UB) in InterruptRPC() | practicalswift | 2018-12-18 | 1 | -4/+4 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14875: RPCHelpMan: Support required arguments after optional ones | MarcoFalke | 2018-12-19 | 2 | -10/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | RPCHelpMan: Support required arguments after optional ones | MarcoFalke | 2018-12-10 | 2 | -10/+8 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14985: test: Remove thread_local from test_bitcoin | MarcoFalke | 2018-12-19 | 3 | -7/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | test: Add comment to g_insecure_rand_ctx | MarcoFalke | 2018-12-17 | 1 | -0/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | test: Undo thread_local g_insecure_rand_ctx | MarcoFalke | 2018-12-17 | 3 | -7/+10 | |
| | | |_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #14975: qt: Refactoring with QString::toNSString() | Jonas Schnelli | 2018-12-17 | 1 | -19/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Refactoring with QString::toNSString | Hennadii Stepanov | 2018-12-16 | 1 | -19/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #14957: wallet: Initialize stop_block in CWallet::ScanForWalletTransact... | MeshCollider | 2018-12-18 | 2 | -4/+52 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | wallet: Initialize stop_block to nullptr in CWallet::ScanForWalletTransactions | Ben Woosley | 2018-12-17 | 2 | -4/+52 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| * / / / / / / / / / / / / / / / / / / / / / / | [Qt] Restore < Qt5.6 compatibility for addAction | Jonas Schnelli | 2018-12-16 | 1 | -7/+12 | |
| |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge #14969: tests: Fix cuckoocache_tests TSAN failure introduced in 14935. | Wladimir J. van der Laan | 2018-12-16 | 2 | -3/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967. | practicalswift | 2018-12-15 | 2 | -3/+6 | |
| | | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge #14573: qt: Add Window menu | Jonas Schnelli | 2018-12-15 | 3 | -9/+70 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | qt: Remove ellipsis from sending/receiving addresses | João Barbosa | 2018-12-11 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | qt: Add Window menu | João Barbosa | 2018-12-11 | 1 | -7/+53 | |
| | * | | | | | | | | | | | | | | | | | | | | | qt: Allow to inspect RPCConsole tabs | João Barbosa | 2018-12-11 | 2 | -0/+15 | |
| | |/ / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge #14935: tests: Test for expected return values when calling functions r... | MarcoFalke | 2018-12-14 | 16 | -161/+161 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | tests: Test for expected return values when calling functions returning a suc... | practicalswift | 2018-12-13 | 16 | -161/+161 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #14821: Replace CAffectedKeysVisitor with descriptor based logic | MeshCollider | 2018-12-14 | 1 | -67/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||