]> git.ipfire.org Git - people/stevee/pakfire.git/shortlog
people/stevee/pakfire.git
2023-03-15  Michael Tremerfile: Mark files as executable
2023-03-15  Michael Tremerfile: Rename extension check to patterns
2023-03-15  Michael Tremerfile: Do not check for SSP for runtime linkers
2023-03-15  Michael Tremerpython: Release and acquire the GIL when we need it
2023-03-15  Michael Tremerbuild: Dump the complete filelist
2023-03-15  Michael Tremercompress: Resolve hardlinks when writing archives
2023-03-15  Michael Tremerfile: Correctly fail PIE test
2023-03-15  Michael Tremerbuild: Show build time at the end
2023-03-15  Michael Tremerstring: Add function to format elapsed time
2023-03-14  Michael Tremerfile: Perform magic check for all files
2023-03-14  Michael Tremerfile: Skip hardening checks for firmware files
2023-03-14  Michael TremerCFLAGS: Move string formatting stuff into an extra...
2023-03-13  Michael Tremerfile: Disable all hardening checks for Relocatable...
2023-03-13  Michael Tremerfile: Skip SSP check for data libraries
2023-03-11  Michael Tremerbuild: Implement marking configuration files in archives
2023-03-11  Michael Tremerfile: Fix digest comment
2023-03-11  Michael Tremerfile: Add missing return type
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
next