Files
bun.sh/test/regression
Claude 68ea89c31e fix(windows): multiple Windows bug fixes
- fix(Bun.write): ensure synchronous write ordering on Windows (#11117)
  Enable fast path for fd-based writes to prevent race conditions

- fix(fs.access): handle Windows device paths correctly (#23292)
  Skip normalization for \.\pipe\ and \?\ paths to prevent stripping
  the dot component

- fix(node:http): support named pipes for server.listen() (#24682)
  Add special handling for Windows named pipes using Bun.listen()

- fix(process): respect SIGINT handlers on Windows (#13040)
  Modified Ctrl handler to check for JS SIGINT handlers before allowing
  termination

- fix(bun patch): fix EPERM on Windows cross-device moves (#18875)
  Delete source file after copy completes on Windows

- fix(mysql): implement packet splitting for large queries (#24844)
  Properly split MySQL packets >16MB to prevent integer truncation panic

- fix(http.request): respect socketPath option (#18653)
  Bypass DNS lookup when socketPath is provided

- fix(bunx): handle empty string arguments on Windows (#13316)
  Properly quote arguments in Windows command line construction

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-23 21:03:15 -08:00
..