summaryrefslogtreecommitdiff
path: root/rpm2archive.c
Commit message (Expand)AuthorAgeFilesLines
* Fix silent wait when missing input RPM packageyangchenguang2023-01-101-0/+4
* rpm2archive: Don't print usage on no argumentsFlorian Festi2022-12-201-4/+0
* rpm2archive: Properly parse popt optionsFlorian Festi2022-12-201-0/+8
* Allow piping from rpm2archiveyangchenguang2022-11-231-4/+4
* Include rpmpgp.h only where it is actually neededJustus Winter2021-11-171-1/+1
* Add --nocompression option to rpm2archiveFlorian Festi2021-05-101-16/+44
* rpm2archive: Use last part of URL as file nameFlorian Festi2021-01-191-2/+13
* rpm2archive: Add more error handlingFlorian Festi2021-01-191-5/+12
* rpm2archive: Remove unneccesarity parameterFlorian Festi2021-01-191-2/+2
* Fix recently introduced uninitialized variable warning in rpm2archivePanu Matilainen2019-05-071-1/+1
* Fix rpm2archive behavior with multiple argumentsRobbie Harwood2019-04-301-14/+15
* rpm2archive: Fix file names for source rpmsFlorian Festi2019-02-251-2/+4
* Use new RPMVSF_MASK_* constantsFlorian Festi2018-06-051-2/+2
* rpm2cpio and rpm2archive: don't write archive data to a terminal.Peter Jones2017-01-261-1/+6
* rpm2archive: return 0 on success instead of stop iterationFlorian Festi2016-10-101-0/+5
* Additional fixes for getprogname()/setprogname() on BSD systemsPeter Eisentraut2016-02-151-1/+0
* Use new xsetprogname() in rpm2archiveFlorian Festi2016-02-111-1/+1
* Add rpm2archive utility for converting rpm payload to tar archives.Florian Festi2014-03-111-0/+209