]> git.ipfire.org Git - pakfire.git/history - tests/libpakfire/jail.c
jail: Remove callbacks from command calls
[pakfire.git] / tests / libpakfire / jail.c
2024-01-14  Michael Tremerjail: Remove callbacks from command calls
2023-12-19  Michael Tremerjail: Replace communication callbacks by setting callbacks
2023-12-19  Michael Tremerjail: Implement sending data into standard input
2023-12-02  Michael TremerRevert "jail: This changes how we launch sub-processes"
2023-11-05  Michael Tremerjail: This changes how we launch sub-processes
2023-11-01  Michael Tremercgroups: Anchor to the context
2023-11-01  Michael Tremertests: Allow to configure whether Pakfire is needed
2023-11-01  Michael Tremertests: Introduce flags
2023-03-24  Michael Tremertests: Make the testsuite compile again
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-06  Michael Tremerbuild: Pass filelists into dependency scripts
2022-12-06  Michael Tremerjail: Add new way to communicate with child processes
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: jail: Check file ownership
2022-08-09  Michael Tremertests: jail: A fork bomb should also exhaust all memory
2022-08-09  Michael Tremercgroup: Add option to control the amount of PIDs
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: jail: Actually run a useful command
2022-08-09  Michael Tremertests: Allow running a single test
2022-08-09  Michael Tremertests: jail: Add test that launches a process into...
2022-08-03  Michael Tremerjail: Add option to collect stdout
2022-08-02  Michael Tremerjail: Execute command
2022-08-02  Michael Tremerjail: Implement first steps of running a command in...
2022-08-02  Michael Tremerjail: Introduce interactive jails
2022-08-02  Michael Tremerjail: Add flags
2022-08-02  Michael Tremerjail: Set some default environment variables
2022-08-02  Michael Tremerjail: Implement setting environment variables
2022-08-02  Michael Tremertests: Add a simple test for jails