index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-06-28
Merge bitcoin/bitcoin#25426: net: add new method Sock::GetSockName() that wra...
laanwj
2022-06-28
Merge bitcoin/bitcoin#25485: rpc: Use enum instead of string for `filtertype_...
MacroFake
2022-06-27
rpc: use enum instead of string for filter type
w0xlt
2022-06-27
Merge bitcoin/bitcoin#25404: p2p, doc: Use MAX_BLOCKS_TO_ANNOUNCE consistently
fanquake
2022-06-27
Merge bitcoin/bitcoin#25144: refactor: Pass Peer& to Misbehaving()
MacroFake
2022-06-27
Merge bitcoin/bitcoin#23418: Fix signed integer overflow in prioritisetransac...
MacroFake
2022-06-27
Merge bitcoin/bitcoin#25439: rpc: Return incrementalrelayfee in getmempoolinfo
MacroFake
2022-06-24
Merge bitcoin/bitcoin#25456: rpc: Use steady_clock for getrpcinfo durations
MacroFake
2022-06-24
Merge bitcoin/bitcoin#25438: refactor: remove unused methods in classes `CDBI...
MacroFake
2022-06-23
Merge bitcoin/bitcoin#25457: Use more specific path when including `memenv.h`...
laanwj
2022-06-23
Merge bitcoin/bitcoin#25446: p2p: Set CNode::m_relays_txs=true when receiving...
fanquake
2022-06-23
Use more specific path when including `memenv.h` header
Hennadii Stepanov
2022-06-23
rpc: Use steady_clock for getrpcinfo durations
MacroFake
2022-06-23
refactor: remove unused method `CDBWrapper::CompactRange`
Sebastian Falbesoner
2022-06-23
Merge bitcoin-core/gui#623: Getting ready to Qt 6 (9/n). Apply Qt 6 specific ...
laanwj
2022-06-22
Merge bitcoin/bitcoin#25428: Remove Sock::Release() and CloseSocket()
laanwj
2022-06-22
[net processing] Set CNode::m_relays_txs=true when receiving BIP37 filters
dergoegge
2022-06-22
Fix signed integer overflow in prioritisetransaction RPC
MarcoFalke
2022-06-22
refactor: Replace feeDelta by m_modified_fee
MarcoFalke
2022-06-22
net: rename Sock::Reset() to Sock::Close() and make it private
Vasil Dimov
2022-06-22
build: Remove negated --enable-fuzz checks from build system
MarcoFalke
2022-06-22
Merge bitcoin/bitcoin#25440: log: Use consistent wording in random.cpp log
MacroFake
2022-06-22
Merge bitcoin/bitcoin#24352: Add doc/design/libraries.md
laanwj
2022-06-22
Merge bitcoin-core/gui#620: Replace `QRegExp` with `QRegularExpression`
laanwj
2022-06-21
Merge bitcoin/bitcoin#25427: wallet: remove extra wtx lookup in AddToSpends
Andrew Chow
2022-06-21
test, qt: Add tests for `GUIUtil::extractFirstSuffixFromFilter`
w0xlt
2022-06-21
qt: Replace `QRegExp` with `QRegularExpression`
w0xlt
2022-06-21
qt: Add a function that extracts the suffix from a filter
w0xlt
2022-06-22
Merge bitcoin/bitcoin#25314: p2p: always set nTime for self-advertisements
laanwj
2022-06-21
rpc: Return incrementalrelayfee in getmempoolinfo
MacroFake
2022-06-21
Use consistent wording in log
Igor Bubelov
2022-06-21
refactor: remove unused methods `{CDBIterator,CCoinsViewDBCursor}::GetValueSi...
Sebastian Falbesoner
2022-06-21
qt6: Do not use deprecated high DPI attributes in Qt 6
Hennadii Stepanov
2022-06-21
refactor: Fix style in `initTranslations()` function
Hennadii Stepanov
2022-06-21
qt6: Do not use deprecated `QLibraryInfo::path` in Qt 6
Hennadii Stepanov
2022-06-21
qt6: Fix type registration
Hennadii Stepanov
2022-06-21
Merge bitcoin/bitcoin#25422: build: globally define NOMINMAX when building wi...
laanwj
2022-06-21
Merge bitcoin-core/gui#612: refactor: Drop unused `QFrame`s in `SendCoinsEntry`
Hennadii Stepanov
2022-06-21
Merge bitcoin-core/gui#615: If -prune=0 is set, Uncheck Prune on Intro page
Hennadii Stepanov
2022-06-20
Merge bitcoin/bitcoin#25118: wallet: unify “allow/block other inputs“ con...
laanwj
2022-06-20
wallet: avoid extra wtx lookup in AddToSpends
furszy
2022-06-20
net: remove CloseSocket()
Vasil Dimov
2022-06-20
net: remove now unused Sock::Release()
Vasil Dimov
2022-06-20
net: change GetBindAddress() to take Sock argument
Vasil Dimov
2022-06-20
net: add new method Sock::GetSockName() that wraps getsockname()
Vasil Dimov
2022-06-20
build: globally define NOMINMAX
fanquake
2022-06-20
refactor: move DEFAULT_*_LIMIT assertions from validation to policy
fanquake
2022-06-20
refactor: move EXTRA_DESCENDANT_TX_SIZE_LIMIT to policy/policy.h
fanquake
2022-06-20
refactor: use braced initialization in policy/policy.h
fanquake
2022-06-20
scripted-diff: use static constexpr in policy/policy.h
fanquake
[next]