aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-28 00:38:24 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-28 00:38:24 -0500
commit772312762986a7ec36262069a28ad3d4dde30559 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /TODO.txt
parentcedd4bada6e88daa0c527380e6dc22f52685f197 (diff)
downloadunalf-772312762986a7ec36262069a28ad3d4dde30559.tar.gz
Project has been renamed, use https://slackware.uk/~urchlay/repos/alftools
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/TODO.txt b/TODO.txt
deleted file mode 100644
index e34e1d5..0000000
--- a/TODO.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-- fuzz unalf and unalf with afl++ or similar.
-
-- clean up alf, try to make it faster.
-
-- figure out why unalf craps out when extracting files of 15MB
- but works fine for 14MB. when this happens, there's no error,
- but the extracted file is like 7KB (and has the correct data
- for the first 7KB of the file). this could be a bug in either
- alf or unalf. I'll have to try it with LZ/DZ in an emulator
- (with 'turbo speed' on, or else it'll take days).
-
-- write a formal spec of the alf compression stream format?