summaryrefslogtreecommitdiff
path: root/archival/rpm.c
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* passing around an int as a void* is a very bad ideaEric Andersen2006-01-301-10/+5
* - add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer2006-01-301-14/+2
* just whitespaceTim Riker2006-01-251-1/+1
* use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550)Mike Frysinger2006-01-041-1/+1
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-201-2/+2
* Bernhard Fischer says: use xmalloc() instead of malloc()Mike Frysinger2005-08-161-1/+1
* add comments about ignoring some warnings which are OKMike Frysinger2005-04-231-0/+8
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* s/u_int/uint/gEric Andersen2004-01-301-8/+8
* Move from read_gz to the pipe()+fork() method.Glenn L McGrath2003-11-151-5/+2
* Major coreutils update.Manuel Novoa III2003-03-191-7/+7
* include busybox after libc includesGlenn L McGrath2002-12-101-2/+3