]> git.seodisparate.com - SimpleArchiver/shortlog
SimpleArchiver
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