aboutsummaryrefslogtreecommitdiff
path: root/archival/rpm.c
AgeCommit message (Expand)Author
2014-02-02zcat: complain if input is not compressedDenys Vlasenko
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko
2013-02-20rpm: unmap rpm file before working with next oneDenys Vlasenko
2013-02-20rpm: stop using statics; move main() to the end of the source fileDenys Vlasenko
2013-02-20rpm: use "create+rename" method of replacing existing filesDenys Vlasenko
2013-02-20rpm: make -ql display more compatible; improve help textDenys Vlasenko
2012-03-06update seamless uncompression codeDenys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-05-06rpm: make rpm -i SRPM.rpm install it to surrent dir; better help textDenys Vlasenko
2010-05-06rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-04*: remove some uses of argcDenys Vlasenko
2009-09-23*: more portability fixes by Dan FandrichDenys Vlasenko
2009-09-17tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-11-01gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko
2008-10-16rpm: fix incompatibilities which prevented rpm -i foo.src.rpmDenis Vlasenko
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko
2008-07-10open_transformer: do not return fd, it does not changeDenis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-06-28libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2007-11-12open_transformer: do not duplicate "<program> -cf -"Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-05gunzip: support concatenated gz files.Denis Vlasenko
2007-09-05tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko
2007-06-08rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-04-16style fixes, no code changesDenis Vlasenko
2007-03-07bunzip2/gunzip/uncompress/unlzma: merge into common code -Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-12-28bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko
2006-12-22rpm: reformat. was really hard to readDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03random style fixesDenis Vlasenko
2006-09-09using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko
2006-08-20- merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-06-10- use bb_xchdir instead of ignoring eventual errors of chdirBernhard Reutner-Fischer
2006-05-29More size shrinkage.Rob Landley
2006-01-30passing around an int as a void* is a very bad ideaEric Andersen
2006-01-30- add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer