]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
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()
2021-03-07  Michael Tremerfile: Fix potential memory leaks
2021-03-07  Michael Tremerpackager: Use definition for format file name
2021-03-07  Michael Tremerpackager: Append payload to archive
2021-03-07  Michael Tremerpackager: Store file handle to payload file
2021-03-06  Michael Tremerpackager: Add function that starts putting the whole...
2021-03-06  Michael Tremerpackager: Add a function that adds a file to the payload
2021-03-06  Michael Tremerpackager: Check if archive_write_new() was successful
2021-03-05  Michael Tremerpackager: Setup an area for writing the payload
2021-03-05  Michael Tremerpackager: Add some basic tests
2021-03-05  Michael Tremerpackager: Add scaffolding
2021-03-05  Michael Tremerparser: package: Set build host and time
2021-03-05  Michael Tremerparser: Add more string attributes to the package
2021-03-05  Michael Tremerparser: Assign a UUID to generated packages
2021-03-05  Michael Tremerparser: Add function to create package
2021-03-05  Michael Tremerparser: Fix type of logging callback function
2021-03-05  Michael TremerDrop transifex configuration
2021-03-05  Michael TremerRemove old shell module
2021-03-05  Michael Tremer_pakfire: Drop version_compare
2021-03-04  Michael Tremerutil: Drop some unused functions
2021-03-04  Michael Tremerpackages: Drop base module
2021-03-04  Michael TremerDrop old lexer module
2021-03-04  Michael Tremerpackages: Drop makefile module
2021-03-04  Michael Tremerbuilder: Fall back into a shell if build fails
2021-03-04  Michael Tremerbuilder: Invoke a bash with --login
2021-03-04  Michael Tremerbuilder: Send build script output to logger
2021-03-04  Michael Tremer_pakfire: Remove the trailing newline before passing...
2021-03-04  Michael Tremerexecute: Pass string length to logging function
2021-03-04  Michael Tremerexecute: Log something if the logging callback failed
2021-03-04  Michael Tremer_pakfire: Translate log levels to Python
2021-03-04  Michael Tremerparser: Drop unused function
2021-03-04  Michael Tremerparser: Consolidate compiling regular expressions into...
2021-03-04  Michael Tremerparser: commands: Don't be greedy when finding the...
2021-03-04  Michael Tremerbuilder: Refactor logging
2021-03-03  Michael Tremerparser: Capture the output of commands
2021-03-03  Michael Tremerutil: Make pakfire_string_replace more robust on invali...
next