]> git.ipfire.org Git - people/ms/pakfire.git/shortlog
people/ms/pakfire.git
2023-03-11  Michael Tremerarchive: Store MIME type of files
2023-03-11  Michael Tremerfiles: Fix iterating over extended attributes
2023-03-11  Michael Tremerbuild: Check if ELF files contain debug information
2023-03-11  Michael Tremerfile: Show error when the hardening check fails
2023-03-11  Michael Tremerfile: Show error when a file has no symbol table
2023-03-11  Michael Tremerfile: Show tags for failed execstack/partly RELRO check
2023-03-10  Michael Tremerarchive: Be more efficient when reading single files
2023-03-10  Michael Tremerarchive: Fix reading files from archives
2023-03-10  Michael Tremercompress: Swap PAKFIRE_WALK_DONE and *_END for semantic...
2023-03-10  Michael Tremerarchive: Fix reading filelists/extraction on newer...
2023-03-10  Michael Tremerarchive: Drop support for legacy package formats
2023-03-10  Michael Tremerarchive: Fix progress bar on extraction
2023-03-10  Michael Tremermacros: Use CET on x86_64
2023-03-10  Michael Tremermacros: Enable libstcd++ assertions
2023-03-10  Michael Tremerhub: Change how we append arguments to the request
2023-03-10  Michael Tremerdaemon: Do not send DEBUG messages to the build service...
2023-03-09  Michael Tremerrepositories: Refactor how we are reading metadata
2023-03-09  Michael Tremerpakfire: Allow setting a custom cache path through...
2023-03-09  Michael Tremerdownloader: Read proxy settings from the general section
2023-03-09  Michael Tremerrepo: compose: Ensure that the destination path always...
2023-03-09  Michael Tremerrepo: Store the real path on stack to avoid it being...
2023-03-09  Michael Tremerrepos: Try to hardlink packages when possible
2023-03-09  Michael Tremerrepo: Handle relative paths on compose
2023-03-09  Michael Tremerfile: Check files for being RELRO
2023-03-09  Michael Tremerfile: Check if ELF files have an executable stack
2023-03-09  Michael Tremerbuild: Refactor hardening checks
2023-03-09  Michael Tremerrepo: Compress the SOLV database using Zstandard
2023-03-09  Michael Tremerrepo: Ensure to close the file descriptor after reading...
2023-03-09  Michael TremerCFLAGS: Use -fstack-protector-all over -strong
2023-03-09  Michael TremerIPFire 3: Disable all repositories for now except Bootstrap
2023-03-08  Michael Tremerarchive: Make sure the destination directory exists...
2023-03-05  Michael Tremerbuild: Check if binaries have been built with -fPIC
2023-03-05  Michael Tremerarchive: Set download size for new format packages
2023-03-05  Michael Tremerarchive: Improve importing filelists from JSON
2023-03-05  Michael Tremerbuild: Move SSP check into the build process
2023-03-05  Michael Tremerfile: Check if files are in ELF format
2023-03-05  Michael Tremerbuild: Reuse function to walk through the package filelist
2023-03-05  Michael Tremerbuild: Move checking for broken symlinks into C
2023-03-05  Michael Tremerfile: Use S_IFMT instead of AE_IFMT
2023-03-05  Michael Tremerfile: Append symlink target to dump
2023-03-04  Michael Tremermacros: Don't install logrotate files
2023-03-04  Michael Tremermacros: Don't run MACRO_FIX_AUTOTOOLS all the time...
2023-03-04  Michael Tremermacros: Fix update config.guess/config.sub macro
2023-03-04  Michael Tremerbuild: Delete static libraries only when there is a...
2023-02-28  Michael Tremerpackagelist: Refactor the whole thing
2023-02-28  Michael TremerCLI: requires: Search for all reverse dependencies
2023-02-28  Michael Tremersearch: Consolidate using Dataiterator and add file...
2023-02-28  Michael Tremerpakfire_whatprovides/requires: Write to an existant...
2023-02-28  Michael Tremerui: Don't ask any questions if the shell isn't interactive
2023-02-27  Michael Tremerrepo: Refactor returning all packages in a repository
2023-02-27  Michael Tremerpackagelist: Return some value on push
2023-02-25  Michael Tremerpackagelists: Split function to import packages from...
2023-02-22  Michael TremerCheck if makefile name matches the package name
2023-02-21  Michael Tremerfilelists: Fix sorting when adding more elements
2023-02-21  Michael Tremertests: Add a simple test for filelists
2023-02-21  Michael Tremerdb: Don't return filelists in a funny order
2023-02-21  Michael Tremerfilelists: Rename *_append() to *_add()
2023-02-21  Michael Tremerpython: Drop performance_index function
2023-02-21  Michael Tremerfilelists: Rename *_size() -> *_length()
2023-02-21  Michael Tremerbuild: Remove any *.a and *.la files internally instead...
2023-02-21  Michael Tremerfilelists: Implement removing files from a filelist
2023-02-21  Michael Tremerfile: Implement detecting static libraries and libtool...
2023-02-21  Michael Tremerfilelists: Drop sort function as filelists are now...
2023-02-21  Michael Tremerfilelists: Refactor the entire module
2023-02-21  Michael Tremerfind-requires: Only check for interpreters for executab...
2023-02-21  Michael Tremerdependencies: Add support for arch() namespace
2023-02-21  Michael Tremerdependencies: Fix parsing complex dependencies
2023-02-21  Michael Tremermount: Increase size for /tmp in jail
2023-02-20  Michael Tremerbuild: Skip calling scripts if no file matches
2023-01-12  Michael Tremercgroups: Make killall function static and fix memory...
2023-01-12  Michael Tremerbuild: Try to classify files using libmagic
2023-01-12  Michael Tremerconfigure: Depend on libmagic
2023-01-11  Michael Tremermacros: Make it easier to build in a different directory
2023-01-11  Michael Tremermacros: Define firmwaredir
2023-01-11  Michael Tremerperl: Correctly decode Perl versions
2023-01-08  Michael Tremermacros: Meson does not support parallel tests
2023-01-08  Michael Tremerbuild: Implement filter_provides/filter_requires
2023-01-08  Michael Tremerutil: Move regex compilation function
2023-01-07  Michael Tremermacros: Construct LDFLAGS with more information and...
2023-01-06  Michael Tremerjail: Implement configuring timeouts for commands
2022-12-30  Michael Tremermacros: cmake: Fix setting paths
2022-12-30  Michael Tremerjail: Set container and container_uuid environment...
2022-12-30  Michael Tremerjail: Set SYSTEMD_OFFLINE when in chroot
2022-12-30  Michael Tremerjail: Set LANG to C.utf-8 by default
2022-12-30  Michael Tremermacros: Make sure that CMake always uses the correct...
2022-12-16  Michael Tremerfilelist: Drop pattern matching from walk function
2022-12-16  Michael Tremerbuild: Bring back pattern matching which was accidentia...
2022-12-16  Michael Tremerbuild: Do not add dependencies to files provided by...
2022-12-16  Michael Tremerjail: communicate: Mark the stdin fd as closed to avoid...
2022-12-16  Michael Tremerbuild: Send the scriptlet only once
2022-12-16  Michael Tremerjail: epoll: Only register for the operations we actual...
2022-12-15  Michael Tremerjail: Avoid deadlock when sending data to stdin
2022-12-13  Michael Tremerpakfire: Fix searching for descriptions
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: command: Add a command that immediately causes...
2022-12-13  Michael Tremerjail: Return 139 when the child was killed
2022-12-13  Michael Tremertests: jail: Check for correct exit code
2022-12-12  Michael Tremermount: Fix bind-mounting read-only shares
2022-12-12  Michael Tremermacros: Remind libtool where to find any system libraries
next