summaryrefslogtreecommitdiff
path: root/archival/rpm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply post 1.7.0 patches, set version to 1.7.11_7_1Denis Vlasenko2007-09-161-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
* rpm applet by Laurence AndersonGlenn L McGrath2002-12-101-0/+351