]> git.ipfire.org Git - people/stevee/pakfire.git/history - src/libpakfire/filelist.c
filelist: Add flags argument to walk function
[people/stevee/pakfire.git] / src / libpakfire / filelist.c
2023-03-17  Michael Tremerfilelist: Add flags argument to walk function
2023-03-09  Michael Tremerbuild: Refactor hardening checks
2023-02-21  Michael Tremerfilelists: Fix sorting when adding more elements
2023-02-21  Michael Tremerfilelists: Rename *_append() to *_add()
2023-02-21  Michael Tremerfilelists: Rename *_size() -> *_length()
2023-02-21  Michael Tremerfilelists: Implement removing files from a filelist
2023-02-21  Michael Tremerfilelists: Refactor the entire module
2023-02-20  Michael Tremerbuild: Skip calling scripts if no file matches
2022-12-16  Michael Tremerfilelist: Drop pattern matching from walk function
2022-12-09  Michael Tremerfilelists: Silence a compiler warning that a comment...
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-08  Michael Tremerfilelist: Sort the filelist after scanning
2022-12-08  Michael Tremerfilelist: Add pattern filtering to walk
2022-12-06  Michael Tremerbuild: Pass filelists into dependency scripts
2022-12-06  Michael Tremerfilelist: Always prefer excludes first, then includes
2022-11-29  Michael Tremerfilelist: Unify include/exclude pattern matching
2022-11-21  Michael Tremerfilelist: Scanning requires an absolute path
2022-11-04  Michael Tremerfilelists: Don't attempt to cleanup any empty filelists
2022-09-20  Michael Tremerfilelist: Add dump function to dump an entire filelist
2022-09-19  Michael Tremerfilelist: Fix off-by-one error on cleanup
2022-09-19  Michael Tremerpackager: Remove files after they have been packaged
2022-09-05  Michael Tremerfilelist: Add function to walk through filelist
2022-08-24  Michael Tremerfilelist: Fix leaking archive entries
2022-08-23  Michael Tremerfilelist: Drop parser for legacy filelists
2022-08-19  Michael Tremerfile: Perform some basic verification tasks
2022-08-19  Michael Tremerpakfire: check: Extend to verify all files
2022-08-19  Michael TremerDrop support for SHA-1
2022-08-18  Michael Tremerutil: Split string functions into an extra file
2021-12-09  Michael TremerFix shadowing any local variables
2021-09-23  Michael Tremerfile: Store digests in the same way than packages
2021-07-09  Michael Tremerpakfire: Change type from Pakfire to struct pakfire
2021-07-09  Michael Tremerfilelist: Change type from PakfireFilelist to struct...
2021-06-21  Michael Tremerlibpakfire: Use %m instead of strerror(errno)
2021-06-10  Michael TremerMerge branch 'python3'
2021-06-03  Michael Tremerlibpakfire: Change PakfireFile to struct pakfire_file
2021-06-03  Michael Tremerfilelist: Fix check when skipping directories in post...
2021-06-03  Michael Tremerfilelist: Ignore root when scanning for files
2021-06-03  Michael Tremerfilelist: Include all files in a directory
2021-06-02  Michael Tremerpackager: Add automatic provides/requires to packages
2021-05-25  Michael Tremerarchive: Load empty filelists
2021-05-24  Michael Tremerfilelists: "/" includes everything
2021-05-24  Michael Tremerfilelists: Log includes/excludes for debugging
2021-05-22  Michael Tremerfilelist: Drop unused total_filesize function
2021-05-20  Michael Tremerfilelist: Free file during scan
2021-05-13  Michael Tremerfilelist: Make parsing more robust
2021-05-13  Michael Tremerarchive: Read legacy filelists
2021-05-04  Michael TremerRevert "archive: Drop parsing the filelist"
2021-04-20  Michael TremerRun ldconfig only when we have extracted .so files
2021-04-07  Michael Tremerarchive: Drop parsing the filelist
2021-04-06  Michael Tremerfilelists: Implement processing includes
2021-03-23  Michael Tremerfilelist: Read correct file ownership
2021-03-22  Michael Tremerfilelist: Add functions to search for files in directory
2021-03-09  Michael Tremerpackager: Set installsize to total size of the filelist
2021-03-08  Michael Tremerfile: Split time into ctime and mtime
2021-03-08  Michael Tremerfile: Keep type in mode_t and remove file type check...
2021-03-08  Michael Tremerfile: Rename "name" to "path"
2021-03-08  Michael Tremerfiles: Add reference to Pakfire for files and filelists
2021-03-08  Michael Tremerarchive: Read file attributes from archive
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_calloc
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_free
2021-01-24  Michael Tremerlibpakfire: filelist: Implement sorting filelists
2021-01-24  Michael Tremerlibpakfire: Refactor files
2021-01-24  Michael Tremerlibpakfire: filelist: Refactor filelist
2021-01-24  Michael Tremerlibpakfire: filelist: Move object declaration into...
2017-11-30  Michael Tremerlibpakfire: Hide all symbols by default and only export...
2016-12-13  Michael TremerImport libpakfire