aboutsummaryrefslogtreecommitdiff
path: root/archival/rpm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* gunzip: support concatenated gz files.Denis Vlasenko2007-10-051-1/+0
* tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko2007-09-051-3/+23
* rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko2007-06-081-7/+18
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* style fixes, no code changesDenis Vlasenko2007-04-161-1/+2
* bunzip2/gunzip/uncompress/unlzma: merge into common code -Denis Vlasenko2007-03-071-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-2/+2
* rpm: reformat. was really hard to readDenis Vlasenko2006-12-221-121/+168
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* random style fixesDenis Vlasenko2006-10-031-1/+1
* using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko2006-09-091-2/+1
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-25/+18
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-14/+4
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-1/+1
* - use bb_xchdir instead of ignoring eventual errors of chdirBernhard Reutner-Fischer2006-06-101-1/+1
* More size shrinkage.Rob Landley2006-05-291-7/+4