This website requires JavaScript.
Explore
Nexus
Help
Sign in
stephenseo
/
SimpleArchiver
Watch
1
Star
0
Fork
You've already forked SimpleArchiver
0
Code
Issues
1
Pull requests
Projects
1
Releases
8
Packages
Wiki
Activity
Actions
Labels
Milestones
New issue
Development Planning
1
TODO
Native Windows support
#14 opened
2024-07-24 05:57:36 +00:00
by
stephenseo
0
InProgress
18
Done
Decide on file format
#1 by
stephenseo
was closed
2024-06-27 01:14:46 +00:00
Fix bug in parser.c where more than two positional args crash due to invalid free
#7 by
stephenseo
was closed
2024-06-27 08:54:29 +00:00
Makefile for compiling with cosmocc
#9 by
stephenseo
was closed
2024-06-28 04:03:42 +00:00
Impl. necessary data structures
#8 by
stephenseo
was closed
2024-06-28 08:35:21 +00:00
Revisit file format
#10 by
stephenseo
was closed
2024-07-02 05:04:45 +00:00
Revise file format to handle symbolic links
#11 by
stephenseo
was closed
2024-07-04 04:11:28 +00:00
MinimumViableProduct: create archive file from files
#2 by
stephenseo
was closed
2024-07-16 07:20:00 +00:00
Implement header parsing for extracting from simple archive files.
#3 by
stephenseo
was closed
2024-07-17 04:41:23 +00:00
Figure out per-file compression/decompression
#5 by
stephenseo
was closed
2024-07-17 07:42:27 +00:00
Implement file extracting as well as file creating
#4 by
stephenseo
was closed
2024-07-18 04:30:35 +00:00
Archive/Extract symbolic links
#13 by
stephenseo
was closed
2024-07-24 05:56:22 +00:00
Implement arg parse
#6 by
stephenseo
was closed
2024-07-24 05:57:56 +00:00
Add option to choose where to place temp files when compressing and creating archive
#15 by
stephenseo
was closed
2024-07-25 01:45:14 +00:00
Figure out
-C <dir>
option/argument to work from different "working directories"
#12 by
stephenseo
was closed
2024-07-26 07:40:46 +00:00
Cleanup
#16 by
stephenseo
was closed
2024-07-29 07:35:10 +00:00
Improve compression
#18 by
stephenseo
was closed
2024-10-08 03:43:59 +00:00
Kind/Feature
Add a
safe links
option
#19 by
stephenseo
was closed
2024-10-21 08:24:22 +00:00
Kind/Enhancement
"safe links" behavior can be circumvented by bad files
#20 by
stephenseo
was closed
2024-10-28 04:47:21 +00:00
Kind/Security