aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/WebServer.zig
AgeCommit message (Expand)Author
2025-10-09- Rework common translate-c and cImport logic into `Compilation.translateC`kcbanner
2025-09-24fuzzing: implement limited fuzzingLoris Cro
2025-08-30rework std.Io.Writer.Allocating to support runtime-known alignmentAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-26std.Build.WebServer: fix racemlugg
2025-08-13build runner: fix single-threaded buildmlugg
2025-08-09net: Always set WSA_FLAG_OVERLAPPED when creating Windows sockets. Rework sen...kcbanner
2025-08-09Fix `respondWebSocket`, enable --webui on Windowskcbanner
2025-08-07update build system to new http.Server APIAndrew Kelley
2025-08-01build system: replace fuzzing UI with build UI, add time reportmlugg