]> git.ipfire.org Git - pakfire.git/history - tests
archive: Refactor function to read data into a buffer
[pakfire.git] / tests /
2023-10-17  Michael Tremerpath: Move pakfire_basename into the path library
2023-10-17  Michael Tremerpath: Make pakfire_dirname into the path library
2023-10-17  Michael Tremertests: downloader: Disable all tests for now
2023-10-17  Michael Tremertests: Load our own configuration file
2023-10-17  Michael Tremertests: Make the context accessible
2023-10-17  Michael Tremertests: archive: Fix build from source
2023-10-16  Michael Tremerctx: Read the configuration
2023-10-16  Michael Tremerpakfire: Drop the DEBUG flag which now does nothing
2023-10-16  Michael Tremerpakfire: Remove logging callback
2023-10-15  Michael Tremerctx: Add a log callback
2023-10-15  Michael Tremerctx: Add log level
2023-10-15  Michael Tremerctx: Require the new context when creating a Pakfire...
2023-10-06  Michael Tremerpath: Add merge function to join two paths together
2023-10-06  Michael Tremerpath: Rename join -> append
2023-10-06  Michael Tremerpath: Implement joining two paths
2023-10-06  Michael Tremerpath: Add a simple path library to normalize paths
2023-10-04  Michael Tremertests: string: Free string after the replace test
2023-10-02  Michael Tremerstrings: Remove split function
2023-10-01  Michael Tremertests: Drop tests for the progressbar module
2023-10-01  Michael Tremer_pakfire: Drop the Python wrapper for the progress bar
2023-09-27  Michael Tremerlibpakfire: Move loglevel into flags on create for...
2023-09-25  Michael Tremerconfig: Refactor data model and iterating over sections
2023-09-25  Michael Tremertests: Bind-mount the test command to the jail
2023-09-02  Michael Tremerutil: Remove static buffers from basename/dirname
2023-08-31  Michael Tremertests: packages: Fix group check
2023-08-31  Michael Tremerstring: Add function to format/parse intervals
2023-08-30  Michael Tremertests: package: Check reading build_id in Python
2023-08-29  Michael Tremerpackages: Export build architectures in Python
2023-08-29  Michael Tremertests: Add a simple test to read metadata from Python
2023-08-25  Michael Tremerfile: Fix tests and handle invalid inputs better
2023-08-02  Michael Tremerpakfire: Read configuration from a file descriptor
2023-07-25  Michael Tremerlibpakfire: build: Use better return codes
2023-07-25  Michael Tremerlibpakfire: strings: Create better return codes for...
2023-06-01  Michael Tremertests: archive: Fix compiling
2023-06-01  Michael Tremertests: Drop PGP test key
2023-06-01  Michael Tremerkeys: Carry the comment with us and require it
2023-06-01  Michael Tremerkeys: Export signing/verification routines in Python
2023-06-01  Michael Tremerkeys: Convert the key ID to integer in Python
2023-06-01  Michael Tremer_pakfire: Implement loading keys
2023-06-01  Michael Tremertests: Add some simple tests for keys in Python
2023-06-01  Michael Tremerrepos: Implement creating a detached signature for...
2023-06-01  Michael Tremerrepos: Drop flags argument from compose function
2023-06-01  Michael Tremerkeys: Implement signature verification
2023-06-01  Michael Tremerutil: Implement decoding base64 data and add tests
2023-06-01  Michael Tremerkeys: Replace usage of PGP by signify
2023-03-24  Michael Tremertests: archive: Free file handle at the end
2023-03-24  Michael Tremertests: Make the testsuite compile again
2023-03-21  Michael Tremerarchive: Return a file descriptor for any archive files
2023-03-19  Michael Tremertests: Check if relative/absolute paths confuse pakfire...
2023-03-17  Michael Tremerutil: Fix path pattern matching with characters after...
2023-03-17  Michael Tremertests: Add check for pakfire_path_match with stars...
2023-03-16  Michael Tremerutil: path_matches: Check if pattern is shorter than...
2023-03-16  Michael Tremerutil: Implement a simple path matching function that...
2023-03-16  Michael Tremerarch: Drop support for all 32 bit architectures
2023-03-16  Michael Tremersnapshots: Do not modify an existing snapshot
2023-03-15  Michael TremerRevert "snapshots: Pass path instead of file descriptor"
2023-03-10  Michael Tremerarchive: Fix reading files from archives
2023-03-10  Michael Tremerarchive: Fix reading filelists/extraction on newer...
2023-03-10  Michael Tremerarchive: Drop support for legacy package formats
2023-02-21  Michael Tremertests: Add a simple test for filelists
2023-02-21  Michael Tremerfilelists: Rename *_append() to *_add()
2023-02-21  Michael Tremerfilelists: Rename *_size() -> *_length()
2023-02-21  Michael Tremerdependencies: Add support for arch() namespace
2023-01-06  Michael Tremerjail: Implement configuring timeouts for commands
2022-12-15  Michael Tremerjail: Avoid deadlock when sending data to stdin
2022-12-13  Michael Tremertests: jail: Send signals to ourselves
2022-12-13  Michael Tremertests: jail: Check for correct exit code on SEGV
2022-12-13  Michael Tremertests: command: Add a command that immediately causes...
2022-12-13  Michael Tremertests: jail: Check for correct exit code
2022-12-08  Michael Tremerpackages: Fix my messy code and use proper return codes
2022-12-08  Michael Tremerpackage: Add function to check whether a depenency...
2022-12-06  Michael Tremerdependencies: Ignore newline
2022-12-06  Michael Tremerbuild: Pass filelists into dependency scripts
2022-12-06  Michael Tremerjail: Add new way to communicate with child processes
2022-12-06  Michael Tremertests: Add command that reads from stdin and writes...
2022-12-02  Michael Tremertests: dependencies: Add tests for dependencies with...
2022-11-30  Michael Tremertest: Add a simple test program for the parser
2022-11-30  Michael Tremertests: parser: Check if appending variables works
2022-11-04  Michael Tremerdependencies: Fix parsing deps that don't have any...
2022-11-03  Michael Tremertests: package: Fix dependency check after adding self...
2022-11-03  Michael Tremertests: file: It is now possible to set relative paths
2022-11-03  Michael Tremerpackages: Replace maintainers with packagers
2022-10-31  Michael Tremertests: package: Fix typo in database ID variable
2022-10-27  Michael Tremerpackages: Make it possible to set the database ID
2022-10-27  Michael Tremertests: Add a test that writes a filelist and reads...
2022-10-26  Michael Tremertests: Add some tests for packages with invalid inputs
2022-10-26  Michael Tremertests: Test package UUID functions
2022-10-26  Michael Tremertests: Set various package attributes and read them...
2022-10-26  Michael Tremertests: Add a test that checks if two values are equal
2022-10-26  Michael Tremertests: Add a simple test for package dependencies
2022-10-25  Michael Tremerpackages: Create a unified numbers function
2022-10-25  Michael Tremertests: makefile: Fix forgotten string functions
2022-10-25  Michael Tremerpackages: Make constructor function more similar to...
2022-10-25  Michael Tremerpackages: Drop old property functions for strings
2022-10-25  Michael Tremerpackages: Add a combined function to get/set string...
2022-10-25  Michael Tremertests: Add a very simple test to create a package
2022-10-11  Michael Tremerconfig: Dump configuration files
2022-10-11  Michael Tremerconfig: Extend parser to support multiline files
2022-10-01  Michael Tremerdigests: Add function to return the type from string
2022-09-05  Michael Tremerpackager: Flush all data to disk before trying to re...
next