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
/
Makefile.am
Age
Commit message (
Expand
)
Author
2022-07-13
Merge bitcoin/bitcoin#25472: build: Increase MS Visual Studio minimum version
fanquake
2022-07-08
Introduce generic 'Result' class
furszy
2022-07-07
refactor: Drop no longer needed `util/designator.h`
Hennadii Stepanov
2022-07-07
Merge bitcoin/bitcoin#25500: refactor: Move inbound eviction logic to its own...
fanquake
2022-07-06
[net] Move eviction logic to its own file
dergoegge
2022-07-06
[net] Move ConnectionType to its own file
Cory Fields
2022-07-01
Remove outdated comment
Igor Bubelov
2022-06-29
Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa...
MacroFake
2022-06-28
fees: Pass in a filepath instead of referencing gArgs
Carl Dong
2022-06-28
mempool: Introduce (still-unused) MemPoolLimits
Carl Dong
2022-06-28
pool: Add and use MemPoolOptions, ApplyArgsManOptions
Carl Dong
2022-06-22
build: Remove negated --enable-fuzz checks from build system
MarcoFalke
2022-06-17
Merge bitcoin/bitcoin#25281: build: Remove unused `LIBBITCOIN_KERNEL` variable
laanwj
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
2022-06-05
build: Remove unused `LIBBITCOIN_KERNEL` variable
Hennadii Stepanov
2022-06-04
Merge bitcoin/bitcoin#25065: [kernel 2c/n] Introduce `kernel::Context`, encap...
fanquake
2022-06-02
Move init::SanityCheck to kernel::SanityCheck
Carl Dong
2022-06-02
init: Initialize globals with kernel::Context's life
Carl Dong
2022-06-02
Merge bitcoin/bitcoin#24531: Use designated initializers
MacroFake
2022-06-01
Use designated initializers
MarcoFalke
2022-05-31
kernel: Introduce empty and unused kernel::Context
Carl Dong
2022-05-31
build: pass bdb cppflags only where needed
fanquake
2022-05-28
compat: remove glibcxx sanity checks
fanquake
2022-05-25
multiprocess build cleanup: comment on manual dependencies
Ryan Ofsky
2022-05-25
multiprocess build fix: ipc/capnp/init.capnp.h: No such file or directory
Ryan Ofsky
2022-05-23
coinstats: Move GetUTXOStats to rpc/blockchain
Carl Dong
2022-05-23
kernel: Use ComputeUTXOStats in validation
Carl Dong
2022-05-23
coinstats: Split node/coinstats.h to kernel/coinstats.h
Carl Dong
2022-05-23
coinstats: Move hasher codepath to kernel/coinstats
Carl Dong
2022-05-20
kernel: Remove unnecessary blockfilter{index,}.cpp
Carl Dong
2022-05-20
Add ChainstateManager::m_adjusted_time_callback
Carl Dong
2022-05-20
Add ChainstateManagerOpts, using as ::Options
Carl Dong
2022-05-05
Wrap boost::replace_all
MacroFake
2022-05-04
Merge bitcoin/bitcoin#24933: util: Replace non-threadsafe strerror
laanwj
2022-05-03
scripted-diff: Rename rpc/misc.cpp to rpc/node.cpp
MacroFake
2022-05-03
rpc: Move output script RPCs to separate file
MacroFake
2022-04-29
rpc: Move fee estimation RPCs to separate file
MacroFake
2022-04-29
Merge bitcoin/bitcoin#25013: Remove cs_main from verifymessage, move msg util...
fanquake
2022-04-28
Merge bitcoin/bitcoin#24322: [kernel 1/n] Introduce initial `libbitcoinkernel`
fanquake
2022-04-28
rpc: Move signmessage RPC util to new file
MacroFake
2022-04-28
util: Replace non-threadsafe strerror
laanwj
2022-04-27
build: Remove LIBTOOL_APP_LDFLAGS for bitcoin-chainstate
Cory Fields
2022-04-27
docs: Add libbitcoinkernel_la_SOURCES explanation
Carl Dong
2022-04-27
build: Extract the libbitcoinkernel library
Carl Dong
2022-04-26
b-cs: Define G_TRANSLATION_FUN in bitcoinkernel.cpp
Carl Dong
2022-04-26
build: Separate lib_LTLIBRARIES initialization
Carl Dong
2022-04-26
build: Create .la library for bitcoincrypto
Carl Dong
2022-04-19
[build] Add netgroup.cpp|h
John Newbery
2022-04-11
build: Remove vestigial LIBLEVELDB_SSE42
Carl Dong
2022-04-06
Merge bitcoin/bitcoin#24098: rest: Use query parameters to control resource l...
MarcoFalke
[next]