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
Accelerator
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
.
WithSecureOpenSource
/
async
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
1
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on May 24, 2026
Fix the doc comment of async_timer_start
pacujo
authored and
sjaala
committed
c353aaa
View commit details
Copy full SHA for c353aaa
Browse repository at this point
Commits on May 6, 2026
Add dryyield
Show description for b8f77a3
pacujo
authored and
sjaala
committed
b8f77a3
View commit details
Copy full SHA for b8f77a3
Browse repository at this point
Commits on Apr 28, 2026
Fix string truncation warning in base64encoder
Show description for 73f1d43
pacujo
authored and
sjaala
committed
73f1d43
View commit details
Copy full SHA for 73f1d43
Browse repository at this point
Commits on Apr 23, 2026
Avoid destroying sentinel event on async_register_event failure
Show description for ec6f543
samuellauren
and
claude
committed
ec6f543
View commit details
Copy full SHA for ec6f543
Browse repository at this point
Commits on Apr 16, 2026
Clarify subprocess.h documentation
Show description for 9846855
pacujo
authored and
sjaala
committed
9846855
View commit details
Copy full SHA for 9846855
Browse repository at this point
Remove unimplemented tcp_client_set_output_stream prototype
Show description for 9322d7b
pacujo
authored and
sjaala
committed
9322d7b
View commit details
Copy full SHA for 9322d7b
Browse repository at this point
Commits on Apr 15, 2026
Fix memory leak in adopt_connection fail path
Show description for 2c448f9
pacujo
authored and
sjaala
committed
2c448f9
View commit details
Copy full SHA for 2c448f9
Browse repository at this point
Commits on Apr 14, 2026
Fix EAI_OVERFLOW trace string
Show description for a6d6252
pacujo
authored and
sjaala
committed
a6d6252
View commit details
Copy full SHA for a6d6252
Browse repository at this point
Commits on Apr 13, 2026
Fix wrong trace name in F_SETFL error path
Show description for 0b3308f
pacujo
authored and
sjaala
committed
0b3308f
View commit details
Copy full SHA for 0b3308f
Browse repository at this point
Commits on Mar 26, 2026
Fix typo in fsadns JSON field
Show description for 6ced2e3
pacujo
authored and
samuellauren
committed
6ced2e3
View commit details
Copy full SHA for 6ced2e3
Browse repository at this point
Commits on Apr 23, 2025
Fix ASYNC_REGISTER_NONBLOCK_FAIL trace event (#73)
samuellauren
authored
6c3481e
View commit details
Copy full SHA for 6c3481e
Browse repository at this point
Commits on Apr 22, 2025
Merge changes from upstream (#72)
samuellauren
authored
5ae5d99
View commit details
Copy full SHA for 5ae5d99
Browse repository at this point
Merge remote-tracking branch 'pacujo/master' into master
samuellauren
committed
1187d27
View commit details
Copy full SHA for 1187d27
Browse repository at this point
Commits on Mar 18, 2025
Add json_conn_receive_fd (#71)
samuellauren
authored
914fbc6
View commit details
Copy full SHA for 914fbc6
Browse repository at this point
Commits on Aug 7, 2024
Fix a race condition in async_loop_protected: (#70)
Show description for ced965c
pacujo
authored
ced965c
View commit details
Copy full SHA for ced965c
Browse repository at this point
Commits on Jul 31, 2024
Make queuestream_read work properly when count == 0
pacujo
committed
566627e
View commit details
Copy full SHA for 566627e
Browse repository at this point
Commits on Jul 30, 2024
Fix a wakeup livelock
pacujo
committed
542cf8c
View commit details
Copy full SHA for 542cf8c
Browse repository at this point
Replace an obsolete URL from the test data
pacujo
committed
d374a1f
View commit details
Copy full SHA for d374a1f
Browse repository at this point
Commits on Jul 27, 2024
Fix a race condition in async_loop_protected:
Show description for a86b2b1
pacujo
committed
a86b2b1
View commit details
Copy full SHA for a86b2b1
Browse repository at this point
Commits on Aug 3, 2023
Streamline async.c by moving the wakeup logic to os-specific source files.
pacujo
committed
ef0f62a
View commit details
Copy full SHA for ef0f62a
Browse repository at this point
Commits on Aug 2, 2023
Support async_poll_2() on BSD, as well
pacujo
committed
9e8289c
View commit details
Copy full SHA for 9e8289c
Browse repository at this point
Commits on Apr 4, 2023
Support 32-bit time_t
pacujo
committed
f82149a
View commit details
Copy full SHA for f82149a
Browse repository at this point
Commits on Apr 1, 2023
Implement async_poll_2() on Linux using timerfd
pacujo
committed
ac8e76e
View commit details
Copy full SHA for ac8e76e
Browse repository at this point
Update run-unittests.sh for the more textured gcov output
pacujo
committed
a165150
View commit details
Copy full SHA for a165150
Browse repository at this point
Commits on Mar 31, 2023
Set up wakeup pipe for async_poll()
pacujo
authored and
exg
committed
63583e1
View commit details
Copy full SHA for 63583e1
Browse repository at this point
Commits on Mar 17, 2023
Move the CMSG_ALIGN macro definition further up for MacOS
rauhma
committed
fcdde01
View commit details
Copy full SHA for fcdde01
Browse repository at this point
Commits on Mar 16, 2023
Restore changed ancillary reception semantics
rauhma
authored
2a60380
View commit details
Copy full SHA for 2a60380
Browse repository at this point
Fix broken ancillary_data semantics in tcp_connection.c
rauhma
authored
ce5e7c1
View commit details
Copy full SHA for ce5e7c1
Browse repository at this point
Commits on Feb 16, 2023
Deal with accept() failures in jsonserver through "docking"
rauhma
committed
3db2be5
View commit details
Copy full SHA for 3db2be5
Browse repository at this point
Commits on Nov 15, 2022
Don't use compound literals that violate C++
rauhma
authored
c8fb396
View commit details
Copy full SHA for c8fb396
Browse repository at this point
Commits on Sep 2, 2022
Use %A instead of %B to trace data dumps
rauhma
committed
48010ba
View commit details
Copy full SHA for 48010ba
Browse repository at this point
Commits on Jul 1, 2022
update site_scons
Show description for 0bc3695
Koviazin, Mikhail
authored and
rauhma
committed
0bc3695
View commit details
Copy full SHA for 0bc3695
Browse repository at this point
Commits on Mar 29, 2022
Copyright WithSecure Oyj
rauhma
committed
9e5343e
View commit details
Copy full SHA for 9e5343e
Browse repository at this point
Commits on Feb 23, 2022
jsonserver: add jsonreq_register_cancellation_callback
Emanuele Giaquinta
committed
8e002b0
View commit details
Copy full SHA for 8e002b0
Browse repository at this point
Commits on Feb 15, 2022
Support systemd-resolved (EAI_AGAIN) in asynctest-fsadns.c
rauhma
committed
6ef7bb0
View commit details
Copy full SHA for 6ef7bb0
Browse repository at this point
Previous
Next
You can’t perform that action at this time.