]> git.ipfire.org Git - people/stevee/pakfire.git/history - tests
Hardening: Declare content of /usr/lib/grub as firmware files
[people/stevee/pakfire.git] / tests /
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...
2022-09-01  Michael Tremertests: archive: Extract package metadata after opening
2022-08-31  Michael Tremertests: downloader: Fix compiling test
2022-08-26  Michael Tremerdigest: Rename SHA-512/256 to SHA-2-512/256
2022-08-24  Michael Tremertests: Add tests for digest
2022-08-20  Michael Tremertests: Add tests to generate keys
2022-08-19  Michael Tremerfile: Refactor how we store digests
2022-08-19  Michael Tremertests: Add some basic tests for files
2022-08-19  Michael Tremerbuild: Make memory limit configurable
2022-08-19  Michael Tremerbuild: Make cgroup parameters configurable
2022-08-19  Michael Tremerconfig: Add function to get bytes
2022-08-19  Michael Tremerstring: Add function that parses bytes
2022-08-19  Michael Tremerutil: Refactor pakfire_basename/dirname and pakfire_mkdir
2022-08-18  Michael TremerRemove use of snprintf() throughout the library
2022-08-18  Michael Tremerpakfire: Replace pakfire_make_path with something easier
2022-08-18  Michael Tremerstring: Correct handle return code of pakfire_string_se...
2022-08-18  Michael Tremerstring: Refactor pakfire_string_format to be more robust
2022-08-18  Michael Tremerutil: Split string functions into an extra file
2022-08-17  Michael TremerMove dependency functions into an own file
2022-08-17  Michael Tremertests: archive: Fix build
2022-08-17  Michael Tremersnapshots: Pass path instead of file descriptor
2022-08-16  Michael Tremerbuild: Move interactive flag from jail
2022-08-16  Michael Tremerjail: Implement bind-mounting anything into the jail
2022-08-16  Michael Tremertests: command: Check if something is a mountpoint
2022-08-16  Michael Tremertests: jail: Check file ownership
2022-08-12  Michael Tremertests: Actually run them all when we want all
2022-08-12  Michael Tremercommand: Add function to show own file ownership
2022-08-11  Michael Tremertests: Check if Pakfire was initialized correctly
2022-08-10  Michael Tremertests: jail: Disable test which doesn't work
2022-08-10  Michael Tremercgroup: Implement reading stats
2022-08-10  Michael Tremercommand: Add sleep
2022-08-09  Michael Tremertests: jail: A fork bomb should also exhaust all memory
2022-08-09  Michael Tremercommand: fork-bomb: Further improve return code when...
2022-08-09  Michael Tremercommand: Return exit code of last child process
2022-08-09  Michael Tremercgroup: Add option to control the amount of PIDs
2022-08-09  Michael Tremercommand: Show how much memory we managed to allocate
2022-08-09  Michael Tremertests: jail: Add test for memory limit
2022-08-09  Michael Tremerjail: Return any output as string
2022-08-09  Michael Tremertests: jail: Add check for nice level
2022-08-09  Michael Tremertests: Add check to compare string arrays
2022-08-09  Michael Tremertests: cgroup: Drop old cgroup tests
2022-08-09  Michael Tremertests: archive: Fix whitespace error
2022-08-09  Michael Tremertests: jail: Actually run a useful command
2022-08-09  Michael Tremertests: Copy command into every test environment
2022-08-09  Michael Tremertests: Cleanup temporary directories
2022-08-09  Michael Tremertests: Allow running a single test
next