aboutsummaryrefslogtreecommitdiff
path: root/archival/rpm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rpm: code shrinkRon Yorston2021-11-141-0/+4
* Merge branch 'busybox' into mergeRon Yorston2021-01-141-5/+7
|\
| * libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko2020-12-141-4/+6
| * libbb: create and use mmap() helpersDenys Vlasenko2020-12-141-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-1/+1
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* | win32: interpret absolute paths as relative to %SYSTEMDRIVE%Ron Yorston2019-03-281-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-2/+2
|\|
| * config: update size informationDenys Vlasenko2018-12-281-2/+2
* | Post-merge fixesRon Yorston2017-08-221-0/+9
|/
* rpm,rpm2cpio: do not compile not-configurred parts of rpm.cDenys Vlasenko2017-08-221-40/+48
* rpm,rpm2cpio: INIT_G() was missing (it is a nop here so far)Denys Vlasenko2017-08-101-0/+2
* rpm2cpio: handle LZMA compressed rpms. closes 10166Denys Vlasenko2017-08-101-4/+13
* rpm2cpio: use rpm_gettagsDenys Vlasenko2017-08-101-44/+10
* rpm: prepare rpm_gettags for reuse in rpm2cpioDenys Vlasenko2017-08-101-11/+9
* rpm,rpm2cpio: put both sources into one file, no code changesDenys Vlasenko2017-08-101-1/+96
* rpm: code shrinkDenys Vlasenko2017-08-091-87/+163
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-1/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* zcat: complain if input is not compressedDenys Vlasenko2014-02-021-1/+1
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-141-0/+6
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-141-0/+1
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-141-0/+2
* rpm: unmap rpm file before working with next oneDenys Vlasenko2013-02-201-3/+5
* rpm: stop using statics; move main() to the end of the source fileDenys Vlasenko2013-02-201-146/+141
* rpm: use "create+rename" method of replacing existing filesDenys Vlasenko2013-02-201-2/+2
* rpm: make -ql display more compatible; improve help textDenys Vlasenko2013-02-201-32/+36
* update seamless uncompression codeDenys Vlasenko2012-03-061-1/+1
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to archival/*.cPere Orga2011-03-271-0/+13
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* rpm: make rpm -i SRPM.rpm install it to surrent dir; better help textDenys Vlasenko2010-05-061-5/+13
* rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko2010-05-061-66/+31
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-3/+3
* *: remove some uses of argcDenys Vlasenko2010-01-041-1/+3
* *: more portability fixes by Dan FandrichDenys Vlasenko2009-09-231-2/+2
* tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko2009-09-171-2/+2
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-2/+2
* gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko2008-11-011-6/+9
* rpm: fix incompatibilities which prevented rpm -i foo.src.rpmDenis Vlasenko2008-10-161-4/+11
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-051-12/+12
* open_transformer: do not return fd, it does not changeDenis Vlasenko2008-07-101-1/+1
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-2/+2
* libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko2008-06-281-3/+2
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* open_transformer: do not duplicate "<program> -cf -"Denis Vlasenko2007-11-121-1/+1