]> git.ipfire.org Git - pakfire.git/history - src
macros: Make sure that CMake always uses the correct CFLAGS
[pakfire.git] / src /
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 Tremerjail: Return 139 when the child was killed
2022-12-12  Michael Tremermount: Fix bind-mounting read-only shares
2022-12-12  Michael Tremertransactions: Fix showing freed space
2022-12-12  Michael Tremerparser: Support export VAR += VALUE
2022-12-12  Michael Tremerbuild: Do not log skipped dependencies
2022-12-09  Michael Tremerjail: Fix FTBFS linux/fcntl.h and fcntl.h are incompatible
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 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 Tremerfind-provides/requires: Drop Perl handling
2022-12-08  Michael Tremerfilelist: Sort the filelist after scanning
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
2022-12-06  Michael Tremerjail: Make pakfire_jail_exec_script private
2022-12-06  Michael Tremerjail: Drop superfluous arguments that are never used...
2022-12-06  Michael Tremerbuild: Pass filelists into dependency scripts
2022-12-06  Michael Tremerjail: Refactor pakfire_jail_exec_script
2022-12-06  Michael Tremerjail: Refactor pakfire_jail_exec
2022-12-06  Michael Tremerjail: Add new way to communicate with child processes
2022-12-06  Michael Tremerjail: Remove extra % in formatting string
2022-12-06  Michael Tremertransaction: Drop file conflicts check
2022-12-06  Michael Tremerfilelist: Always prefer excludes first, then includes
2022-12-06  Michael Tremerjail: Add exception for root user when reading subuid...
2022-12-06  Michael Tremerfile: Copy more stat attributes
2022-12-02  Michael Tremerdependencies: Consume any excess space
2022-12-02  Michael Tremerdependencies: Log any invalid dependencies
2022-12-01  Michael Tremerfind-requires: Make pkg-config aware of other installed...
2022-12-01  Michael Tremerfind-provides: Process all .so files
2022-12-01  Michael Tremerpakfire-builder: shell: Allow passing --install multipl...
2022-11-30  Michael Tremerparser: Fix appending to variables with inheritance
2022-11-30  Michael Tremerbuild: Fix splitting the filelist
2022-11-30  Michael Tremerbuild: Split filelist on spaces, too
2022-11-29  Michael Tremerrepo: Slightly refactor scanning
2022-11-29  Michael Tremerfilelist: Unify include/exclude pattern matching
2022-11-29  Michael Tremerbuild: Strip the leading ! from excluded files
2022-11-29  Michael Tremerjail: Set a default PATH to avoid using login shells...
2022-11-29  Michael Tremerbuild: Fix collecting pre-requires from scriptlets
2022-11-29  Michael Tremerbuild: Run scriptlets in a login shell
2022-11-29  Michael Tremerdb: Set correct absolute path for read filelists
2022-11-29  Michael Tremerpackager: Do not try to compress source packages as...
2022-11-28  Peter Müllerjail.c: It should have been the other way round, Michae...
2022-11-28  Michael Tremerextract: Prevent pakfire from removing any symlinks
2022-11-28  Michael Tremertransactions: Add hack to ensure UsrMove works
2022-11-28  Peter Müllerjail.c: Include sys/wait.h before linux/wait.h
2022-11-24  Michael Tremerbuild: Create function to call dependency scripts
2022-11-24  Michael Tremerpakfire-builder: Add switches to enable/disable reposit...
2022-11-24  Michael Tremerpakfire-builder: shell: Add --disable-snapshot
2022-11-24  Michael Tremer_pakfire: Fix SEGV on repr(repo)
2022-11-24  Michael Tremerbuild: Allow creating shells without a snapshot
2022-11-22  Michael Tremercheck-rpaths: Normalize paths before checking the whitelist
2022-11-22  Michael Tremerfind-requires: Skip any interpreters without absolute...
2022-11-22  Michael Tremerstrip: Include PIE files
2022-11-22  Michael Tremerpackager: Don't print message when a package is being...
2022-11-21  Michael Tremerdist: Pass absolute path when searching for files
2022-11-21  Michael Tremerfilelist: Scanning requires an absolute path
2022-11-21  Michael Tremerarch: Fix making build target lowercase
2022-11-19  Michael Tremermount: Cleanup auto-creating mount targets
2022-11-19  Michael Tremermount: Fix argument order for bind-mounting device...
2022-11-19  Michael Tremerutil: touch: Actually set mode
2022-11-19  Michael Tremerpakfire-builder: Fix search command
2022-11-19  Michael Tremerpakfire-builder: Make search functions re-use some...
next