1
Fork 0
Commit Graph

19 Commits (8d6e8aa4bd9f1ac4f83c68ead6ac6c03940cf7e3)

Author SHA1 Message Date
Motiejus Jakštys 8d6e8aa4bd upgrade to multi-for syntax 2023-02-24 15:18:33 +02:00
Motiejus Jakštys 0ecd6172fc stage2 2023-02-08 16:13:03 +02:00
Motiejus Jakštys 2cdc2ae6c6 prefix test cases with context 2022-07-12 12:59:50 +03:00
Motiejus Jakštys d2407685a0 remove debug code 2022-07-12 12:44:42 +03:00
Motiejus Jakštys 1a48bb41ea fix type/function name casing 2022-07-11 15:38:32 +03:00
Motiejus Jakštys e116dd0c28 wip -- turbo-getent 2022-07-11 15:35:46 +03:00
Motiejus Jakštys f327fb24ba tests for initgroups_dyn 2022-07-09 16:12:10 +03:00
Motiejus Jakštys d71f0d615b fix one of stage2 errors 2022-05-25 09:48:39 +03:00
Motiejus Jakštys c602b7a039 rename lib to src 2022-05-25 09:42:42 +03:00
Motiejus Jakštys a8b45911aa weekend changes
- move main.zig to it's own package, create lib/
- rename AllSections to DB, remove intermediate tuples
- iovec does not allocate
- remove error{Overflow} from almost everywhere
2022-03-23 12:01:13 +02:00
Motiejus Jakštys efd3cfc367 expose `len` to the delta-compressed iterator 2022-03-06 09:39:18 +02:00
Motiejus Jakštys 039aeb80dd delta decompression iterator 2022-03-06 06:37:24 +02:00
Motiejus Jakštys ec95b231fa varint iterator 2022-03-05 10:19:42 +02:00
Motiejus Jakštys b81072f726 add usergids 2022-03-04 10:55:09 +02:00
Motiejus Jakštys a526379fd8 cosmetic changes 2022-03-02 06:18:19 +02:00
Motiejus Jakštys 40deb3f0be preparing for bringing this all together 2022-02-28 06:19:32 +02:00
Motiejus Jakštys 0b0e917086 deltaDecompress 2022-02-28 06:02:16 +02:00
Motiejus Jakštys ca67bf56e7 implement delta compression 2022-02-28 05:48:43 +02:00
Motiejus Jakštys df8ab1fbbf PackedGroup 2022-02-27 18:40:05 +02:00