2024-10-08 |
Stephen Seo | Add Changelog.md |
commit | commitdiff | tree | snapshot |
2024-10-08 |
Stephen Seo | Add action/workflow to build/release tags 1.0 |
commit | commitdiff | tree | snapshot |
2024-10-08 |
Stephen Seo | Merge branch 'issue_18_improve_compression' |
commit | commitdiff | tree | snapshot |
2024-10-08 |
Stephen Seo | Update README.md, usage text |
commit | commitdiff | tree | snapshot |
2024-10-08 |
Stephen Seo | Minor fix |
commit | commitdiff | tree | snapshot |
2024-10-07 |
Stephen Seo | Buffer size to 32KiB, fixes |
commit | commitdiff | tree | snapshot |
2024-10-07 |
Stephen Seo | Minor quality-of-life fixes |
commit | commitdiff | tree | snapshot |
2024-10-07 |
Stephen Seo | Fix errors de/compressing chunks |
commit | commitdiff | tree | snapshot |
2024-10-07 |
Stephen Seo | Impl. more robust compression |
commit | commitdiff | tree | snapshot |
2024-10-07 |
Stephen Seo | Impl. more robust decompression |
commit | commitdiff | tree | snapshot |
2024-10-04 |
Stephen Seo | clang-format, ensure --no-abs-symlink works in v1 |
commit | commitdiff | tree | snapshot |
2024-10-04 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2024-10-04 |
Stephen Seo | Add filename validation for test/extracting |
commit | commitdiff | tree | snapshot |
2024-10-04 |
Stephen Seo | Fix release build compiler warnings |
commit | commitdiff | tree | snapshot |
2024-10-04 |
Stephen Seo | Fix reordering of cleanup fns in archiver.c |
commit | commitdiff | tree | snapshot |
2024-10-04 |
Stephen Seo | Reorder cleanup to proper location |
commit | commitdiff | tree | snapshot |
2024-10-04 |
Stephen Seo | Impl. create archive with compression, fixes |
commit | commitdiff | tree | snapshot |
2024-10-04 |
Stephen Seo | WIP Impl. archiving without compression |
commit | commitdiff | tree | snapshot |
2024-10-04 |
Stephen Seo | Update file_format for v1 |
commit | commitdiff | tree | snapshot |
2024-10-04 |
Stephen Seo | WIP Work on v1 create archive |
commit | commitdiff | tree | snapshot |
2024-10-04 |
Stephen Seo | Refactor function, add its declaration to header |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | Refactorings for v1 extract, other refactorings |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | Split "rel-path-from-abs-paths" into function |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | Add support for writing multiple file formats |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | Test/fix symlink test/extract in v1 file format |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | Fix v1 archive decompression |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | Remove unnecessary printf used for testing |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | Impl. extract with decompressor file format v1 |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | v1 extract skip non-specified args if exists |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | Impl. setting stored UID/GID if EUID 0 |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | "Fix" Linux/Mac/Unix usage |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | Impl. simple test/extract new file format (WIP) |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | Split up handling of archive file based on version |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | Fix typo |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | Fix typo in file format specification version 1 |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | Create file format for format version 1 |
commit | commitdiff | tree | snapshot |
2024-10-02 |
Stephen Seo | backport: Fixes for v0-file-format extract fn |
commit | commitdiff | tree | snapshot |
2024-09-30 |
Stephen Seo | Error if "-C <dir>" where "dir" doesn't exist |
commit | commitdiff | tree | snapshot |
2024-09-28 |
Stephen Seo | Fix potential NULL-ptr dereference |
commit | commitdiff | tree | snapshot |
2024-09-26 |
Stephen Seo | Add compiler hardening flags |
commit | commitdiff | tree | snapshot |
2024-09-21 |
Stephen Seo | Impl. way to set custom hasher for hash_map |
commit | commitdiff | tree | snapshot |
2024-09-21 |
Stephen Seo | Convert "unsigned long long" to "uint64_t" |
commit | commitdiff | tree | snapshot |
2024-09-21 |
Stephen Seo | `clang-format` |
commit | commitdiff | tree | snapshot |
2024-09-20 |
Stephen Seo | Use stdint.h types instead of "int", "long", etc. |
commit | commitdiff | tree | snapshot |
2024-09-13 |
Stephen Seo | Add single-ptr variants data structures' free fns |
commit | commitdiff | tree | snapshot |
2024-09-13 |
Stephen Seo | Refactor priority-heap insert fn |
commit | commitdiff | tree | snapshot |
2024-09-11 |
Stephen Seo | Refactor data_structures/hash_map rehash fn |
commit | commitdiff | tree | snapshot |
2024-09-09 |
Stephen Seo | Cleanup related to change of hash-map insert fn |
commit | commitdiff | tree | snapshot |
2024-09-09 |
Stephen Seo | Refactor hash_map insert to use single ptr |
commit | commitdiff | tree | snapshot |
2024-09-06 |
Stephen Seo | Fixes related to compiler warnings |
commit | commitdiff | tree | snapshot |
2024-09-04 |
Stephen Seo | hash_map: Use const where applicable |
commit | commitdiff | tree | snapshot |
2024-09-01 |
Stephen Seo | hash_map iter fn: const key-value, update unittest |
commit | commitdiff | tree | snapshot |
2024-09-01 |
Stephen Seo | Impl. hash_map iter, clang-format |
commit | commitdiff | tree | snapshot |
2024-08-30 |
Stephen Seo | Switch to ISC License |
commit | commitdiff | tree | snapshot |
2024-07-29 |
Stephen Seo | Cleanup/refactorings |
commit | commitdiff | tree | snapshot |
2024-07-26 |
Stephen Seo | Add NULL check when printing cwd on temp file fail |
commit | commitdiff | tree | snapshot |
2024-07-26 |
Stephen Seo | More verbose log when failing to create temp file |
commit | commitdiff | tree | snapshot |
2024-07-26 |
Stephen Seo | Improve file-count logs |
commit | commitdiff | tree | snapshot |
2024-07-26 |
Stephen Seo | Add check if file(s) are readable when archiving |
commit | commitdiff | tree | snapshot |
2024-07-26 |
Stephen Seo | "Fix" windows build |
commit | commitdiff | tree | snapshot |
2024-07-26 |
Stephen Seo | Fix "-C <dir>" usage |
commit | commitdiff | tree | snapshot |
2024-07-26 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2024-07-26 |
Stephen Seo | Impl. "-C <dir>", refactorings |
commit | commitdiff | tree | snapshot |
2024-07-25 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2024-07-25 |
Stephen Seo | Impl. being able to set dir for temporary files |
commit | commitdiff | tree | snapshot |
2024-07-25 |
Stephen Seo | Refactor parser, setup for different temp dir |
commit | commitdiff | tree | snapshot |
2024-07-24 |
Stephen Seo | Minor help-text/doc fix |
commit | commitdiff | tree | snapshot |
2024-07-24 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2024-07-24 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2024-07-24 |
Stephen Seo | Update README.md |
commit | commitdiff | tree | snapshot |
2024-07-24 |
Stephen Seo | Comment out debug print |
commit | commitdiff | tree | snapshot |
2024-07-24 |
Stephen Seo | "Fix" windows build |
commit | commitdiff | tree | snapshot |
2024-07-24 |
Stephen Seo | Impl. link extracting |
commit | commitdiff | tree | snapshot |
2024-07-24 |
Stephen Seo | Add abs_path check when referring out of archive |
commit | commitdiff | tree | snapshot |
2024-07-24 |
Stephen Seo | Create "set" of filenames for use when archiving |
commit | commitdiff | tree | snapshot |
2024-07-24 |
Stephen Seo | Split off code into internal helper function |
commit | commitdiff | tree | snapshot |
2024-07-24 |
Stephen Seo | Minor tweak to includes in archiver |
commit | commitdiff | tree | snapshot |
2024-07-24 |
Stephen Seo | Update file_format.md |
commit | commitdiff | tree | snapshot |
2024-07-24 |
Stephen Seo | Add "--no-abs-symlink" to not store absolute paths |
commit | commitdiff | tree | snapshot |
2024-07-23 |
Stephen Seo | Impl. archiving abs/rel-paths for symbolic links |
commit | commitdiff | tree | snapshot |
2024-07-23 |
Stephen Seo | Set user permission bits if non-Unix platform |
commit | commitdiff | tree | snapshot |
2024-07-22 |
Stephen Seo | Fix improper handling of unsupported symlinks |
commit | commitdiff | tree | snapshot |
2024-07-19 |
Stephen Seo | Support "-f -" to read/write archive stdin/stdout |
commit | commitdiff | tree | snapshot |
2024-07-19 |
Stephen Seo | Use SIGPIPE handling on UNIX platforms |
commit | commitdiff | tree | snapshot |
2024-07-19 |
Stephen Seo | Improve error handling |
commit | commitdiff | tree | snapshot |
2024-07-19 |
Stephen Seo | More robust error handling |
commit | commitdiff | tree | snapshot |
2024-07-18 |
Stephen Seo | Fix robust cleanup of temporary compressed file |
commit | commitdiff | tree | snapshot |
2024-07-18 |
Stephen Seo | More robust handling of bad compressor cmd |
commit | commitdiff | tree | snapshot |
2024-07-18 |
Stephen Seo | Do not create archive file on failure |
commit | commitdiff | tree | snapshot |
2024-07-18 |
Stephen Seo | More robust cleanup of temporary file |
commit | commitdiff | tree | snapshot |
2024-07-18 |
Stephen Seo | Improve error print |
commit | commitdiff | tree | snapshot |
2024-07-18 |
Stephen Seo | Print permissions when in "-t" mode |
commit | commitdiff | tree | snapshot |
2024-07-18 |
Stephen Seo | Fix error when checking with "-t" |
commit | commitdiff | tree | snapshot |
2024-07-18 |
Stephen Seo | Improve error printing |
commit | commitdiff | tree | snapshot |
2024-07-18 |
Stephen Seo | Remove unnecessary "include"s |
commit | commitdiff | tree | snapshot |
2024-07-18 |
Stephen Seo | Comment out debug print |
commit | commitdiff | tree | snapshot |
2024-07-18 |
Stephen Seo | Impl. extract "white-list" |
commit | commitdiff | tree | snapshot |
2024-07-18 |
Stephen Seo | Improve error handling when parsing/extracting |
commit | commitdiff | tree | snapshot |
2024-07-18 |
Stephen Seo | Fix extracting when no compressor was used |
commit | commitdiff | tree | snapshot |
2024-07-18 |
Stephen Seo | Store/restore file permissions |
commit | commitdiff | tree | snapshot |
next |