Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/amachronic/microtar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-25Add missing API checks to convienience functionsHEADmasterAidan MacDonald
2021-11-25Return non-const header from mtar_get_header()Aidan MacDonald
2021-11-25Remove MTAR_ELASTAidan MacDonald
2021-11-25Allow reading from archives that are opened for writingAidan MacDonald
2021-11-25Allow seek during writesAidan MacDonald
2021-11-06Add GCC version check for #pragmaAidan MacDonald
2021-11-06Renumber error codes to make them contiguousAidan MacDonald
2021-11-06Add mtar_tell_data() to return offset in dataAidan MacDonald
2021-11-06Allow disabling API checks at compile timeAidan MacDonald
2021-11-06Add EACCESS error and use itAidan MacDonald
2021-11-06Add API error checking to mtar_finalize()Aidan MacDonald
2021-11-06Basic archive creation support in mtarAidan MacDonald
2021-11-06Bugfixes and rework write APIAidan MacDonald
2021-11-05Fix a dumb mistakeAidan MacDonald
2021-11-05Update the READMEAidan MacDonald
2021-11-05Change read/write hook return value conventionAidan MacDonald
2021-11-05Give names to the enumsAidan MacDonald
2021-11-05Add mtar_end_record()Aidan MacDonald
2021-11-05Add an ETOOSHORT error and check for itAidan MacDonald
2021-11-05Remove a redundant int return from mtar_init()Aidan MacDonald
2021-11-05Move mtar_open() to another headerAidan MacDonald
2021-11-05Build with -O2 by defaultAidan MacDonald
2021-11-05Suppress a 'helpful' GCC warning for some correct codeAidan MacDonald
2021-11-05Fix a typoAidan MacDonald
2021-11-05Add dependency information to MakefileAidan MacDonald
2021-11-05Remove unnecessary includesAidan MacDonald
2021-11-05Allow getting access from the APIAidan MacDonald
2021-11-05Keep track of access mode to enforce API usageAidan MacDonald
2021-11-05Add write support (mostly)Aidan MacDonald
2021-11-05Use 'ar cr' in MakefileAidan MacDonald
2021-11-05Add mtar_seek_data()Aidan MacDonald
2021-11-05Add Makefile and demo appAidan MacDonald
2021-11-05Report records with null type as regular filesAidan MacDonald
2021-11-05Add mtar_eof_data()Aidan MacDonald
2021-11-05Add mtar_foreach()Aidan MacDonald
2021-11-05Begin API redesignAidan MacDonald
2021-11-05Specialize round_up -> round_up_512Aidan MacDonald
2021-11-05Optimization to write_null_bytes()Aidan MacDonald
2021-11-05Remove mtar_raw_header_tAidan MacDonald
2021-11-04Remove incorrect attempt to enforce binary file IOAidan MacDonald
2021-11-04Move stream ops into mtar_ops_t; separate open and initAidan MacDonald
2021-11-04Restyle the source codeAidan MacDonald
2021-11-04Paste full license text into copyright headersAidan MacDonald
2021-11-04Add myself to the copyright headersAidan MacDonald
2021-05-09Reduce stack usage by avoiding large temporariesamachronic
2021-05-09Fix security flaws and improve overall robustnessamachronic
2017-08-31Merge pull request #2 from deadcast/masterrxi
2017-08-31Added c++ compilation support.deadcast
2017-01-16Version 0.1.0v0.1.0rxi
2017-01-16Updated copyright year; 2016 -> 2017rxi