]> git.ipfire.org Git - pakfire.git/history - src/libpakfire/util.c
util: Add test for pakfire_string_endswith
[pakfire.git] / src / libpakfire / util.c
2021-10-05  Michael Tremerutil: Add test for pakfire_string_endswith
2021-10-05  Michael Tremerutil: Check input for pakfire_string_startswith
2021-09-23  Michael Tremerfile: Store digests in the same way than packages
2021-09-21  Michael TremerMove pakfire_digest_length to util
2021-08-19  Michael Tremerutil: Add helper function for strftime to format time now
2021-07-22  Michael Tremerarchive: Show hexdigests if there was a checksum mismatch
2021-07-13  Michael Tremerutil: Refactor unhexlify without using scanf
2021-07-13  Michael Tremerutil: Use pre-processor macros to pass size to hexlify...
2021-07-13  Michael Tremerutil: Move read_hexdigest to pakfire_unhexlify
2021-07-09  Michael Tremerpakfire: Change type from Pakfire to struct pakfire
2021-06-30  Michael Tremerpackage: Change type from PakfirePackage to struct...
2021-06-21  Michael Tremerlibpakfire: Use %m instead of strerror(errno)
2021-06-10  Michael TremerMerge branch 'python3'
2021-06-03  Michael Tremerlibpakfire: Automatically enable non-interactive mode
2021-05-24  Michael Tremerparser: Implement fetching recursive variables
2021-05-21  Michael Tremerlibpakfire: Set number of max open files to 512k
2021-05-17  Michael Tremerarch: Use qemu emulator for foreign arches
2021-05-13  Michael Tremerfilelist: Make parsing more robust
2021-05-03  Michael Tremerutil: Ignore empty dependencies
2021-05-01  Michael Tremerutil: Refactor pakfire_split_string
2021-04-30  Michael Tremerutil: Add a unified function to parse dependencies
2021-04-29  Michael Tremerutil: Add new dependency parsing function
2021-04-23  Michael Tremerprogressbar: Remove unnecessary padding from util
2021-04-23  Michael Tremerutil: Commit forgotten pakfire_string_join function
2021-04-20  Michael Tremerutil: Change behaviour of pakfire_path_join
2021-04-19  Michael Tremerpakfire_path_join: Implicitely handle size argument
2021-04-11  Michael Tremerdownloader: Show transfer speed
2021-04-11  Michael Tremerutil: format_size: Add decimal points where appropriate
2021-04-11  Michael Tremerutil: Make pakfire_format_size write to stack
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: 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: Move data copying to buffer function to util
2021-04-06  Michael Tremerutil: Move pakfire_action_type_string to steps
2021-04-06  Michael Tremerutil: Drop unused lstrip function
2021-04-06  Michael Tremerpakfire: Read /etc/os-release
2021-03-31  Michael Tremerlibpakfire: Add a simple progress bar
2021-03-26  Michael Tremerlibpakfire: Refactor pakfire_mkdir
2021-03-23  Michael Tremersnapshots: Refactor writing snapshots
2021-03-21  Michael Tremerpakfire: Make passing path optional
2021-03-13  Michael Tremerrepo: Do not refresh recently downloaded metadata
2021-03-13  Michael Tremerrepo: Read metadata when repository is being initialised
2021-03-13  Michael Tremerutil: Repair pakfire_mkparentdir
2021-03-12  Michael Tremerutil: Add helper function to parse JSON data
2021-03-10  Michael Tremerdist: Implement downloader to download source
2021-03-07  Michael Tremerarchive: Compute BLAKE2 checksum when extracting files
2021-03-05  Michael Tremerparser: Assign a UUID to generated packages
2021-03-03  Michael Tremerutil: Make pakfire_string_replace more robust on invali...
2021-03-03  Michael Tremerutil: Implement a function that replace patterns in...
2021-02-26  Michael Tremerutil: Refactor pakfire_string_partition
2021-02-25  Michael Tremerparser: Fixup readline
2021-02-12  Michael Tremerrepo: Add function to scan repos for archives
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_strdup
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_realloc
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_malloc
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_calloc
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_free
2021-01-30  Michael Tremerlibpakfire: Drop dependency on libgcrypt
2021-01-13  Michael Tremerlibpakfire: util: Make pakfire_string_startswith return...
2021-01-13  Michael Tremerpakfire: Check if path exists
2019-06-13  Michael Tremerlibpakfire: Add function to run commands in chroot()
2019-06-11  Michael Tremerlibpakfire: util: Fix data type for a string
2019-06-11  Michael Tremerlibpakfire: util: Remove some debug output
2019-06-10  Michael Tremerlibpakfire: Do not try to join path when one argument...
2019-06-10  Michael Tremerlibpakfire: Have pakfire_basename/dirname return a...
2019-06-08  Michael Tremerlibpakfire: Constify pakfire_basename/dirname
2019-06-08  Michael Tremerlibpakfire: Parse dependency data from packages
2019-06-08  Michael Tremerlibpakfire: Store groups in an array
2019-06-08  Michael Tremerlibpakfire: Add function to import an archive to a...
2019-03-13  Michael Tremerlibpakfire: util: Write function to read file into...
2018-02-16  Michael TremerMove logging into Pakfire context
2018-02-16  Michael Tremerlibpakfire: Fix memory leak in pakfire_access()
2018-01-22  Michael Tremerlibpakfire: Automatically determine the repository...
2018-01-15  Michael Tremerlibpakfire: Rename pakfire_action_type to pakfire_actio...
2017-11-30  Michael Tremerlibpakfire: Hide all symbols by default and only export...
2017-11-29  Michael TremerAdd convenience functions to create directories
2017-11-25  Michael Tremerlibpakfire: Initialize libgcrypt when we need it
2017-11-24  Michael Tremerlibpakfire: Make key info dumpable and add access to...
2016-12-13  Michael TremerImport libpakfire