]> git.ipfire.org Git - people/ms/pakfire.git/shortlog
people/ms/pakfire.git
2021-03-18  Michael Tremercompress: Actually set input buffer as such
2021-03-18  Michael Tremercompress: Fix return codes when calling invalid method
2021-03-18  Michael Tremercompress: Move cookie onto heap
2021-03-18  Michael Tremertests: Add tests for compression
2021-03-17  Michael Tremercompress: Add write support for XZ
2021-03-17  Michael Tremercompress: Store mode in cookie
2021-03-17  Michael Tremercompress: Set buffer size to 64k
2021-03-16  Michael Tremercompress: xfopen: Check for valid inputs
2021-03-16  Michael Tremerlibpakfire: Move transparent compression to own file
2021-03-14  Michael Tremerrepo: Drop previous data before loading new data
2021-03-13  Michael Tremerpakfire: Remove option to change installed repository
2021-03-13  Michael Tremerbase: Cache path cannot be set any more
2021-03-13  Michael Tremerlibpakfire: Have pakfire_make_cache_path write to stack
2021-03-13  Michael Tremerlibpakfire: Drop old cache stuff
2021-03-13  Michael TremerMove pakfire_read_makefile to dist
2021-03-13  Michael TremerDrop old downloader and metadata parser
2021-03-13  Michael Tremerrepo: baseurl is a pointer
2021-03-13  Michael Tremertransaction: Download packages using libpakfire
2021-03-13  Michael Tremerdownloader: Remove temporary file after download
2021-03-13  Michael Tremerrepo: Remove temporary file voodoo
2021-03-13  Michael Tremerrepo: Do not refresh recently downloaded metadata
2021-03-13  Michael Tremerrepo: Group all metadata functions together
2021-03-13  Michael Tremerrepo: Read metadata when repository is being initialised
2021-03-13  Michael Tremerutil: Repair pakfire_mkparentdir
2021-03-13  Michael Tremerdownloader: Use baseurl if no mirrors are configured
2021-03-13  Michael Tremerdownloader: Log tries in transfers
2021-03-13  Michael Tremerdownloader: Join URLs by /
2021-03-13  Michael Tremerrepo: Load package database after reading metadata
2021-03-13  Michael Tremerrepo: Try reading metadata on creation
2021-03-12  Michael Tremerpakfire: Actually check variable we want to write to
2021-03-12  Michael Tremer_pakfire: Catch any errors when creating a repo failed
2021-03-12  Michael Tremerrepo: Find existing repositories before creating new...
2021-03-12  Michael Tremerrepo: Refactor setup and cleanup
2021-03-12  Michael Tremertests: Link downloader to JSON-C
2021-03-12  Michael Tremercache: Make formatting cache filenames easier
2021-03-12  Michael Tremerrepo: Drop option to change name
2021-03-12  Michael Tremerdownloader: Use STAILQ for mirrors
2021-03-12  Michael Tremerdownloader: Rename current_mirror to mirror
2021-03-12  Michael Tremerdownloader: Use next mirror if download failed
2021-03-12  Michael Tremerdownloader: Merge create/add_transfer
2021-03-12  Michael Tremerrepo: Read metadata
2021-03-12  Michael Tremerutil: Add helper function to parse JSON data
2021-03-12  Michael Tremerdownloader: Parse mirrorlist
2021-03-12  Michael Tremerdownloader: Handle download errors
2021-03-12  Michael Tremerrepo: Implement downloading mirrorlists
2021-03-11  Michael Tremerrepo: Add scaffolding for refreshing
2021-03-11  Michael Tremerlibpakfire: Link against JSON-C
2021-03-11  Michael Tremerdownloader: Unlink destination file before replacing it
2021-03-11  Michael Tremerdownloader: Log download information
2021-03-11  Michael Tremerdownloader: Rename "add" to "add_transfer"
2021-03-11  Michael Tremerdownloader: Add test for retrieve with pending transfers
2021-03-11  Michael Tremerdownloader: Add a simple test
2021-03-11  Michael Tremerdownloader: Remove some dead code
2021-03-11  Michael Tremerdownloader: Disable all protocols except https://,...
2021-03-11  Michael Tremerdownloader: Shorten name of transfer struct
2021-03-11  Michael Tremerdownloader: Store transfers in a queue and only as...
2021-03-11  Michael Tremerdownloader: Add functions to add mirrors
2021-03-11  Michael Tremerpakfire: Remove free I forgot to remove
2021-03-10  Michael Tremerdownloader: Add baseurl setting
2021-03-10  Michael Tremerpakfire: Move arch into struct
2021-03-10  Michael Tremerpakfire: Remove path and cache_path into struct
2021-03-10  Michael Tremerdist: Implement downloader to download source
2021-03-10  Michael Tremerpakfire: Add function that simply returns the cache...
2021-03-10  Michael Tremerlibpakfire: Add scaffolding for downloader
2021-03-10  Michael Tremerdist: Add source files to packages
2021-03-10  Michael Tremerconfigure: Use pkg-config to discover libsolv
2021-03-10  Michael Tremer_pakfire: Drop capabilities functionality
2021-03-10  Michael Tremerlibpakfire: Link against cURL
2021-03-09  Michael Tremerdist: Add all files in the source directory
2021-03-09  Michael Tremerpackager: Allow changing filename in archive
2021-03-09  Michael Tremerpackager: Make filename accessible through extra function
2021-03-09  Michael Tremerpackager: Return the filename of the result file
2021-03-09  Michael Tremerdist: Add basic C implementation
2021-03-09  Michael Tremerpackager: Create a helper function to create files...
2021-03-09  Michael Tremerpackager: Set creation time and ownership for files
2021-03-09  Michael Tremerpackager: Write format using buffer helper function...
2021-03-09  Michael Tremerpackager: Write package metadata
2021-03-09  Michael Tremerpackager: Set installsize to total size of the filelist
2021-03-08  Michael Tremerarchive: Constify flags
2021-03-08  Michael Tremerarchive: Do not extract fflags
2021-03-08  Michael Tremerpackager: Correctly resolve UIDs/GIDs
2021-03-08  Michael Tremerpackager: Move creating reader into an extra function
2021-03-08  Michael Tremerpackager: Use reader and import all attributes except...
2021-03-08  Michael Tremerpackager: Remove writing a filelist to the package
2021-03-08  Michael Tremerfile: Split time into ctime and mtime
2021-03-08  Michael Tremerfile: Keep type in mode_t and remove file type check...
2021-03-08  Michael Tremerfile: Drop unused dirname/basename functions
2021-03-08  Michael Tremerfile: Store the absolute path
2021-03-08  Michael Tremerfile: Rename "name" to "path"
2021-03-08  Michael Tremerpackager: Import all file attributes from archive entry
2021-03-08  Michael Tremerfiles: Add reference to Pakfire for files and filelists
2021-03-08  Michael Tremerfiles: Statically allocate name, user and group
2021-03-08  Michael Tremerarchive: extract: Set groups correctly
2021-03-08  Michael Tremerarchive: extract: Set user permissions correctly
2021-03-08  Michael Tremerarchive: Read file attributes from archive
2021-03-08  Michael Tremerdb: Check for errors after INSERT
2021-03-08  Michael Tremerarchive: Store OpenSSL context in main struct
2021-03-07  Michael Tremerarchive: Compute BLAKE2 checksum when extracting files
2021-03-07  Michael Tremerpackager: Add filelist
2021-03-07  Michael Tremerfile: Add function to copy attributes from stat()
next