Commit graph

10 commits

Author SHA1 Message Date
a3c0d93779
chore: update to Zig 0.13.0 2024-06-21 19:00:15 +02:00
669c9d2b12
chore: update to latest zig API 2024-02-22 22:57:21 +01:00
2cbd45a1d9
ci: enable CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-07 19:40:07 +02:00
91e5c5619c
feat: port to master 2023-08-07 19:37:26 +02:00
Stephen Gregoratto
d01f244f92 Upstream: Fix windows path separator issue
Commit f36496c of glob-match
2023-02-11 17:55:44 +11:00
Stephen Gregoratto
d3fb69f26f Add build option for afl fuzzing 2023-01-25 09:32:58 +11:00
Stephen Gregoratto
4bbfeec4d1 Add upstream perfrormance improvements 2023-01-23 12:26:25 +11:00
Stephen Gregoratto
67f8b29d4c Add documentation from the rust version. 2023-01-22 23:22:14 +11:00
Stephen Gregoratto
c0904ae7a9 Add upstream wildcard performance improvements
Tracking wildcards and globs uses u32s, which apparently run 10% faster
fo the author.

These changes also introduce some regressions:
- the tests at lines 1178 + 1338 are commented out as they now fail.
- The long fuzzing tests now run ~6x slower thanks to the extra logic.
2023-01-22 19:47:14 +11:00
Stephen Gregoratto
931743a7e9 Initial commit 2023-01-21 23:39:07 +11:00