summaryrefslogtreecommitdiff
path: root/build/rpmfc.c
Commit message (Expand)AuthorAgeFilesLines
* Autogenerate requires for users and groups in packages from file dataPanu Matilainen2023-03-301-6/+33
* rpmdsSetIx() sanity in rpmfcPrint()Panu Matilainen2023-03-221-4/+2
* add more libmagic exceptions for HTML, SVG and PNGMartin Liska2023-03-161-0/+3
* Fix ignoring exit code of child scripts in case of EINTRКоренберг Марк2023-03-081-1/+15
* Disable debuginfod server lookups in build and dependency generator scriptsPanu Matilainen2023-02-161-0/+1
* Fix elf leak in getElfColorxujing2022-12-141-1/+2
* Add support for %preuntrans and %postuntrans scriptletsPanu Matilainen2022-09-261-0/+6
* Lone deprecation on rpmbuild side, lose rpmfcNew() while we're at itPanu Matilainen2022-04-081-5/+0
* Avoid libmagic calculation for source filesStephan Kulow2022-03-181-26/+40
* Do not unset $MALLOC_CHECK_Denys Vlasenko2022-01-241-1/+0
* Fix possible NULL pointer dereference in rpmfcClassifyDmitry Gerasimov2022-01-031-1/+1
* Simplify & unhackify dependency generator command constructionPanu Matilainen2020-11-091-27/+23
* Revert "Always fail build on dependency generator failures (#1183)"Panu Matilainen2020-06-241-20/+12
* Always fail build on dependency generator failures (#1183)Panu Matilainen2020-06-231-12/+20
* Fix tag mixup in 32e2bc50cff9db05729349ff6645a0251d5719fbFlorian Festi2020-06-101-2/+2
* Add OrderWithRequires dependency generationMikhail Novosyolov2020-06-091-0/+10
* rpmfc: Do not prepend buildroot to a path for parametric generatorIgor Raits2020-04-061-4/+2
* Flush 1998 vintage fcntl-compatibility mess from system.hPanu Matilainen2020-04-021-0/+1
* Fix libelf-related conditional compilation issuesPanu Matilainen2020-03-251-0/+4
* Support file classification by MIME typePanu Matilainen2020-03-101-10/+51
* Use libelf for determining file colorsPanu Matilainen2020-03-061-6/+29
* Don't store file classification errors into headersPanu Matilainen2020-03-051-1/+5
* Add support for macro-only dependency generatorsPanu Matilainen2020-02-111-4/+40
* If fork fails in getOutputFrom(), close opened unused pipe fds on error code ...Denys Vlasenko2020-02-051-5/+11
* Generate file class dictionary after file classification for stabilityPanu Matilainen2019-11-221-14/+18
* Revert "Preserve processing order in file classification"Panu Matilainen2019-11-221-2/+2
* Preserve processing order in file classificationPanu Matilainen2019-11-121-2/+2
* Percolate errors up from rpmfcHelper()Panu Matilainen2019-10-071-6/+13
* Drop the no longer needed rpmfcExec() output duplication supportPanu Matilainen2019-08-211-8/+6
* Support running rpmfcExec() without any piped input/outputPanu Matilainen2019-08-211-1/+6
* rpmfc: Return failures in rpmfcExecIgor Gnatenko2019-06-031-2/+1
* rpmfc: '/bin/sh failed: 100' should go to DEBUGIgor Gnatenko2019-06-031-1/+1
* Run file classification in parallel threadsPanu Matilainen2019-05-211-8/+22
* Nuke useless doxygen strings from rpmfc internalsPanu Matilainen2019-05-141-34/+0
* Expand all relevant macros outside the per-file generator busyloopPanu Matilainen2019-05-141-34/+38
* Reorder dependency generator to run by type, attr, filePanu Matilainen2019-05-141-4/+34
* Optimize exclude handling in dependency generationPanu Matilainen2019-05-141-14/+29
* Reorder dependency generation to run per type, not by filePanu Matilainen2019-05-141-5/+5
* Refactor dependency generation logic from code to data structurePanu Matilainen2019-05-141-19/+29
* Fix memleak in rpmfcApplyInternal() in standalone operation (eg rpmdeps)Panu Matilainen2019-05-141-2/+2
* rpmfcExec: Don't store stdout if not requested by callerFlorian Festi2019-04-181-18/+20
* Support optionally duplicating rpmfcExec() output to a streamPanu Matilainen2019-04-181-5/+9
* rpmfc: push name/epoch/version/release macro before invoking depgensIgor Gnatenko2018-10-171-0/+25
* Add actual command + arguments to dependency generator debug output (#338)Panu Matilainen2017-11-031-0/+6
* Add a new option --alldeps to rpmdepsPeter Kjellerstedt2017-11-031-13/+14
* rpmfc: fix ternary operatorFlorian Festi2017-07-071-1/+1
* Revert macro argument quotion patchesPanu Matilainen2017-06-271-1/+1
* Enable double quoting in macro arguments (#222)Pavlina Moravcova Varekova2017-06-191-1/+1
* Pass proper file index when recording generated dependenciesFlorian Festi2017-05-311-1/+1
* Stop NSPR from messing with our signalsPanu Matilainen2017-05-101-2/+0