10
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
HFS wrapper: handle the situation where the wrapper has a length which is too long. More... over 9 years ago
Fix FAT file system detection where the 'extended boot signature' is not set. More... over 9 years ago
Updated source code headers for 2015.
Levente Sántha
as Levente Santha
More... over 9 years ago
Fixed compilation issue.
Levente Sántha
as Levente Santha
More... over 9 years ago
Progress with L2 compiler: implemented quads.
Levente Sántha
as Levente Santha
More... over 9 years ago
IBM partition: Add a test for a SCO MBR. More... over 9 years ago
IBM partition: add the partition ID name to the debug string. More... over 9 years ago
IBM partition: Add support for looking up the raw partition code value. More... over 9 years ago
Enabled L2 as test compiler.
Levente Sántha
as Levente Santha
More... over 9 years ago
Native code compiler test fixes.
Levente Sántha
as Levente Santha
More... over 9 years ago
Progress with L2 compiler.
Levente Sántha
as Levente Santha
More... over 9 years ago
L2 IR improvements.
Levente Sántha
as Levente Santha
More... over 9 years ago
Fixed bug in test compiler usage with the compile command.
Levente Sántha
as Levente Santha
More... over 9 years ago
Added short options for compile and disasm command.
Levente Sántha
as Levente Santha
More... over 9 years ago
GPT: add a flag to control whether a protective MBR is required. More... over 9 years ago
NTFS: Descend into the next level of the index if at the last entry. More... over 9 years ago
Fix a typo. More... over 9 years ago
NTFS: Shortcut the lookup of the volume name. More... over 9 years ago
NTFS: Add support for searching indexes. More... over 9 years ago
NTFS: Lower the log level of this message - it seems to be quite common for deleted data, and my customer support team keeps getting huge up on it. More... over 9 years ago
NTFS: Put back in a constant that shouldn't be removed. More... over 9 years ago
NTFS: Add support for reading in reparse point attributes. More... over 9 years ago
NTFS: Expose the directory's file record. More... over 9 years ago
NTFS: Actually set the parent ID. More... over 9 years ago
NTFS: Add support for hard links and add a unit test. More... over 9 years ago
NTFS: Log the file offset instead of the offset in to the buffer when a read failure occurs. More... over 9 years ago
NTFS: Fix a regression reading file slack space, and add a unit test. More... over 9 years ago
Abort detection if insufficient data is passed in. More... over 9 years ago
NTFS: Lazy parsing for the LogFile records. More... over 9 years ago
NTFS: Fix more edge cases reading in LogFile records. More... over 9 years ago