2024-05-26 14:02 | Changes for latest zig master | Martin Ashby | 1 | +4 | -4 |
2024-02-01 14:12 | Update for zig master | Martin Ashby | 4 | +9 | -8 |
2023-08-28 18:37 | Add library output as well as executable | Martin Ashby | 1 | +9 | -1 |
2023-08-28 18:30 | update build.zig for module system | Martin Ashby | 1 | +3 | -0 |
2023-08-25 19:56 | Add build.zig.zon | Martin Ashby | 1 | +4 | -0 |
2023-08-22 08:04 | Decouple Router from std.http module In case we want to use it in a CGI application :^) | Martin Ashby | 1 | +23 | -35 |
2023-08-06 20:38 | Add structure parsing to form/query handling | Martin Ashby | 1 | +81 | -0 |
2023-08-06 18:55 | Percent-decode query parameters like they shoud be according to the spec https://www.w3.org/TR/html401/interact/forms.html | Martin Ashby | 2 | +140 | -41 |
2023-08-06 05:59 | Add path parsing, use it | Martin Ashby | 2 | +145 | -47 |
2023-07-30 21:05 | Import server and router from ziggit to zigwebserver for reuse in other projects. | Martin Ashby | 2 | +347 | -0 |
2023-07-18 13:49 | zig fmt | Martin Ashby | 1 | +50 | -50 |
2023-07-18 13:48 | added status message to error response | Martin Ashby | 1 | +6 | -6 |
2023-07-18 13:32 | enough of a web server to host the zig docs | Martin Ashby | 4 | +142 | -0 |