1
Fork 0
Commit Graph

16 Commits (0ecd6172fca1deb65beae471a8f826b3ac6f1bdf)

Author SHA1 Message Date
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 65b0fa774d wip: turbo-analyze 2022-07-05 09:09:32 +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 b220dd92e3 iovec 2022-03-20 08:42:51 +01:00
Motiejus Jakštys e4e845384f endianess and nblocks 2022-03-18 17:48:33 +01:00
Motiejus Jakštys 4e36d7850e rewrite shells
- Shell is up to 256 bytes long.
- Store up to 255 shells in the Shells area.
- Remove padding from the User struct.
2022-03-17 17:07:33 +01:00
Motiejus Jakštys a4e3e08f5f packing shell sections 2022-03-03 18:05:46 +02:00
Motiejus Jakštys ca28332126 add unit tests for padding 2022-02-19 16:04:13 +02:00
Motiejus Jakštys da727113e5 filling packed user 2022-02-18 20:29:45 +02:00
Motiejus Jakštys 411fb91fd1 test and README tiny updates 2022-02-18 17:26:35 +02:00
Motiejus Jakštys 80ec63b6a4 fix casting functions, add some tests 2022-02-18 15:28:04 +02:00
Motiejus Jakštys 44107bac51 adding simple header validation 2022-02-18 07:42:43 +02:00
Motiejus Jakštys ed1e464305 header may err 2022-02-18 07:16:11 +02:00
Motiejus Jakštys 8c8570e6d1 start with Header 2022-02-17 11:55:05 +02:00