Bump to version 1.22.1
[platform/upstream/busybox.git] / archival / rpm.c
2013-11-14 Denys Vlasenkoarchival/*: move "config:" snippets into .c files
2013-11-14 Denys Vlasenkoarchival/*: move "applet:" snippets into .c files
2013-11-14 Denys Vlasenkoarchival/*: move "kbuild:" snippets into .c files
2013-02-20 Denys Vlasenkorpm: unmap rpm file before working with next one
2013-02-20 Denys Vlasenkorpm: stop using statics; move main() to the end of...
2013-02-20 Denys Vlasenkorpm: use "create+rename" method of replacing existing...
2013-02-20 Denys Vlasenkorpm: make -ql display more compatible; improve help...
2012-03-06 Denys Vlasenkoupdate seamless uncompression code
2011-09-22 Denys Vlasenkorename archive.h to bb_archive.h. no code changes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-27 Pere Orgamove help text from include/usage.src.h to archival/*.c
2010-11-03 Denys Vlasenkorename archival/libunarchive -> archival/libarchive...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-05-06 Denys Vlasenkorpm: make rpm -i SRPM.rpm install it to surrent dir...
2010-05-06 Denys Vlasenkorpm: code shrink. Now uses open_zipped's logic (factore...
2010-01-09 Denys Vlasenko*: make it easier to distinquish "struct tm", pointer...
2010-01-04 Denys Vlasenko*: remove some uses of argc
2009-09-23 Denys Vlasenko*: more portability fixes by Dan Fandrich
2009-09-17 Denys Vlasenkotar: fix --numeric-owner, --no-same-owner, --no-same...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-11-01 Denis Vlasenkogunzip: restore mtime. approx +80 bytes of code
2008-10-16 Denis Vlasenkorpm: fix incompatibilities which prevented rpm -i foo...
2008-08-05 Denis Vlasenko*: refactor handling of archived files. "tar f file...
2008-07-10 Denis Vlasenkoopen_transformer: do not return fd, it does not change
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-06-28 Denis Vlasenkolibunarchive: stop using static data in archivers ...
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2007-11-12 Denis Vlasenkoopen_transformer: do not duplicate "<program> -cf -"
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-05 Denis Vlasenkogunzip: support concatenated gz files.
2007-09-05 Denis Vlasenkotar + gzip/bzip2/etc: support NOMMU machines (by Alex...
2007-06-08 Denis Vlasenkormp: add optional support for bz2 data. +50 bytes of...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-16 Denis Vlasenkostyle fixes, no code changes
2007-03-07 Denis Vlasenkobunzip2/gunzip/uncompress/unlzma: merge into common...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-28 Denis Vlasenkobb_xget[pw/gr]nam were horribly misnamed - fixed.
2006-12-22 Denis Vlasenkorpm: reformat. was really hard to read
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkorandom style fixes
2006-09-09 Denis Vlasenkousing [xa]sprintf for string concatenation is neat...
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-06-10 Bernhard Reutner... - use bb_xchdir instead of ignoring eventual errors...
2006-05-29 Rob LandleyMore size shrinkage.
2006-01-30 Eric Andersenpassing around an int as a void* is a very bad idea
2006-01-30 Bernhard Reutner... - add some ATTRIBUTE_UNUSED.
2006-01-25 Tim Rikerjust whitespace
2006-01-04 Mike Frysingeruse MAP_PRIVATE instead of MAP_SHARED for uClinux syste...
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-08-16 Mike FrysingerBernhard Fischer says: use xmalloc() instead of malloc()
2005-04-23 Mike Frysingeradd comments about ignoring some warnings which are OK
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-30 Eric Andersens/u_int/uint/g
2003-11-15 Glenn L McGrathMove from read_gz to the pipe()+fork() method.
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-10 Glenn L McGrathinclude busybox after libc includes
2002-12-10 Glenn L McGrathrpm applet by Laurence Anderson