summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2014-02-02zcat: complain if input is not compressedDenys Vlasenko9-25/+17
2013-11-14archival/*: move "config:" snippets into .c filesDenys Vlasenko13-353/+349
2013-11-14archival/*: move "applet:" snippets into .c filesDenys Vlasenko12-20/+15
2013-11-14archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko13-26/+35
2013-02-20rpm: unmap rpm file before working with next oneDenys Vlasenko1-3/+5
2013-02-20rpm: stop using statics; move main() to the end of the source fileDenys Vlasenko1-146/+141
2013-02-20rpm: use "create+rename" method of replacing existing filesDenys Vlasenko3-3/+19
2013-02-20rpm: make -ql display more compatible; improve help textDenys Vlasenko1-32/+36
2012-03-06update seamless uncompression codeDenys Vlasenko21-312/+233
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko46-45/+45
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-27move help text from include/usage.src.h to archival/*.cPere Orga11-210/+215
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko74-57/+57
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-05-06rpm: make rpm -i SRPM.rpm install it to surrent dir; better help textDenys Vlasenko2-9/+17
2010-05-06rpm: code shrink. Now uses open_zipped's logic (factored out into setup_unzip...Denys Vlasenko5-149/+161
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko13-122/+131
2010-01-04*: remove some uses of argcDenys Vlasenko26-78/+77
2009-09-23*: more portability fixes by Dan FandrichDenys Vlasenko10-13/+11
2009-09-17tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bitsDenys Vlasenko7-45/+50
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-11-01gunzip: restore mtime. approx +80 bytes of codeDenis Vlasenko8-28/+69
2008-10-16rpm: fix incompatibilities which prevented rpm -i foo.src.rpmDenis Vlasenko1-4/+11
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko21-319/+324
2008-07-10open_transformer: do not return fd, it does not changeDenis Vlasenko11-66/+70
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko29-85/+123
2008-06-28libunarchive: stop using static data in archivers - archive_handle_tDenis Vlasenko11-86/+89
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2007-11-12open_transformer: do not duplicate "<program> -cf -"Denis Vlasenko7-20/+22
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-05gunzip: support concatenated gz files.Denis Vlasenko7-249/+368
2007-09-05tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko9-42/+92
2007-06-08rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko12-24/+42
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-16style fixes, no code changesDenis Vlasenko13-17/+34
2007-03-07bunzip2/gunzip/uncompress/unlzma: merge into common code -Denis Vlasenko14-404/+493
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-12-28bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko12-152/+186
2006-12-22rpm: reformat. was really hard to readDenis Vlasenko1-121/+168
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03random style fixesDenis Vlasenko4-18/+20
2006-09-09using [xa]sprintf for string concatenation is neat and savesDenis Vlasenko6-13/+10
2006-08-20- merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer14-210/+137
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley39-224/+204
2006-06-10- use bb_xchdir instead of ignoring eventual errors of chdirBernhard Reutner-Fischer2-3/+3
2006-05-29More size shrinkage.Rob Landley11-197/+37
[next]