]> git.ipfire.org Git - people/stevee/pakfire.git/shortlog
people/stevee/pakfire.git
2023-03-17  Michael TremerFHS: Rearrange the matrix
2023-03-17  Michael Tremerbuild: Drop check-include
2023-03-17  Michael TremerFHS: Check permissions of files in /usr/include
2023-03-17  Michael TremerFHS: Do not allow any unknown subdirectories in /var
2023-03-17  Michael TremerFHS: Enfore that all files in /usr/*bin are executable
2023-03-17  Michael TremerFHS: Do not allow any subdirectories in /usr/bin &...
2023-03-17  Michael TremerFHS: Implement being able to check for file type
2023-03-17  Michael TremerFHS: Do not allow any more files in /usr and /usr/src
2023-03-17  Michael TremerFHS: Implement checking file ownerships
2023-03-17  Michael Tremerbuild: Drop check-libraries script
2023-03-17  Michael Tremerbuild: Drop old FHS script
2023-03-17  Michael TremerFHS: Implement some simple filesystem checks
2023-03-16  Michael Tremerutil: path_matches: Check if pattern is shorter than...
2023-03-16  Michael Tremerutil: Implement a simple path matching function that...
2023-03-16  Michael Tremerarch: Drop support for all 32 bit architectures
2023-03-16  Michael Tremercompress: Fix wrong variable in threads code
2023-03-16  Michael Tremerpackager: Don't initialize an unsigned integer with -1
2023-03-16  Michael Tremercompress: Enable parallel compression for Zstandard...
2023-03-16  Michael Tremercompress: Create a unified function to create archives
2023-03-16  Michael Tremersnapshots: Call it store/restore
2023-03-16  Michael Tremersnapshots: Do not modify an existing snapshot
2023-03-15  Michael TremerRevert "snapshots: Pass path instead of file descriptor"
2023-03-15  Michael Tremercompress: Do not overwrite configuration on extraction
2023-03-15  Michael Tremerjail: Enable all QEMU CPU features by default
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()
next