]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
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
2022-12-12  Michael Tremermacros: Set CC and CXX environment variables to the...
2022-12-12  Michael Tremertransactions: Fix showing freed space
2022-12-12  Michael Tremermacros: Append -pipe to CFLAGS
2022-12-12  Michael Tremerparser: Support export VAR += VALUE
2022-12-12  Michael Tremermacros: Move CFLAGS/CXXFLAGS/LDFLAGS into the build...
2022-12-12  Michael Tremerbuild: Do not log skipped dependencies
2022-12-12  Michael Tremermacros: Add -Wl,--as-needed to LDFLAGS by default
2022-12-09  Michael Tremerjail: Fix FTBFS linux/fcntl.h and fcntl.h are incompatible
2022-12-09  Michael Tremerconfigure: Bump release to 0.9.28 0.9.28
2022-12-09  Michael Tremerrepo: Avoid reading past the end of the key buffer
2022-12-09  Michael Tremerrepo: Avoid double brackets in section name
2022-12-09  Michael Tremerbuild: Ensure /etc/pakfire/repos exists before writing...
2022-12-09  Michael Tremerjail: Create a new network namespace unless running...
2022-12-09  Michael Tremerjail: Set HOME in shell environment
2022-12-09  Michael Tremerprogressbar: Don't join rendering thread when it has...
2022-12-09  Michael Tremerfilelists: Silence a compiler warning that a comment...
2022-12-09  Michael TremerRevert "packages: Ensure that the pool is internalized...
2022-12-09  Michael Tremerfilelist: Make pattern matching less eager
2022-12-09  Michael Tremermacros: Add newline to python3_version output
2022-12-09  Michael Tremerfilelist: Fix off-by-one error when deleting files
2022-12-09  Michael Tremerpackager: Sort the filelist before writing the package
2022-12-09  Michael Tremertransaction: Don't print empty string
2022-12-09  Michael Tremerparser: Fix function declaration for yy_scan_bytes
2022-12-09  Michael Tremerdownloader: Actually check whether title is set
2022-12-09  Michael Tremerdb: Free correct value
2022-12-08  Michael Tremerpackages: Fix my messy code and use proper return codes
2022-12-08  Michael Tremerpackage: Don't make types array static
2022-12-08  Michael Tremerbuild: Skip requires which are provided by the same...
2022-12-08  Michael Tremerpackages: Ensure that the pool is internalized for...
2022-12-08  Michael Tremerpackage: Add function to check whether a depenency...
2022-12-08  Michael Tremerpackage: Use self-provides function from libsolv
2022-12-08  Michael Tremertransaction: Add error message when digest isn't set
2022-12-08  Michael Tremerbuild: Fix compiler warning
2022-12-08  Michael Tremerbuild: Fix checking scriptlets for any dependencies
2022-12-08  Michael Tremerconfigure: Do not link against libsolv-ext any more
2022-12-08  Michael Tremerfind-provides/requires: Drop Perl handling
2022-12-08  Michael Tremerfilelist: Sort the filelist after scanning
2022-12-08  Michael Tremermacros: Call better things for Python 3
2022-12-08  Michael Tremerbuild: Only send Perl files to the perl dependency...
2022-12-08  Michael Tremerfilelist: Add pattern filtering to walk
2022-12-08  Michael Tremerfile: Add a function to check whether the path matches...
2022-12-08  Michael Tremerfind-requires: Fix matching Python paths
2022-12-07  Michael Tremerperl: Re-indent scripts
2022-12-07  Michael Tremerperl.req: Don't call perl.prov
2022-12-07  Michael Tremerperl: Behave like the other dependency scripts
2022-12-07  Michael Tremerperl.req: Drop Fedora-specific stuff
2022-12-07  Michael Tremerscripts: Update perl.{prov,req} from RPM
2022-12-06  Michael Tremerbuild: Refactor dependency scanning
2022-12-06  Michael Tremerscripts: Log BUILDROOT when it cannot be found
2022-12-06  Michael Tremerdependencies: Ignore newline
next