summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-01Make DPKG=y and DPKG_DEB=y by defaultDenys Vlasenko2-2/+2
2016-11-27dpkg-deb: shorten code, improve help textDenys Vlasenko1-43/+34
2016-11-27dpkg-deb: remove unused FEATURE_DPKG_DEB_EXTRACT_ONLY config optionDenys Vlasenko10-19/+1
2015-01-30dpkg: update supported compression methodsDenys Vlasenko6-0/+50
2013-11-28dpkg-deb: cosmetic correction to usage textDaniel Borca1-1/+1
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
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-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-06dpkg: add support for lzma compressionPascal Bellard1-3/+6
2010-01-06libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko10-102/+95
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko21-319/+324
2008-07-10dpkg_deb: slight code shrinkDenis Vlasenko9-45/+65
2007-11-10*: remove superfluous "?" in option parsingDenis Vlasenko2-2/+2
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko22-56/+60
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko32-109/+110
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko36-219/+214
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-06-10- use bb_xchdir instead of ignoring eventual errors of chdirBernhard Reutner-Fischer2-3/+3
2006-05-26Change llist_add_* to take the address of the list rather than returning the newRob Landley16-57/+42
2006-04-12- patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer12-62/+46
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2005-10-14- new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"15-115/+154
2005-10-11- use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"9-69/+100
2005-10-07- remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...Bernhard Reutner-Fischer4-5/+5
2005-09-11Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley23-36/+20
2005-09-051) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"20-167/+176
2005-05-11change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger11-12/+13
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2004-01-07Use bb_getopt_ulflags, save 100 bytes and strict argument checking.Glenn L McGrath1-44/+49
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-12-08Move add_to_list from libunarchive to libbb so it can be of more general use ...Glenn L McGrath12-33/+32
2002-11-13Minor cleanupsGlenn L McGrath5-33/+7
2002-11-05enable .tar.bz2 for dpkg-debGlenn L McGrath7-24/+45
2002-09-25New common unarchive code.Glenn L McGrath36-1898/+2420
2001-10-25Recovering from my previous commitGlenn L McGrath7-196/+1371
2001-07-18Change read_package_field interface, and rewrite using low level functionsGlenn L McGrath7-169/+205
2001-06-24Nore unarchive (and doc) fixes from Laurence AndersonGlenn L McGrath11-50/+49
2001-06-22cpio applet, and changes to associated codeGlenn L McGrath13-19/+305
2001-06-20Reorganise unarchiving functions, more code re-use, only does single pass(no ...Glenn L McGrath16-702/+583
[next]