]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2025-01-01  Michael TremerELF: Keep a simple reference to the ELF header at all...
2025-01-01  Michael TremerELF: Store the path
2025-01-01  Michael Tremerelf: Begin scaffolding for an object that handles ELF...
2025-01-01  Michael Tremerdigests: Don't rewind file after processing to keep...
2024-12-31  Michael Tremerbuild: Fix ELF check
2024-12-31  Michael Tremerfile: Fix script interpreters again
2024-12-31  Michael Tremerfile: Allow passing the mode on fopen()
2024-12-31  Michael Tremerutil: Terminate pakfire_copy() even if feof() does...
2024-12-31  Michael Tremerlinter: Silence the RUNPATH check
2024-12-31  Michael Tremerstripper: Remove any previously existing debuglinks
2024-12-31  Michael Tremerstripper: Ignore if source files don't exist
2024-12-31  Michael TremerFHS: Permit sub-directories in /usr/src/debug
2024-12-31  Michael TremerJenkins: Disable the broken branch check
2024-12-31  Michael Tremerpackages: Ignore dependencies starting with "#"
2024-12-31  Michael Tremerpath: Convince the static analyzer that path is set
2024-12-31  Michael Tremerxfer: Only call linkat() with a valid file descriptor
2024-12-31  Michael Tremerstripper: Initialize tmppath in case there is an error
2024-12-31  Michael Tremerutil: Implement rewind() that returns any errors
2024-12-31  Michael Tremerlinter: Fix RELRO check
2024-12-31  Michael Tremerpackagelist: Fix keep going logic
2024-12-31  Michael Tremerlinter: Fix check if we have an ELF file
2024-12-31  Michael TremerRevert "tests: Don't collect coverage information about...
2024-12-31  Michael Tremerstripper: (Re-)compress all debug information using...
2024-12-31  Michael TremerCFLAGS: Deduplicate debugging information
2024-12-31  Michael TremerMakefile: Link tests with -lgcov again
2024-12-31  Michael Tremerscripts: Remove the old strip script
2024-12-31  Michael Tremerstripper: Actually strip binaries
2024-12-31  Michael Tremerlinter: Don't complain if there is no symbol table
2024-12-31  Michael Tremerfile: Add function to replace file content from another fd
2024-12-31  Michael Tremerlinter: Check that files in /usr/lib/debug are ELF...
2024-12-31  Michael Tremerfilelist: Fix removing items
2024-12-31  Michael Tremerfilelist: Clear number of entries after the filelist...
2024-12-30  Michael Tremerstripper: Write the debug information directory the...
2024-12-30  Michael Tremerfile: Add option to pass flags to open()
2024-12-30  Michael Tremerstripper: Extract debug information into a separate...
2024-12-30  Michael Tremerstripper: Extract sources in the main process again
2024-12-30  Michael TremerRevert "configure: Link against libbfd"
2024-12-30  Michael TremerRevert "stripper: Use libbfd to extract the Build ID"
2024-12-30  Michael Tremerstripper: Use libbfd to extract the Build ID
2024-12-30  Michael Tremerconfigure: Link against libbfd
2024-12-29  Michael Tremerstripper: Extract the GNU Build ID
2024-12-29  Michael Tremerfile: Check if we actually returned a file handle
2024-12-29  Michael Tremerpackager: Improve passing on error codes
2024-12-29  Michael Tremerstripper: Open the file only once
2024-12-29  Michael Tremerparser: Refactor unquoting strings
2024-12-29  Michael Tremertests: Don't collect coverage information about tests
2024-12-29  Michael Tremerstripper: Create a unified stripping function
2024-12-29  Michael Tremerscripts: Don't extract sources in the strip script...
2024-12-29  Michael Tremerstripper: Show progress bar when stripping files
2024-12-29  Michael Tremerstripper: Implement copying sources
2024-12-29  Michael TremerFHS: Permit debug sources
2024-12-29  Michael Tremerfilelist: Actually sort when adding files
2024-12-29  Michael Tremerfilelist: Drop the sort function again
2024-12-29  Michael Tremerfilelist: Fix return code when we run out of buffer...
2024-12-29  Michael Tremerfilelist: Don't overwrite r when using a progress bar
2024-12-29  Michael Tremerstripper: Run the stripping inside the jail
2024-12-29  Michael Tremerstripper: Keep a reference to the jail
2024-12-29  Michael Tremerfile: Fix path when opening a file inside the jail
2024-12-29  Michael Tremerctx: Set a flag when we are running inside the jail
2024-12-29  Michael Tremerjail: Change callback signature to include the context...
2024-12-29  Michael Tremerjail: Add a function to call a custom callback inside...
2024-12-29  Michael Tremerbuild: Pass the environment to the interactive shell
2024-12-29  Michael Tremerjail: Rename pakfire_jail_exec to pakfire_jail_exec_command
2024-12-29  Michael Tremerenv: Declare the struct before importing anything
2024-12-29  Michael Tremertests: Add tests for env
2024-12-29  Michael Tremerjail: Merge the basic environment with the custom envir...
2024-12-29  Michael Tremerbuild: Simplify reading the parser environment
2024-12-29  Michael Tremerjail: Move the environment into an extra object
2024-12-29  Michael Tremerjail: Add struct to pass more stuff to commands
2024-12-29  Michael Tremerjail: Create a callback function that is called in...
2024-12-25  Michael TremerRevert "file: Remove ELF detection with libelf"
2024-12-25  Michael TremerRevert "stripper: Throw this away"
2024-12-25  Michael Tremertests: Add a test to check if the log buffer limit...
2024-12-24  Michael Tremerbuild: Check for matching files in a loop
2024-12-24  Michael Tremerpackager: Sort files before writing the archive
2024-12-24  Michael Tremertests: log buffer: Test invalid function calls
2024-12-24  Michael Tremerlog buffer: Check inputs on dequeue
2024-12-24  Michael Tremerlog buffer: Since length is signed, we cannot assign -1
2024-12-24  Michael Tremertests: Add simple tests for the log buffer
2024-12-24  Michael Tremerlog buffer: Reset pointers when there is no more data
2024-12-16  Michael Tremertests: cgroups: Fix return code checks
2024-12-16  Michael Tremertests: Add check for expected return codes
2024-12-16  Michael Tremerjail: Cleanup if we cannot create an eventfd
2024-12-16  Michael Tremerjail: Report correct error if clone3() failed
2024-12-14  Michael Tremercgroups: Recursively delete cgroups
2024-12-14  Michael Tremertests: string: Check if strings contain whitespace
2024-12-14  Michael Tremerjail: Return the correct exit code when a process has...
2024-12-14  Michael Tremerbuild: Ignore if cgroup limits could not be applied
2024-12-14  Michael Tremerbuild: Move cgroup accounting here
2024-12-14  Michael Tremerjail: Log the status code when a process exits abnormally
2024-12-14  Michael Tremercgroups: The static analyzer does not seem to understan...
2024-12-14  Michael Tremerpath: Make the static analyzer happy again
2024-12-14  Michael Tremerxfer: Don't call fileno() with NULL
2024-12-14  Michael Tremerarchive: Don't leak fd if archive could not be opened
2024-12-14  Michael Tremerjail: Enable accouting in the parent group
2024-12-14  Michael Tremercgroup: Remove unused function to open root
2024-12-14  Michael Tremerbuild: Fail properly when we could not open a cgroup
2024-12-14  Michael Tremercgroups: Implement recursion again
2024-12-14  Michael Tremerjail: Check if we received a valid file descriptor...
2024-12-14  Michael Tremercgroups: Don't automatically kill when destroying a...
next