1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
Commit graph

127 commits

Author SHA1 Message Date
Rene Schallner
873b55e8e3 introduced build shell for minimal deps 2023-04-14 20:38:02 +02:00
Rene Schallner
894cf27716 fixed wrk code after introducing error 2023-03-10 12:00:21 +01:00
Rene Schallner
1fcb11f03a "fixed" release build errors in mustache example 2023-03-10 11:58:51 +01:00
Rene Schallner
615d90b8f4 added errors 2023-03-10 11:43:57 +01:00
Rene Schallner
0ec7fa4a91 updated to facilio 0.0.4 2023-03-10 11:42:20 +01:00
Rene Schallner
d4175c08c5 potential throwaway-pre-travel commit 2023-03-10 08:38:33 +01:00
Rene Schallner
503554d649 added facilio logging functions 2023-03-08 15:08:15 +01:00
Rene Schallner
348473fcb5 bumped version number 2023-03-04 18:38:47 +01:00
Rene Schallner
c42e5095d8 added preliminary zap debug logging 2023-03-04 18:37:55 +01:00
Rene Schallner
52c50a10d0 updated readme: no dep on facilio in build.zig.zon 2023-02-27 14:03:02 +01:00
Rene Schallner
7383a830d1 added cimport.zig of facilio - for maybe later 2023-02-27 13:40:02 +01:00
Rene Schallner
cd48038ae6 got rid of cImport 2023-02-27 13:33:19 +01:00
Rene Schallner
663a809f90 attempt to add facilio lib as static lib to zap 2023-02-27 12:07:01 +01:00
Rene Schallner
7c03a16245 mustache example cleanup 2023-02-27 02:26:00 +01:00
Rene Schallner
4992c3677f added mustache example to readme 2023-02-27 02:22:12 +01:00
Rene Schallner
21c4fa12d3 mustache cleanup 2023-02-27 02:15:29 +01:00
Rene Schallner
9557bebf0b mustache rendering works - cleanup needed 2023-02-27 00:56:29 +01:00
Rene Schallner
8273b56f2f mustache progress 2023-02-26 16:17:54 +01:00
Rene Schallner
087b000745 mustache progress 2023-02-15 16:55:07 +01:00
Rene Schallner
07fc9f3398 shebang line nixos-friendly 2023-02-14 15:48:42 +01:00
Rene Schallner
6af5c78e9e add build_all.sh until we have GH CI 2023-02-14 09:38:42 +01:00
Rene Schallner
967c23aa2b
Merge pull request #5 from qbradley/pub_types
Make ContentType, HttpParam, and ListenError public
2023-02-14 09:27:43 +01:00
Rene Schallner
0c7b09566b fix #4 (wrong use of std.mem.span -> examples don't build) 2023-02-14 09:26:02 +01:00
Quetzal Bradley
4427286969 Make ContentType, HttpParam, and ListenError public 2023-02-14 03:27:01 +00:00
Rene Schallner
ae1bfbcba0 changed to zigzap github organization 2023-02-13 04:18:45 +01:00
Rene Schallner
2fb9ae55dc updated README, contributing 2023-02-13 03:53:45 +01:00
Rene Schallner
9189c99389 removed git submodule in favor of zig package 2023-02-13 03:41:53 +01:00
Rene Schallner
80b475729a updated README 2023-02-12 17:27:54 +01:00
Rene Schallner
db6496cd7a Merge branch 'qbradley-module' 2023-02-12 17:00:07 +01:00
Rene Schallner
ae06356c78 depend on zig pkg man friendly fork of facil.io 2023-02-12 16:58:33 +01:00
Rene Schallner
013b1ac3ff Added revision of our facil.io fork that has a build.zig file 2023-02-12 15:07:12 +01:00
Rene Schallner
3141ecc90f updated facil.io dependency to our fork 2023-02-12 14:34:42 +01:00
Rene Schallner
47493d74c5 updated flake to latest zig 2023-02-12 14:05:38 +01:00
Rene Schallner
4eb2f61587
Merge pull request #2 from qbradley/pkg
Update build.zig with breaking changes from zig master
2023-02-12 13:31:28 +01:00
Quetzal Bradley
cd32fa6bc9 export zap module 2023-02-12 10:37:40 +00:00
Quetzal Bradley
f9119c119a Update build.zig with breaking changes from zig master 2023-02-12 06:56:13 +00:00
Rene Schallner
0b368f14dd Added setContentTypeFromPath() 2023-01-29 16:27:06 +01:00
Rene Schallner
734b17377f fixed nvim term in flake 2023-01-25 16:48:53 +01:00
Rene Schallner
f03bc21251 more overlay consistency in flake.nix 2023-01-25 14:47:24 +01:00
Rene Schallner
507944f173 flake.nix 2023-01-25 14:35:05 +01:00
Rene Schallner
54da62b2ce added flake for development. superseding shell.nix 2023-01-25 14:32:15 +01:00
Rene Schallner
a5d8554e3b added http status code enum from apple_pie 2023-01-21 09:58:29 +01:00
Rene Schallner
5b105f508e endpoint example: saner count on add 2023-01-20 21:33:38 +01:00
Rene Schallner
b265b4315d removed unneccesary code 2023-01-20 20:50:40 +01:00
Rene Schallner
01df5ce456 more endpoint comments 2023-01-20 20:41:54 +01:00
Rene Schallner
cdb7308a23 endpoint example: added comment: race cond fixed 2023-01-20 20:35:10 +01:00
Rene Schallner
e2e11c8976 fixed endpoint example: jsonification race condition 2023-01-20 20:25:36 +01:00
Rene Schallner
532d5e9d3e API-improved json stuff in util.zig 2023-01-20 20:10:19 +01:00
Rene Schallner
27f3cb8628 zap: max_body_size, endpoint: mem buffer correction 2023-01-19 21:49:02 +01:00
Rene Schallner
d258588454 cosmetics: longer line in endpoint example 2023-01-19 21:28:07 +01:00