]> git.seodisparate.com - SimpleArchiver/shortlog
SimpleArchiver
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
2024-07-03 Stephen SeoRemove 'extern' from parser.h
2024-07-02 Stephen SeoAdd helpers for conversion to/from big-endian
2024-07-02 Stephen SeoRevise file_format
2024-07-01 Stephen SeoSome work on arg parser
2024-06-30 Stephen SeoFix unit test for priority heap
2024-06-30 Stephen SeoChange priority_heap to accept "less_fn"
2024-06-30 Stephen SeoMinor fix to doc comment about priority heap
2024-06-30 Stephen SeoImpl. priority heap, minor tweaks/fixes
2024-06-29 Stephen SeoAdd `platforms.h` header to determine platform
2024-06-29 Stephen SeoAdd action/workflow to run unit tests
2024-06-29 Stephen SeoUpdate README.md
2024-06-28 Stephen SeoFix cosmopolitan/Makefile missing files
2024-06-28 Stephen SeoFix hashing in hash_map (hopefully finally)
2024-06-28 Stephen SeoFix hash_map hashing (hopefully the final time)
2024-06-28 Stephen SeoFix hashing in hash_map
2024-06-28 Stephen SeoRevert "Minor additions to unit test of data structures"
2024-06-28 Stephen SeoMinor additions to unit test of data structures
2024-06-28 Stephen SeoImpl. hash_map
2024-06-28 Stephen SeoImplement a linked list data structure
2024-06-28 Stephen SeoCreate Makefile for building with cosmocc
2024-06-27 Stephen SeoUpdate README.md
2024-06-27 Stephen SeoRename executable to lowercase
2024-06-27 Stephen SeoRemove unnecessary prints, `clang-format`
2024-06-27 Stephen SeoFix invalid memory usage bug causing invalid free
2024-06-27 Stephen SeoImpl. parser (TODO Fix invalid free crash) stream_03
2024-06-27 Stephen SeoUpdate file_format.md
2024-06-27 Stephen SeoDefine file format (version 0 file format)
2024-06-26 Stephen SeoAdd LICENSE, README.md, and license info in source
2024-06-26 Stephen SeoCreate skeleton C project