1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-21 07:34:08 +00:00
Commit graph

457 commits

Author SHA1 Message Date
Rene Schallner
807069b96d Updated README, incl. Most-FAQ. 2023-12-19 10:32:43 +01:00
Rene Schallner
082c81c4a8 Updated flake to nixpkgs/unstable 2023-12-19 10:32:31 +01:00
Akiomi Kamakura
c011769f40
Fix typo in README.md 2023-11-07 02:48:10 +09:00
Rene Schallner
a231371c3a
Merge pull request #50 from euanwm/spelling_error
spelling and grammar mods
2023-10-20 19:15:33 +02:00
Rene Schallner
6558413af9
Merge pull request #49 from nemzyxt/fix-typo-in-readme
Fix typo in README.md
2023-10-20 19:13:42 +02:00
Euan
d1a925d526 spelling and grammar mods 2023-10-20 11:58:38 +01:00
Nemuel Wainaina
0b3b2659bd Fix typo in README.md 2023-10-18 17:36:50 +03:00
Rene Schallner
8a2d077bd8 fixed release note templates: b.installArtifact 2023-09-23 10:50:47 +02:00
GitHub Action
8efc65eefc Update README 2023-09-13 12:01:09 +00:00
Rene Schallner
e984bc7df1 Bumping version for imminent release after merging #42 2023-09-13 13:58:53 +02:00
Rene Schallner
877bd0eea2 refactored and simplified Mustache interface 2023-09-13 13:43:33 +02:00
sadbeast
8f5aa17109 Add MustacheLoad to support loading from file
According to the facil.io docs
(http://facil.io/0.7.x/fiobj_mustache#fiobj_mustache_new):

> By setting the filename argument even when the data argument exists,
> it will allow path resolution for partial templates. Otherwise, there
> is no way to know where to find the partial templates.

This will allow partial templates to work.

However, this also introduces a breaking change to the existing
MustacheNew function. This change makes it mirror the C version where it
accepts a MustacheLoadArgs struct instead of just the data.  That's also
a handy method to have, so I renamed that to MustacheData...maybe
there's a better name?
2023-09-13 13:22:23 +02:00
Rene Schallner
ecb06028d1 provided 2 bin files for bindataformpost example 2023-09-13 02:23:33 +02:00
GitHub Action
f0b3e282a3 Update README 2023-09-13 00:14:00 +00:00
Rene Schallner
4676c5bab6 bumped version for imminent release 2023-09-13 02:11:47 +02:00
Rene Schallner
942fb0f4a9 fixed multi-file upload 2023-09-13 02:11:16 +02:00
GitHub Action
b6fd422924 Update README 2023-09-12 23:40:42 +00:00
Rene Schallner
83d2f11814 bumped version for release 2023-09-13 01:37:18 +02:00
Rene Schallner
661c230c0f added support for multi-file form upload 2023-09-13 01:36:42 +02:00
Rene Schallner
db9fd24f01 return unsupported for arrays 2023-09-12 20:06:51 +02:00
Rene Schallner
fe9937f331 return unsupported in case of arrays or unsupported types 2023-09-12 20:05:58 +02:00
Rene Schallner
5adf7d0e02 updated bindataformpost example 2023-09-12 19:16:31 +02:00
GitHub Action
a2776aa138 Update README 2023-09-12 17:04:08 +00:00
Rene Schallner
e55f6181f8 added example for bindataformpost 2023-09-12 18:58:34 +02:00
Rene Schallner
8dbe0671a6 renamed unsupported_hash 2023-09-12 18:48:28 +02:00
Rene Schallner
ae98019e60 data as string 2023-09-12 18:36:57 +02:00
Rene Schallner
7884d56211 log data type 2023-09-12 18:19:12 +02:00
Rene Schallner
5f939fd666 try anyway 2023-09-12 18:04:09 +02:00
Rene Schallner
d1a0b6c15d added diagnostics 2023-09-12 16:24:12 +02:00
Rene Schallner
9517e7a253 progress: reading binary data 2023-09-12 16:02:34 +02:00
Rene Schallner
0f6beb4347 format httpparambinaryfile 2023-09-12 15:30:07 +02:00
Rene Schallner
8845afaf33 progress 2023-09-12 15:20:00 +02:00
Rene Schallner
83220302d7 test 2023-09-12 14:10:24 +02:00
Rene Schallner
0551bcebfb attempt to fix #41 2023-09-12 13:53:49 +02:00
Rene Schallner
b1b111b4b2 removed neovim nightly 2023-09-04 14:02:52 +02:00
Rene Schallner
ac5a902cf6 updated blazingly-fast.md 2023-08-24 11:11:05 +02:00
Rene Schallner
2574ffa721
Update README.md 2023-08-23 16:29:09 +02:00
Rene Schallner
b2a4bdc760 Simplified using it in readme 2023-08-23 16:18:25 +02:00
Rene Schallner
927fcf641b improved benchmark situation in readme 2023-08-23 16:00:05 +02:00
Rene Schallner
dda5e0e209 Incorporate changes from #37
I intentionally kept the bythebook example for reference.
2023-08-23 15:41:30 +02:00
Rene Schallner
685e98efae removed old perf pngs 2023-08-22 23:13:26 +02:00
Rene Schallner
c380649763 parameterize measure_all.sh, update main graphs after merge 2023-08-22 22:47:37 +02:00
Rene Schallner
7817064885
Merge pull request #39 from kassane/cpp-threadpool
C++: add threadpool(4)
2023-08-22 22:44:18 +02:00
Matheus Catarino França
3e2d289d92 from single-thread to threadpool(4) 2023-08-22 16:06:55 -03:00
Rene Schallner
18d55cfab4 updated readme, docs with output from new perf tests 2023-08-22 20:18:26 +02:00
Rene Schallner
14f3af7c63 reverted workers back to 4 in zig perf test 2023-08-22 20:09:34 +02:00
Rene Schallner
6562d9ed3e re-wrote blazingly-fast.md 2023-08-22 17:55:35 +02:00
Rene Schallner
7fff5a8c5d reverted hack 2023-08-22 16:45:27 +02:00
Rene Schallner
f10b76f229 renamed bench targets to make langs more clear 2023-08-22 16:45:00 +02:00
Rene Schallner
49b2762ecb renamed wrk test cpp -> cpp-beast 2023-08-22 16:32:43 +02:00