]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2025-01-08  Michael Tremercli: progressbar: Fix integer underflow
2025-01-08  Michael Tremerstripper: Add the debuglink only when we have extracted...
2025-01-08  Michael Tremerstrings: Add function to merge multiple strings into...
2025-01-08  Michael Tremerstripper: Create directories where we are creating...
2025-01-08  Michael Tremerstripper: Rename functions
2025-01-08  Michael Tremerstripper: Don't try to extract debuginfo from *.o files
2025-01-08  Michael Tremerstripper: Strip any LTO information
2025-01-08  Michael Tremerstripper: Rename to self
2025-01-08  Michael Tremerlinter: Skip script interpreter check for ELF files
2025-01-08  Michael Tremerlinter: Skip linting kernel modules
2025-01-08  Michael Tremerlinter: Move skipping files we never want to lint
2025-01-08  Michael Tremerbuild: Remove extra step when installing any custom...
2025-01-08  Michael Tremerbuild: Install source package/update in one step
2025-01-08  Michael Tremerbuild: Find pre-requirements without a shell script
2025-01-08  Michael Tremerpty: Add helper function to stream a buffer into stdin
2025-01-08  Michael Tremerutil: which: Fix return code on invalid input
2025-01-06  Michael Tremerpackage: Allow building noarch on any host architecture
2025-01-06  Michael Tremerlinter: Skip valgrind for the SSP check
2025-01-06  Michael Tremerlinter: Whitelist the runtime linker for the SSP check
2025-01-06  Michael Tremerstripper: Never try to strip any firmware
2025-01-06  Michael Tremerbuild: Fix order of arguments to set the arch
2025-01-06  Michael Tremerstrings: Don't clear the entire buffer when resetting...
2025-01-06  Michael Tremerstrings: setn: Don't copy anything if length is zero
2025-01-06  Michael Tremerstrings: Create a function to copy a fixed-length string
2025-01-06  Michael Tremerstring: Choose a more sensible error code when we run...
2025-01-05  Michael Tremerjail: Remove headers for removed functions
2025-01-05  Michael Tremerbuild: Exclude *.py[co] and *.packlist from BUILDROOT...
2025-01-05  Michael Tremerbuild: Set PKG_CONFIG_PATH a little bit elegantly
2025-01-05  Michael Tremerenv: Add a function to append values
2025-01-05  Michael Tremerbuild: Create buildroot outside the build environment
2025-01-05  Michael TremerCLI: Remove option to pass the build ID
2025-01-05  Michael Tremertests: build: Use the correct macros to check for errors
2025-01-05  Michael Tremertests: build: Pass the configuration
2025-01-05  Michael Tremertests: Always globally load the test configuration...
2025-01-05  Michael TremerDrop PAKFIRE_PRIVATE
2025-01-05  Michael TremerCLI: Create a convenience function to set up a build...
2025-01-05  Michael Tremerbuild: Fix conflicting flag name
2025-01-05  Michael TremerCLI: Only pass distro globally for all build commands
2025-01-05  Michael TremerCLI: Rename config to args
2025-01-05  Michael Tremercli: Remove legacy distro configuration loading code
2025-01-05  Michael Tremerbuild: Pass the configuration to Pakfire
2025-01-05  Michael Tremertests: Fix them after the recent changes
2025-01-05  Michael Tremerpakfire: Pass the configuration as a config object
2025-01-05  Michael Tremerbuild: Create and manage the Pakfire instance ourselves
2025-01-05  Michael Tremerdebian: Install all files in the main package
2025-01-04  Michael Tremerpakfire: Tell the compiler that we always expect a...
2025-01-04  Michael Tremerstrings: Copy strings a lot when appending to an array
2025-01-04  Michael Tremerbuild: Implement buildroot check
2025-01-04  Michael Tremerfile: Build a function to search a file for a string
2025-01-04  Michael Tremerstrings: Implement a fast search that even works over...
2025-01-04  Michael Tremerfilelist: Implement binary search for paths
2025-01-04  Michael Tremerbuild: Drop the old find-requires script
2025-01-04  Michael Tremerbuild: Implement symlink dependencies
2025-01-04  Michael Tremerpackages: Automatically ignore any dependencies that...
2025-01-04  Michael Tremerstripper: There should be no need to check if the desti...
2025-01-04  Michael Tremerstripper: Be smarter when copying sources
2025-01-04  Michael Tremerfilelist: Increment progress after a file has been...
2025-01-04  Michael TremerELF: Don't log when finding a source file
2025-01-03  Michael Tremerscripts: Remove the old find-provides script
2025-01-03  Michael TremerELF: Fix reading note sections
2025-01-03  Michael TremerELF: Fix offset for aux sections for dependencies
2025-01-03  Michael TremerELF: Declare offsets outside of the switch block
2025-01-03  Michael TremerELF: Actually return findings on the CF protection...
2025-01-03  Michael TremerELF: Don't return an error if there are no sections
2025-01-03  Michael Tremerbuild: Return a more detailed error message if deps...
2025-01-03  Michael Tremerbuild: ELF files must always be executable
2025-01-03  Michael Tremerbuild: Use convenience function to match filenames
2025-01-03  Michael TremerELF: Fetch provided dependencies
2025-01-03  Michael TremerELF: Add a function to fetch the SONAME
2025-01-03  Michael Tremerbuild: Process pkg-config provides
2025-01-03  Michael Tremerbuild: Move filtering dependencies into the package...
2025-01-03  Michael Tremerbuild: Fix the Python ABI and store it as a requirement
2025-01-03  Michael Tremerfind-requires: Remove more replaced code
2025-01-03  Michael TremerELF: Parse any runtime dependencies
2025-01-03  Michael Tremerstring: Move array functions into strings.c
2025-01-03  Michael Tremerstrings: Help the compiler to understand what array...
2025-01-03  Michael TremerELF: Add a custom pointer when walking through all...
2025-01-03  Michael Tremerfind-requires: Remove things that have been implemented...
2025-01-03  Michael Tremerbuild: Require ELF interpreters
2025-01-03  Michael TremerELF: Add a function to fetch the interpreter
2025-01-03  Michael Tremerbuild: Don't try to find dependencies for debug files
2025-01-03  Michael TremerELF: Create a function to easily walk through all progr...
2025-01-03  Michael TremerELF: Read the number of program headers only once
2025-01-03  Michael Tremerbuild: Find pkg-config requires in C
2025-01-03  Michael Tremerenv: Allow string formatting when setting a value
2025-01-03  Michael Tremerpackages: Accept format arguments when adding a new...
2025-01-03  Michael TremerRemove libpakfire as a shared object
2025-01-03  Michael Tremerstrings: Include string.h
2025-01-03  Michael TremerELF: Move any source file handling
2025-01-03  Michael Tremerpakfire: Add openat() relative to the root
2025-01-03  Michael Tremerpakfire: Keep a fd open to the root
2025-01-03  Michael Tremerpakfire: Remove unused lock
2025-01-02  Michael Tremerstring: Import errno.h
2025-01-02  Michael Tremerbuild: Allow uninstallation of incompatible packages
2025-01-02  Michael Tremerbuild: Correctly handle dependency problems on the...
2025-01-02  Michael TremerELF: Improve the stripped check
2025-01-02  Michael TremerELF: Fetch the string index only once
2025-01-02  Michael Tremerstripper: Strip relocation information again
2025-01-02  Michael TremerELF: Base the SSP check on the dynamic section
2025-01-02  Michael Tremerstrings: Add a simple function to compare two strings
next