aboutsummaryrefslogtreecommitdiff
path: root/tests/compat (follow)
Commit message (Expand)AuthorAgeFilesLines
* set cloexec on the socket handle in win32 socketpair setfdKartik Naik2026-08-111-3/+4
* verify the accepted peer in the win32 socketpair emulationKartik Naik2026-07-301-1/+30
* use raw CRT open/close in win32 socketpair sentinelKartik Naik2026-07-201-2/+6
* add mkstemp for msvc buildsBrent Cook2025-10-071-0/+52
* add explicit parens for combined logicBrent Cook2025-10-071-1/+1
* tests/compat/pipe2.c: Add create_issue_1069_sentinels() and call it from sock...datadiode2024-07-191-0/+19
* add windows versions of socketpair / pipeBrent Cook2017-01-151-8/+119
* include pipe2/socketpair compat for macOSBrent Cook2017-01-151-0/+56