aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/WebServer.zig
AgeCommit message (Expand)Author
2025-11-24build runner: update Mutex and Condition usage to std.IoAndrew Kelley
2025-11-24build runner: update from std.Thread.Pool to std.IoAndrew Kelley
2025-11-20update deprecated ArrayListUnmanaged usage (#25958)Benjamin Jurk
2025-10-30std.debug.lockStderrWriter: also return ttyconfMatthew Lugg
2025-10-29std.Io: bring back Timestamp but also keep Clock.TimestampAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-29std.zig.system: upgrade to std.Io.ReaderAndrew Kelley
2025-10-29WIP land the std.Io interfaceAndrew Kelley
2025-10-18std.Build: implement unit test timeoutsmlugg
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