]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2021-04-19  Michael Tremerpakfire_make_path: Pass down length of the buffer we...
2021-04-19  Michael Tremerarchive: Disable code relying on pakfire_make_path
2021-04-19  Michael TremerMake pakfire_make_path private
2021-04-19  Michael Tremerpython: Drop unused "make_path" function
2021-04-19  Michael TremerHave pakfire_make_path write to stack
2021-04-19  Michael Tremerpakfire_make_cache_path: Implicitely handle size argument
2021-04-19  Michael Tremerpakfire_path_join: Implicitely handle size argument
2021-04-19  Michael TremerAdd architecture to cache path
2021-04-19  Michael Tremerpakfire: Use pakfire_string_* functions
2021-04-19  Michael Tremerrepo: Use pakfire_string_* functions where applicable
2021-04-19  Michael TremerCommit accidentially forgotten files
2021-04-19  Michael Tremerrepo: Replace variables in URLs
2021-04-19  Michael TremerRevert "downloader: Remove separating between protocol...
2021-04-19  Michael Tremerrepo: Reset pointer to destroyed mirrorlist
2021-04-19  Michael Tremerrepo: Do not bail when no mirrorlist is set
2021-04-19  Michael Tremerrepo: Do not try to refresh "internal" repositories
2021-04-19  Michael Tremerlibpakfire: Export repositories to Python
2021-04-16  Michael TremerDrop unused function pakfire_package_is_in_repo
2021-04-16  Michael Tremer_pakfire: Drop mount/umount helper functions
2021-04-16  Michael Tremerpakfire: Load repositories from configuration
2021-04-16  Michael Tremerconfig: Properly terminate the sections array
2021-04-16  Michael Tremerpakfire: Read all repository files
2021-04-16  Michael Tremerpakfire: Dump distribution on init
2021-04-16  Michael Tremertests: Add some useful pakfire distro configuration
2021-04-16  Michael Tremerpakfire: Import vendor and slogan
2021-04-16  Michael Tremerpakfire: Read distro configuration from file
2021-04-16  Michael Tremerconfig: Add function to check whether a section exists
2021-04-16  Michael Tremerpakfire: Read configuration file on initialization
2021-04-16  Michael Tremerpakfire: Add configuration
2021-04-16  Michael Tremerconfig: Add function that lists all sections
2021-04-16  Michael Tremerconfig: Actually return false on false
2021-04-16  Michael Tremerconfig: Add function to parse files
2021-04-16  Michael Tremerlibpakfire: Add a simple config file tool
2021-04-16  Michael Tremerpackager: Fix copy & paste error when getting URL
2021-04-16  Michael Tremerpackager: Compress with -22 --ultra
2021-04-16  Michael Tremerpackager: Only compress binary packages
2021-04-15  Michael Tremerdist: Refactor downloading sources
2021-04-15  Michael Tremerdownloader: Use pakfire_string_* functions
2021-04-15  Michael Tremerdownloader: Open temporary file when download is about...
2021-04-15  Michael Tremerdownloader: Commit AGAIN label
2021-04-15  Michael Tremerdownloader: Remove separating between protocol types...
2021-04-15  Michael Tremerdownloader: Handle errors when using the file:// protocol
2021-04-15  Michael Tremerdownloader: Allow relative URLs when baseurl is set
2021-04-15  Michael Tremerprogressbar: Write to stdout by default
2021-04-15  Michael Tremerdownloader: Add test using mirrors
2021-04-15  Michael Tremerdownloader: Do not initialise cURL
2021-04-11  Michael Tremerdownloader: Format progressbar like the Python module did
2021-04-11  Michael Tremerdownloader: Show transfer speed
2021-04-11  Michael Tremerutil: format_size: Add decimal points where appropriate
2021-04-11  Michael Tremerdownloader: Show ETA instead of elapsed time
2021-04-11  Michael Tremerdownloader: Show download size
2021-04-11  Michael Tremerutil: Make pakfire_format_size write to stack
2021-04-11  Michael Tremerdownloader: Add a progressbar to single downloads
2021-04-10  Michael Tremerprogressbar: Avoid dividing by zero when max isn't set
2021-04-10  Michael Tremerdownloader: Make retrieve use easy cURL interface
2021-04-10  Michael Tremerprogressbar: Make it resettable
2021-04-10  Michael TremerRemove STRING_SIZE
2021-04-10  Michael Tremerutil: Make pakfire_generate_uuid private
2021-04-10  Michael Tremerutil: Make pakfire_split_string private
2021-04-10  Michael Tremerutil: Make pakfire_read_file_into_buffer private
2021-04-10  Michael Tremerutil: Make pakfire_dirname private
2021-04-10  Michael Tremerutil: Make pakfire_basename private
2021-04-10  Michael Tremerutil: Drop unused function pakfire_path_isdir
2021-04-10  Michael Tremerutil: Make pakfire_path_relpath private
2021-04-10  Michael Tremerutil: Remove PAKFIRE_EXPORT attribute from pakfire_path...
2021-04-10  Michael Tremerutil: Move header declarations into private area for...
2021-04-10  Michael Tremerutil: Make pakfire_string_replace private
2021-04-10  Michael Tremerutil: Make pakfire_string_partition private
2021-04-10  Michael Tremerutil: Make pakfire_string_startswith private
2021-04-10  Michael Tremerutil: Drop pakfire_access
2021-04-10  Michael Tremerutil: Drop function that converts a string to size_t
2021-04-10  Michael Tremerutil: Drop unused function pakfire_sgets
2021-04-10  Michael TremerMake pakfire_path_join write to stack
2021-04-07  Michael Tremerarchive: Refactor extraction process
2021-04-07  Michael Tremerarchive: Refactor pakfire_archive_extract
2021-04-07  Michael Tremerarchive: Add pointer argument to archive walk
2021-04-07  Michael TremerDrop including assert.h
2021-04-07  Michael Tremerfile: Drop old type variable
2021-04-07  Michael Tremerfile: Drop pakfire_file_copy_stat
2021-04-07  Michael Tremerfile: Drop pakfire_file_fopen
2021-04-07  Michael Tremerarchive: Drop parsing the filelist
2021-04-07  Michael Tremerarchive: Refactor walking through archive
2021-04-07  Michael Tremerarchive: Only parse format and skip any other metadata
2021-04-07  Michael Tremerarchive: Read metadata only when needed
2021-04-07  Michael Tremerarchive: Avoid calling stat() on every archive
2021-04-07  Michael Tremerarchive: Move path into archive struct
2021-04-07  Michael Tremerarchive: Do not check for valid pointer on unref
2021-04-07  Michael Tremerarchive: Move data copying to buffer function to util
2021-04-07  Michael Tremerarchive: Refactor opening payload
2021-04-07  Michael Tremerarchive: Refactor reading files into buffer
2021-04-07  Michael Tremerarchive: Drop useless archive_close function
2021-04-07  Michael Tremerarchive: Refactor opening the archive
2021-04-07  Michael Tremersnapshot: Use common writer
2021-04-07  Michael Tremerpakfire: Create a unified writer
2021-04-06  Michael Tremerarchive: Use extraction function from libarchive
2021-04-06  Michael Tremerarchive: Make pakfire_archive_open take archive as...
2021-04-06  Michael Tremererrno: Drop the rest of this implementation
2021-04-06  Michael Tremererrno: Drop more errors
2021-04-06  Michael Tremererrno: Drop more unused error codes
2021-04-06  Michael Tremerrepo: Drop using our own errno implementation
next