]> git.seodisparate.com - SimpleArchiver/shortlog
SimpleArchiver
2024-10-02 Stephen SeoRemove unnecessary printf used for testing
2024-10-02 Stephen SeoImpl. extract with decompressor file format v1
2024-10-02 Stephen Seov1 extract skip non-specified args if exists
2024-10-02 Stephen SeoImpl. setting stored UID/GID if EUID 0
2024-10-02 Stephen Seo"Fix" Linux/Mac/Unix usage
2024-10-02 Stephen SeoImpl. simple test/extract new file format (WIP)
2024-10-02 Stephen SeoSplit up handling of archive file based on version
2024-10-02 Stephen SeoFix typo
2024-10-02 Stephen SeoFix typo in file format specification version 1
2024-10-02 Stephen SeoCreate file format for format version 1
2024-10-02 Stephen Seobackport: Fixes for v0-file-format extract fn
2024-09-30 Stephen SeoError if "-C <dir>" where "dir" doesn't exist
2024-09-28 Stephen SeoFix potential NULL-ptr dereference
2024-09-26 Stephen SeoAdd compiler hardening flags
2024-09-21 Stephen SeoImpl. way to set custom hasher for hash_map
2024-09-21 Stephen SeoConvert "unsigned long long" to "uint64_t"
2024-09-21 Stephen Seo`clang-format`
2024-09-20 Stephen SeoUse stdint.h types instead of "int", "long", etc.
2024-09-13 Stephen SeoAdd single-ptr variants data structures' free fns
2024-09-13 Stephen SeoRefactor priority-heap insert fn
2024-09-11 Stephen SeoRefactor data_structures/hash_map rehash fn
2024-09-09 Stephen SeoCleanup related to change of hash-map insert fn
2024-09-09 Stephen SeoRefactor hash_map insert to use single ptr
2024-09-06 Stephen SeoFixes related to compiler warnings
2024-09-04 Stephen Seohash_map: Use const where applicable
2024-09-01 Stephen Seohash_map iter fn: const key-value, update unittest
2024-09-01 Stephen SeoImpl. hash_map iter, clang-format
2024-08-30 Stephen SeoSwitch to ISC License
2024-07-29 Stephen SeoCleanup/refactorings
2024-07-26 Stephen SeoAdd NULL check when printing cwd on temp file fail
2024-07-26 Stephen SeoMore verbose log when failing to create temp file
2024-07-26 Stephen SeoImprove file-count logs
2024-07-26 Stephen SeoAdd check if file(s) are readable when archiving
2024-07-26 Stephen Seo"Fix" windows build
2024-07-26 Stephen SeoFix "-C <dir>" usage
2024-07-26 Stephen SeoUpdate README.md
2024-07-26 Stephen SeoImpl. "-C <dir>", refactorings
2024-07-25 Stephen SeoUpdate README.md
2024-07-25 Stephen SeoImpl. being able to set dir for temporary files
2024-07-25 Stephen SeoRefactor parser, setup for different temp dir
2024-07-24 Stephen SeoMinor help-text/doc fix
2024-07-24 Stephen SeoUpdate README.md
2024-07-24 Stephen SeoUpdate README.md
2024-07-24 Stephen SeoUpdate README.md
2024-07-24 Stephen SeoComment out debug print
2024-07-24 Stephen Seo"Fix" windows build
2024-07-24 Stephen SeoImpl. link extracting
2024-07-24 Stephen SeoAdd abs_path check when referring out of archive
2024-07-24 Stephen SeoCreate "set" of filenames for use when archiving
2024-07-24 Stephen SeoSplit off code into internal helper function
2024-07-24 Stephen SeoMinor tweak to includes in archiver
2024-07-24 Stephen SeoUpdate file_format.md
2024-07-24 Stephen SeoAdd "--no-abs-symlink" to not store absolute paths
2024-07-23 Stephen SeoImpl. archiving abs/rel-paths for symbolic links
2024-07-23 Stephen SeoSet user permission bits if non-Unix platform
2024-07-22 Stephen SeoFix improper handling of unsupported symlinks
2024-07-19 Stephen SeoSupport "-f -" to read/write archive stdin/stdout
2024-07-19 Stephen SeoUse SIGPIPE handling on UNIX platforms
2024-07-19 Stephen SeoImprove error handling
2024-07-19 Stephen SeoMore robust error handling
2024-07-18 Stephen SeoFix robust cleanup of temporary compressed file
2024-07-18 Stephen SeoMore robust handling of bad compressor cmd
2024-07-18 Stephen SeoDo not create archive file on failure
2024-07-18 Stephen SeoMore robust cleanup of temporary file
2024-07-18 Stephen SeoImprove error print
2024-07-18 Stephen SeoPrint permissions when in "-t" mode
2024-07-18 Stephen SeoFix error when checking with "-t"
2024-07-18 Stephen SeoImprove error printing
2024-07-18 Stephen SeoRemove unnecessary "include"s
2024-07-18 Stephen SeoComment out debug print
2024-07-18 Stephen SeoImpl. extract "white-list"
2024-07-18 Stephen SeoImprove error handling when parsing/extracting
2024-07-18 Stephen SeoFix extracting when no compressor was used
2024-07-18 Stephen SeoStore/restore file permissions
2024-07-18 Stephen Seo"Fix" windows build
2024-07-18 Stephen SeoImplement extracting from archive
2024-07-18 Stephen SeoAdd helper to create dirs from filepath
2024-07-17 Stephen SeoUse waitpid on compress to avoid defunct processes
2024-07-17 Stephen SeoOutput when writing file to archive
2024-07-17 Stephen SeoImpl. compressing with arbitrary command
2024-07-17 Stephen SeoMinor fixes
2024-07-17 Stephen SeoImpl. setup for de/compression
2024-07-17 Stephen Seo"-t": Note that file is compressed if compressed
2024-07-17 Stephen SeoImpl. "-t" command (printing archive info)
2024-07-17 Stephen SeoUpdate parser flags to allow "checking" with "-t"
2024-07-16 Stephen SeoAdd "status progress" when archiving
2024-07-16 Stephen SeoImpl. basic functionality "MVP"
2024-07-15 Stephen Seobig-endian convert: Use stdint.h
2024-07-15 Stephen SeoMinor tweaks to file format
2024-07-11 Stephen SeoAdd "--overwrite-create"
2024-07-10 Stephen SeoRevise file_format.md
2024-07-04 Stephen SeoImpl. handling symbolic links
2024-07-04 Stephen SeoRemove unnecessary "TODO" in comment.
2024-07-04 Stephen SeoUpdate file_format.md
2024-07-04 Stephen Seorevise file_format.md
2024-07-04 Stephen SeoUpdate file_format.md
2024-07-04 Stephen Seoparser: Enable existing codepath for OSX
2024-07-03 Stephen SeoHandle symbolic links separately
2024-07-03 Stephen Seo"platforms.h" include should be before its usage
2024-07-03 Stephen SeoImpl. parser accepting files and dirs
next