1
Fork 0
Commit Graph

315 Commits (422c264df93316d236e27a10535a858db0e6e7a2)

Author SHA1 Message Date
Motiejus Jakštys 9bf0a35689 add a struct for all sections 2022-03-10 13:02:38 +02:00
Motiejus Jakštys 24d984d712 bdz.search_u32: search directly 2022-03-06 18:18:35 +02:00
Motiejus Jakštys c6a133d175 another completed section 2022-03-06 18:03:22 +02:00
Motiejus Jakštys 1caf3f1184 some explicit errors in function signatures 2022-03-06 18:01:52 +02:00
Motiejus Jakštys d3be68b51d generalize Shell2Index for hash and test stubs 2022-03-06 17:55:29 +02:00
Motiejus Jakštys a6349cd114 wip writing of users 2022-03-06 13:11:06 +02:00
Motiejus Jakštys e3fd1c833c userGids unit test 2022-03-06 09:57:44 +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 e17b2c9641 expose native shell sections 2022-03-05 06:08:01 +02:00
Motiejus Jakštys 869f3f3a65 less memory thrashing 2022-03-05 05:40:00 +02:00
Motiejus Jakštys 87c424aab9 get rid of Corpus struct
it had some non-useful internal state
2022-03-04 11:12:04 +02:00
Motiejus Jakštys b81072f726 add usergids 2022-03-04 10:55:09 +02:00
Motiejus Jakštys a4e3e08f5f packing shell sections 2022-03-03 18:05:46 +02:00
Motiejus Jakštys e1bdb6c529 more robust bdz for numbers + helpers 2022-03-03 11:32:12 +02:00
Motiejus Jakštys 4fc54e5b65 [Section] slices instead of ArrayLists
It will need to be only indexed and interated anyway.
2022-03-02 07:15:08 +02:00
Motiejus Jakštys 9721e1be7f start with real sections 2022-03-02 06:50:15 +02:00
Motiejus Jakštys a526379fd8 cosmetic changes 2022-03-02 06:18:19 +02:00
Motiejus Jakštys 0ccbdc4215 indentation 2022-03-02 06:07:07 +02:00
Motiejus Jakštys 9392922216 some negative tests 2022-03-02 06:02:45 +02:00
Motiejus Jakštys 321d1f6afd sort and use unmanaged ArrayLists 2022-03-02 06:02:04 +02:00
Motiejus Jakštys e5870a95fe make corpus smoke test pass 2022-03-02 05:42:23 +02:00
Motiejus Jakštys 3c4455efeb cloning users and groups 2022-03-01 15:03:51 +02:00
Motiejus Jakštys 7df1296ce1 corpus test passing 2022-03-01 05:47:44 +02:00
Motiejus Jakštys 3eec9a3274 starting with sections 2022-02-28 20:34:15 +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
Motiejus Jakštys 1ef962d64a mutate users in tests 2022-02-27 06:26:01 +02:00
Motiejus Jakštys b4c7cba627 mutable/immutable PackedUser 2022-02-26 11:20:44 +02:00
Motiejus Jakštys f4c4dc535c remove redundant comment 2022-02-26 10:46:06 +02:00
Motiejus Jakštys b02edc7190 use ArrayList instead of slices
The API is more ergonimic.
2022-02-26 10:29:41 +02:00
Motiejus Jakštys 87b4b81a48 formatting 2022-02-25 15:22:05 +02:00
Motiejus Jakštys 22c61d1207 fix PackedUser.maxSize 2022-02-25 15:17:24 +02:00
Motiejus Jakštys b0d74c0cad formatting 2022-02-25 14:01:35 +02:00
Motiejus Jakštys eed4f4e234 add some clarifying comments 2022-02-25 13:58:06 +02:00
Motiejus Jakštys b9fb07121b remove debug statements 2022-02-25 13:50:24 +02:00
Motiejus Jakštys 2154205711 refactoring UserReader 2022-02-25 13:47:23 +02:00
Motiejus Jakštys 751b51b859 change size treatment for PackedUser 2022-02-24 17:37:22 +02:00
Motiejus Jakštys 49a7d79b05 PackedUser is now readable 2022-02-24 17:33:27 +02:00
Motiejus Jakštys 0f43f8b2d0 wip refactoring PackedUser 2022-02-24 17:09:17 +02:00
Motiejus Jakštys b924e3a935 start packed group 2022-02-24 10:13:26 +02:00
Motiejus Jakštys 3bf1b3fc01 bring back additional_gids_offset 2022-02-24 05:32:27 +02:00
Motiejus Jakštys c0afca00b0 shorten cmph pack by 4 bytes 2022-02-23 20:30:42 +02:00
Motiejus Jakštys 3498167108 add bdz.zig 2022-02-23 18:30:35 +02:00
Motiejus Jakštys 4f1bada988 start with cmph.zig and bdz.zig 2022-02-23 18:24:23 +02:00
Motiejus Jakštys 6c386e720e update README 2022-02-23 10:45:05 +02:00
Motiejus Jakštys 609ab3d2b6 overflow tests 2022-02-23 10:19:50 +02:00