aboutsummaryrefslogtreecommitdiff
path: root/files.h
AgeCommit message (Expand)Author
2021-09-24Removed file_err() and file_printf() in favor of just inlining some ofBruce Hill
2021-09-23Moved type defs into their own files instead of types.hBruce Hill
2021-09-22Removed cache structBruce Hill
2021-09-21Moving cache logic into match, cleaner next_match() API, and slightlyBruce Hill
2021-08-28Style change: added cino=:0 (i.e. case statements on same indentation asBruce Hill
2021-08-01File refactor for cleaner cleanup with allocated/mmapped storage, also aBruce Hill
2021-08-01Moved caching code onto the file, which fixed an issue with file slicingBruce Hill
2021-07-29Tweaks and optimizationsBruce Hill
2021-05-20Renamed file_t.contents -> file_t.start, added file_t.memory forBruce Hill
2021-03-03Fix for permissions/ownership getting screwed up with inplace modifyingBruce Hill
2021-01-26Cleaned up some error codeBruce Hill
2021-01-18Removed dead code for interning files (no longer needed since temp fileBruce Hill
2021-01-18More boolsBruce Hill
2021-01-18More static analyzer cleanup, including switching to use bools whereBruce Hill
2021-01-18Checking more return values (per static analyzer)Bruce Hill
2021-01-18Static analysis part 1Bruce Hill
2021-01-17Fixed two bugs: mmapped files weren't getting closed, and filenames withBruce Hill
2021-01-15Renaming files: printing->print, file_loader->filesBruce Hill