]> git.ipfire.org Git - people/stevee/pakfire.git/shortlog
people/stevee/pakfire.git
2022-08-17  Michael Tremerfile: Store hardlink/symlink targets
2022-08-17  Michael Tremerbuild: Install packages even when no snapshot is being...
2022-08-17  Michael Tremerbuild: Rename init routine and add marker
2022-08-17  Michael Tremerjail: Drop unused pakfire_jail_has_flag function
2022-08-17  Michael Tremerjail: Use common function to write files
2022-08-17  Michael Tremerutil: Add generic function to write data to files
2022-08-17  Michael Tremerbuild: Use pakfire_jail_bind to bind-mount local repository
2022-08-17  Michael Tremerjail: Make waiting loop more efficient
2022-08-17  Michael Tremerpython: execute: Fix SEGV when no output has been returned
2022-08-17  Michael Tremerjail: Fix logic error in interactive flag
2022-08-17  Michael Tremerprogressbar: Return correct error code when we couldn...
2022-08-17  Michael Tremerprogressbar: Add mutex to avoid race when drawing
2022-08-17  Michael Tremerpakfire: Drop build flag
2022-08-17  Michael Tremercgroups: Check if a valid name for child groups is...
2022-08-17  Michael Tremerjail: Fix returning UUID
2022-08-16  Michael Tremerbuild: Fix reference to repository
2022-08-16  Michael Tremerscripts: Drop interactive flag
2022-08-16  Michael Tremerbuild: Move local build repository here
2022-08-16  Michael Tremerpakfire: Drop interactive flag
2022-08-16  Michael Tremerbuild: Move interactive flag from jail
2022-08-16  Michael Tremerjail: Make dropping users into a shell easier
2022-08-16  Michael Tremerpakfire: Drop empty pakfire_build_setup function
2022-08-16  Michael Tremerjail: Export new bind action in favour of pakfire_bind()
2022-08-16  Michael Tremermount: Drop unused pakfire_umount_all function
2022-08-16  Michael Tremerbuild: Actually disable snapshots when requested
2022-08-16  Michael Tremerbuild: Move ccache setup here
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 Tremerbuild: Move snapshot extraction
2022-08-16  Michael Tremerjail: Give a random UUID and use it for the cgroup
2022-08-16  Michael Tremerjail: Kill child when parent dies
2022-08-16  Michael Tremerjail: Map/unmap any UID/GIDs
2022-08-16  Michael TremerUnify duplicated code for UIDs and GIDs
2022-08-16  Michael Tremerjail: deny setgroups() before initializing the {U,G...
2022-08-16  Michael Tremerjail: Use read SUB{U,G}IDs
2022-08-16  Michael Tremertests: jail: Check file ownership
2022-08-16  Michael Tremerjail: Check effective UID/GID for root as well
2022-08-16  Michael Tremercapabilities: Add some helper functions
2022-08-16  Michael Tremerpakfire: Make sub{u,g}ids accessible
2022-08-16  Michael Tremerpwd: Check for valid length in sub{u,g}ids
2022-08-12  Michael Tremerpakfire: Run any jails unprivileged even when called...
2022-08-12  Michael Tremercopy: Use pre-configured archive readers/writers
2022-08-12  Michael Tremerutil: Unify copying libarchive payload from file
2022-08-12  Michael Tremerutil: Improve error reporting for archive copy
2022-08-12  Michael Tremertests: Actually run them all when we want all
2022-08-12  Michael Tremerutil: Drop unused archive_entry argument from copy...
2022-08-12  Michael Tremercommand: Add function to show own file ownership
2022-08-11  Michael Tremerpakfire: Parse SUBUID/GIDs from /etc/sub{u,g}id
2022-08-11  Michael Tremertests: Check if Pakfire was initialized correctly
2022-08-10  Michael Tremerconfigure: Check for some basic types
2022-08-10  Michael Tremerpo: Update translations
2022-08-10  Michael Tremertests: jail: Disable test which doesn't work
2022-08-10  Michael Tremerpython: execute: Drop enable_network switch
2022-08-10  Michael Tremercgroup: Implement reading stats
2022-08-10  Michael Tremercommand: Add sleep
2022-08-09  Michael Tremerbuilds: Set PID limit to 2048 for each build
2022-08-09  Michael Tremercgroup: Update header
2022-08-09  Michael Tremercgroup: Remove unused variable
2022-08-09  Michael Tremerutil: Refactor pakfire_str2deps and use it everywhere
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: Create a leaf cgroup
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 Tremerpakfire: pakfire_copy: Add newline after log message
2022-08-09  Michael Tremercgroup: Implement legacy way to kill processes
2022-08-09  Michael Tremercgroup: Fix destruction function
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 Tremerpakfire: Fix return code of pakfire_copy on error
2022-08-09  Michael TremerMakefile: Drop unnecessary define for main test
2022-08-09  Michael Tremerjail: Log executed command line
2022-08-09  Michael Tremertests: Cleanup temporary directories
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-09  Michael Tremerbuild: Guarantee 2 GiB of memory for each builder
2022-08-09  Michael Tremercgroup: Add functions to configure memory limits
2022-08-08  Michael Tremerbuild: Use main jail to build stages
2022-08-08  Michael Tremerbuild: Use default jail to run any scripts
2022-08-08  Michael Tremerbuild: Pass context to pakfire_build_run_script
2022-08-08  Michael Tremerbuild: Pass context to pakfire_build_find_dependencies
2022-08-08  Michael Tremerbuild: Pass context to pakfire_build_package_add_files
2022-08-08  Michael Tremerbuild: Pass context to pakfire_build_package_add_scriptlets
2022-08-08  Michael Tremerbuild: Pass context to pakfire_build_package(s)
2022-08-08  Michael Tremerbuild: Pass context to pakfire_build_run_post_build_scripts
2022-08-08  Michael Tremerbuild: Pass context to pakfire_build_stage
2022-08-08  Michael Tremerbuild: Pass context to pakfire_build_makefile
2022-08-08  Michael Tremerbuild: No longer include glob.h
2022-08-08  Michael Tremerbuild: Open source archive and extra some metadata
2022-08-08  Michael Tremerbuild: Split heavy lifting into a separate exec function
2022-08-08  Michael Tremerbuild: Set default target
2022-08-08  Michael Tremerbuild: Export pakfire_build_ref/_unref
2022-08-08  Michael Tremerbuild: Set errno to EINVAL when build ID is of an inval...
next