Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
bitcoin-core
/
libmultiprocess
Public
Notifications
You must be signed in to change notification settings
Fork
55
Star
60
Code
Issues
25
Pull requests
20
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
ci: add Windows job
- #272
#272
Draft
Sjors
wants to merge 24 commits into
bitcoin-core:master
bitcoin-core/libmultiprocess:master
from
Sjors:2026/04/ci-win
Sjors/libmultiprocess:2026/04/ci-win
Copy head branch name to clipboard
Conversation
Commits
24
(24)
Checks
Files changed
Draft
ci: add Windows job
#272
Sjors
wants to merge 24 commits into
bitcoin-core:master
bitcoin-core/libmultiprocess:master
from
Sjors:2026/04/ci-win
Sjors/libmultiprocess:2026/04/ci-win
Copy head branch name to clipboard
Commits
Commits on Apr 15, 2026
doc: Bump version 11 > 12
ryanofsky
committed
b15d63e
View commit details
Copy full SHA for b15d63e
Browse repository at this point
util, refactor: Add ProcessId type alias and use it
Show description for 36c91a0
ryanofsky
committed
36c91a0
View commit details
Copy full SHA for 36c91a0
Browse repository at this point
util, refactor: Add SocketId type alias and use it
Show description for 94af41b
ryanofsky
committed
94af41b
View commit details
Copy full SHA for 94af41b
Browse repository at this point
util, refactor: Add ConnectInfo type alias and use it
Show description for beaa50a
ryanofsky
committed
beaa50a
View commit details
Copy full SHA for beaa50a
Browse repository at this point
Commits on Apr 17, 2026
util, refactor: Handle forking inside ExecProcess
Show description for b16f8c4
ryanofsky
and
claude
committed
b16f8c4
View commit details
Copy full SHA for b16f8c4
Browse repository at this point
util, refactor: Add SocketPair() and use it in SpawnProcess
Show description for 022b29b
ryanofsky
committed
022b29b
View commit details
Copy full SHA for 022b29b
Browse repository at this point
util: Clear FD_CLOEXEC on child socket before exec
Show description for 24c5e57
ryanofsky
committed
24c5e57
View commit details
Copy full SHA for 24c5e57
Browse repository at this point
proxy, refactor: Replace EventLoop wakeup fd integers with KJ stream objects
Show description for 3c81cf2
ryanofsky
committed
3c81cf2
View commit details
Copy full SHA for 3c81cf2
Browse repository at this point
cmake: Bump minimum required Cap'n Proto version to 0.9
Show description for 17a1952
ryanofsky
and
claude
committed
17a1952
View commit details
Copy full SHA for 17a1952
Browse repository at this point
proxy, refactor: Change ConnectStream and ServeStream to accept stream objects
Show description for 091f5e1
ryanofsky
committed
091f5e1
View commit details
Copy full SHA for 091f5e1
Browse repository at this point
proxy: Call shutdownWrite() in Connection destructor
Show description for bfc2db7
ryanofsky
committed
bfc2db7
View commit details
Copy full SHA for bfc2db7
Browse repository at this point
util, refactor: Fix PtrOrValue constructor for move-only types on MSVC
Show description for 1060a95
ryanofsky
and
claude
committed
1060a95
View commit details
Copy full SHA for 1060a95
Browse repository at this point
Commits on Apr 22, 2026
proxy, refactor: Fix C4305 truncation warning in Accessor on MSVC
Show description for 362d416
ryanofsky
and
claude
committed
362d416
View commit details
Copy full SHA for 362d416
Browse repository at this point
type-interface, refactor: Fix typename decltype() SFINAE in CustomBuildField on MSVC
Show description for 3fd227c
ryanofsky
and
claude
committed
3fd227c
View commit details
Copy full SHA for 3fd227c
Browse repository at this point
ci: Check out bitcoin/bitcoin PR #35084 instead of master
Show description for 926ae35
ryanofsky
and
claude
committed
926ae35
View commit details
Copy full SHA for 926ae35
Browse repository at this point
proxy: Fix shutdownWrite() exception handling on macOS with dynamic libraries
Show description for 28e4c7f
ryanofsky
and
claude
committed
28e4c7f
View commit details
Copy full SHA for 28e4c7f
Browse repository at this point
ipc: Wrap mpgen main() in try-catch to print errors
Show description for f6aa627
ryanofsky
and
claude
committed
f6aa627
View commit details
Copy full SHA for f6aa627
Browse repository at this point
doc: Remove trailing whitespace
Show description for 7f513a4
ryanofsky
committed
7f513a4
View commit details
Copy full SHA for 7f513a4
Browse repository at this point
cmake: Replace capnp_PREFIX path construction with cmake-provided symbols
Show description for c9aa806
ryanofsky
and
claude
committed
c9aa806
View commit details
Copy full SHA for c9aa806
Browse repository at this point
cmake: Fix CapnProto tool paths broken by Ubuntu Noble packaging bug
Show description for 7cb83a5
ryanofsky
and
claude
committed
7cb83a5
View commit details
Copy full SHA for 7cb83a5
Browse repository at this point
util: Add Windows support
Show description for 4f58c8c
ryanofsky
committed
4f58c8c
View commit details
Copy full SHA for 4f58c8c
Browse repository at this point
util: drop POSIX/pthread dependencies to enable MSVC builds
Show description for 7fd5ec4
ryanofsky
committed
7fd5ec4
View commit details
Copy full SHA for 7fd5ec4
Browse repository at this point
Commits on Apr 23, 2026
ci: Add Windows cross-build and native test jobs
Show description for d97c586
Sjors
committed
d97c586
View commit details
Copy full SHA for d97c586
Browse repository at this point
util, gen: undef Windows COM macros and rename interface identifier
Show description for 07a7f71
Sjors
committed
07a7f71
View commit details
Copy full SHA for 07a7f71
Browse repository at this point
You can’t perform that action at this time.