]> git.ipfire.org Git - pakfire.git/history - tests/libpakfire
jail: Bring back the UNIX domain socket between child/parent
[pakfire.git] / tests / libpakfire /
2023-12-02  Michael TremerRevert "jail: This changes how we launch sub-processes"
2023-11-24  Michael Tremerpath: Add function to compute relative paths
2023-11-05  Michael Tremerjail: This changes how we launch sub-processes
2023-11-01  Michael Tremertests: xfer: Fix digest check
2023-11-01  Michael Tremercgroups: Anchor to the context
2023-11-01  Michael Tremertests: httpclient: Add download tests
2023-11-01  Michael Tremertests: Drop tests for the old downloader
2023-11-01  Michael Tremertests: xfer: Add lots of tests
2023-11-01  Michael Tremertests: Add a simple test for xfers
2023-11-01  Michael Tremertests: Add a simple test that creates a HTTP client
2023-11-01  Michael Tremertests: util: The base64 functions are anchored to the...
2023-11-01  Michael Tremertests: keys are anchored to the context and no longer...
2023-11-01  Michael Tremertests: Allow to configure whether Pakfire is needed
2023-11-01  Michael Tremertests: Introduce flags
2023-11-01  Michael Tremertests: digests: Fix FTBFS
2023-10-31  Michael Tremeros: Move code to read /etc/os-release here
2023-10-30  Michael Tremeros: Add function to read loadavg
2023-10-30  Michael Tremeros: Add function to gather cpu stats
2023-10-28  Michael Tremeros: Implement getting memory stats from /proc/meminfo
2023-10-28  Michael Tremeros: Implement reading some values from /proc/cpuinfo
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: archive: Fix build from source
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-09-25  Michael Tremerconfig: Refactor data model and iterating over sections
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-25  Michael Tremerfile: Fix tests and handle invalid inputs better
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 Tremerkeys: Carry the comment with us and require it
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: 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-02  Michael Tremertests: dependencies: Add tests for dependencies with...
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 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
next