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

Commit graph

  • 1061c2d4ba added zap.Tls, updated https example Rene Schallner 2023-12-30 03:13:36 +01:00
  • c38856d0e1 added zap.Tls, updated https example Rene Schallner 2023-12-30 03:13:36 +01:00
  • 8f82a692b1 added hints to API-docs to README Rene Schallner 2023-12-30 00:59:00 +01:00
  • 521b0deaf6 added docs & docserver Rene Schallner 2023-12-30 00:51:05 +01:00
  • 83dd0153ef Update README to point to 0.12.0 branch Rene Schallner 2023-12-30 00:05:49 +01:00
  • 39b543a45e for now: skip http in zig build all Rene Schallner 2023-12-29 23:38:58 +01:00
  • 82323f835e 0.12.0 ready Rene Schallner 2023-12-29 23:34:33 +01:00
  • 56cead12a6 Update README GitHub Action 2023-12-29 17:04:31 +00:00
  • e85a24c006 Added https example to README v0.2.2 Rene Schallner 2023-12-29 17:52:09 +01:00
  • 5e789ee87a added https example Rene Schallner 2023-12-29 17:44:25 +01:00
  • edf585c220 added tls support to zap Rene Schallner 2023-12-29 17:31:10 +01:00
  • ff1a0a2174 facilio: openssl exit codes suggested by @CoalNova Rene Schallner 2023-12-29 16:13:58 +01:00
  • 62fc16aaac build.zig changes for conditional openssl support Rene Schallner 2023-12-29 15:57:20 +01:00
  • 7dcac55191 http method options support stringnick 2023-12-27 23:25:57 +01:00
  • cbccf535c3 A: zig-master branch Rene Schallner 2023-12-27 15:04:49 +01:00
  • 07e922db76 Added Windows Q Rene Schallner 2023-12-27 15:03:12 +01:00
  • 03887990f1 Update README GitHub Action 2023-12-22 03:29:52 +00:00
  • 6ef7559fd8 attempt to fix new facilio build: install lib v0.2.1 Rene Schallner 2023-12-22 04:24:25 +01:00
  • e75e1b06e9 swallowed facil.io into zap Rene Schallner 2023-12-19 15:39:10 +01:00
  • 556c80c1ba Update README GitHub Action 2023-12-19 14:44:54 +00:00
  • f3aefeec71 swallowed facil.io into zap v0.2.0 Rene Schallner 2023-12-19 15:39:10 +01:00
  • db44c3cffa
    Merge pull request #53 from akiomik/patch-1 Rene Schallner 2023-12-19 10:45:22 +01:00
  • d5a1024091 Little README update Rene Schallner 2023-12-19 10:39:26 +01:00
  • 9b117de4d0 Update README. Rene Schallner 2023-12-19 10:37:11 +01:00
  • 5fc31bcc1a fixed local link in README Rene Schallner 2023-12-19 10:33:52 +01:00
  • 807069b96d Updated README, incl. Most-FAQ. Rene Schallner 2023-12-19 10:32:43 +01:00
  • 082c81c4a8 Updated flake to nixpkgs/unstable Rene Schallner 2023-12-19 10:32:31 +01:00
  • 60c910f096 Update pkghash to use the new fs.dir changes Ed Yu 2023-12-15 14:22:44 -08:00
  • 34431067a9 Change std.mem.copy to @memcpy due to zig 0.12.0 change Ed Yu 2023-12-15 14:15:32 -08:00
  • 3de8e97451 Replace immutable var to const due to zig 0.12.0-dev.1664+8ca4a5240 Ed Yu 2023-11-21 15:07:08 -08:00
  • c011769f40
    Fix typo in README.md Akiomi Kamakura 2023-11-07 02:48:10 +09:00
  • ada2bd1837
    Fix tiny typos Jora Troosh 2023-10-27 12:27:23 +03:00
  • a72b66c950 Merge branch 'master' into 0.12.0 Ed Yu 2023-10-24 15:12:32 -07:00
  • 79fb534e80 Update to new zig master api changes Ed Yu 2023-10-24 15:09:40 -07:00
  • a231371c3a
    Merge pull request #50 from euanwm/spelling_error Rene Schallner 2023-10-20 19:15:33 +02:00
  • 6558413af9
    Merge pull request #49 from nemzyxt/fix-typo-in-readme Rene Schallner 2023-10-20 19:13:42 +02:00
  • c5d86376f8 Update examples to zig 0.12.0-dev.1127+32bc07767 Ed Yu 2023-10-20 10:02:09 -07:00
  • 150407e2d3 Update to zig 0.12.0-dev.1127+32bc07767 Ed Yu 2023-10-20 09:45:35 -07:00
  • d1a925d526 spelling and grammar mods Euan 2023-10-20 11:58:38 +01:00
  • 0b3b2659bd Fix typo in README.md Nemuel Wainaina 2023-10-18 17:36:50 +03:00
  • 8a2d077bd8 fixed release note templates: b.installArtifact Rene Schallner 2023-09-23 10:50:47 +02:00
  • 8efc65eefc Update README GitHub Action 2023-09-13 12:01:09 +00:00
  • e984bc7df1 Bumping version for imminent release after merging #42 v0.1.14-pre Rene Schallner 2023-09-13 13:58:53 +02:00
  • 877bd0eea2 refactored and simplified Mustache interface Rene Schallner 2023-09-13 13:43:33 +02:00
  • 8f5aa17109 Add MustacheLoad to support loading from file sadbeast 2023-09-12 17:38:53 -07:00
  • 42cd2fd624 Add MustacheLoad to support loading from file sadbeast 2023-09-12 17:38:53 -07:00
  • ecb06028d1 provided 2 bin files for bindataformpost example Rene Schallner 2023-09-13 02:23:12 +02:00
  • f0b3e282a3 Update README GitHub Action 2023-09-13 00:14:00 +00:00
  • 4676c5bab6 bumped version for imminent release v0.1.13-pre Rene Schallner 2023-09-13 02:11:47 +02:00
  • 942fb0f4a9 fixed multi-file upload Rene Schallner 2023-09-13 02:11:00 +02:00
  • b6fd422924 Update README GitHub Action 2023-09-12 23:40:42 +00:00
  • 83d2f11814 bumped version for release v0.1.12-pre Rene Schallner 2023-09-13 01:37:18 +02:00
  • 661c230c0f added support for multi-file form upload Rene Schallner 2023-09-13 01:36:42 +02:00
  • db9fd24f01 return unsupported for arrays Rene Schallner 2023-09-12 20:06:51 +02:00
  • fe9937f331 return unsupported in case of arrays or unsupported types Rene Schallner 2023-09-12 20:05:58 +02:00
  • 5adf7d0e02 updated bindataformpost example Rene Schallner 2023-09-12 19:16:11 +02:00
  • a2776aa138 Update README GitHub Action 2023-09-12 17:04:08 +00:00
  • e55f6181f8 added example for bindataformpost v0.1.11-pre bindata Rene Schallner 2023-09-12 18:58:34 +02:00
  • 8dbe0671a6 renamed unsupported_hash Rene Schallner 2023-09-12 18:48:28 +02:00
  • ae98019e60 data as string Rene Schallner 2023-09-12 18:36:57 +02:00
  • 7884d56211 log data type Rene Schallner 2023-09-12 18:19:12 +02:00
  • 5f939fd666 try anyway Rene Schallner 2023-09-12 18:04:09 +02:00
  • d1a0b6c15d added diagnostics Rene Schallner 2023-09-12 16:24:12 +02:00
  • 9517e7a253 progress: reading binary data Rene Schallner 2023-09-12 16:02:34 +02:00
  • 0f6beb4347 format httpparambinaryfile Rene Schallner 2023-09-12 15:30:07 +02:00
  • 8845afaf33 progress Rene Schallner 2023-09-12 15:20:00 +02:00
  • 83220302d7 test Rene Schallner 2023-09-12 14:10:24 +02:00
  • 0551bcebfb attempt to fix #41 Rene Schallner 2023-09-12 13:53:49 +02:00
  • b1b111b4b2 removed neovim nightly Rene Schallner 2023-09-04 14:02:52 +02:00
  • b7efc82aaf added bench charts http.zig Rene Schallner 2023-08-24 11:57:41 +02:00
  • f2458cf236 added http.zig to the benchmarks Rene Schallner 2023-08-24 11:49:58 +02:00
  • ac5a902cf6 updated blazingly-fast.md Rene Schallner 2023-08-24 11:11:05 +02:00
  • 2574ffa721
    Update README.md Rene Schallner 2023-08-23 16:29:09 +02:00
  • b2a4bdc760 Simplified using it in readme Rene Schallner 2023-08-23 16:18:25 +02:00
  • 927fcf641b improved benchmark situation in readme Rene Schallner 2023-08-23 16:00:05 +02:00
  • dda5e0e209 Incorporate changes from #37 Rene Schallner 2023-08-23 15:38:27 +02:00
  • 685e98efae removed old perf pngs Rene Schallner 2023-08-22 23:13:26 +02:00
  • c380649763 parameterize measure_all.sh, update main graphs after merge Rene Schallner 2023-08-22 22:47:37 +02:00
  • 7817064885
    Merge pull request #39 from kassane/cpp-threadpool Rene Schallner 2023-08-22 22:44:18 +02:00
  • 3e2d289d92 from single-thread to threadpool(4) Matheus Catarino França 2023-08-22 15:55:14 -03:00
  • bc71fc346f now two actually different impls for rust Alex Pyattaev 2023-08-22 21:50:12 +03:00
  • 18d55cfab4 updated readme, docs with output from new perf tests Rene Schallner 2023-08-22 20:18:26 +02:00
  • 14f3af7c63 reverted workers back to 4 in zig perf test Rene Schallner 2023-08-22 20:09:34 +02:00
  • 2579a5fff8 merge upstream Alex Pyattaev 2023-08-22 19:48:39 +03:00
  • 47e0fcc994 eureka on rust performance - you have to do keepalive Alex Pyattaev 2023-08-22 19:30:46 +03:00
  • 6562d9ed3e re-wrote blazingly-fast.md Rene Schallner 2023-08-22 17:55:35 +02:00
  • 7fff5a8c5d reverted hack Rene Schallner 2023-08-22 16:45:27 +02:00
  • f10b76f229 renamed bench targets to make langs more clear Rene Schallner 2023-08-22 16:45:00 +02:00
  • 49b2762ecb renamed wrk test cpp -> cpp-beast Rene Schallner 2023-08-22 16:32:43 +02:00
  • ee20bce22d renamed the rust versions in perftests Rene Schallner 2023-08-22 15:59:36 +02:00
  • 9fe223cdb9 improve measure_all.sh and graph.py Rene Schallner 2023-08-22 15:45:00 +02:00
  • 61fabea500 added measure_all and graph.py thx @112RG's hyperbench Rene Schallner 2023-08-22 15:25:42 +02:00
  • 8b82cae541 added @alexpyattaev clean rust bench version Rene Schallner 2023-08-22 14:22:21 +02:00
  • 02b92d1f5c wrk/measure.sh (@alexpyatttaev): pin processes to cpus Rene Schallner 2023-08-22 14:20:38 +02:00
  • 2739decb36 zig wrk example: reduce # of workers Rene Schallner 2023-08-22 14:20:10 +02:00
  • 62574a118c updated flake, renamed rust example to bythebook Rene Schallner 2023-08-22 14:19:50 +02:00
  • 6af609e58b use proper meas approach for cpp also Alex Pyattaev 2023-08-22 00:26:37 +03:00
  • c17d75d1ef Merge branch 'master' of github.com:alexpyattaev/contrib_zap Alex Pyattaev 2023-08-22 00:25:32 +03:00
  • 53eed55e4c simplify rust native threads version, remove useless mutexes from there Alex Pyattaev 2023-08-22 00:24:39 +03:00
  • 1dce4d3d9e
    Merge pull request #35 from kassane/cpp Rene Schallner 2023-08-21 14:14:31 +02:00