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
/
ipc
Age
Commit message (
Expand
)
Author
2024-09-02
Merge bitcoin/bitcoin#30750: scripted-diff: LogPrint -> LogDebug
merge-script
2024-08-30
build: Remove Autotools-based build system
Hennadii Stepanov
2024-08-29
scripted-diff: LogPrint -> LogDebug
MarcoFalke
2024-08-16
cmake: Add `MULTIPROCESS` option
Hennadii Stepanov
2023-11-28
multiprocess: Add type conversion code for UniValue types
Ryan Ofsky
2023-11-28
multiprocess: Add type conversion code for serializable types
Ryan Ofsky
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-03-23
refactor: Move fs.* to util/fs.*
TheCharlatan
2023-03-23
Add missing fs.h includes
TheCharlatan
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-09-23
refactor: use <cstdlib> over stdlib.h
fanquake
2022-09-21
refactor: use <cstdio> over stdio.h
fanquake
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-06-10
Add ipc::Context and ipc::capnp::Context structs
Russell Yanofsky
2021-04-23
multiprocess: Add echoipc RPC method and test
Russell Yanofsky
2021-04-23
multiprocess: Add Ipc interface implementation
Russell Yanofsky