summaryrefslogtreecommitdiff
path: root/archival/dpkg_deb.c
Commit message (Expand)AuthorAgeFilesLines
* dpkg-deb: cosmetic correction to usage textDaniel Borca2013-11-281-1/+1
* archival/*: move "config:" snippets into .c filesDenys Vlasenko2013-11-141-0/+22
* archival/*: move "applet:" snippets into .c filesDenys Vlasenko2013-11-141-0/+1
* archival/*: move "kbuild:" snippets into .c filesDenys Vlasenko2013-11-141-0/+2
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* *: 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/+15
* rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-1/+1
* whitespace cleanupDenys Vlasenko2010-10-291-5/+5
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* dpkg: add support for lzma compressionPascal Bellard2010-06-071-3/+6
* libunarchive: clean up dirty hacks. code shrank as a resultDenys Vlasenko2010-01-061-1/+1
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-051-2/+2
* dpkg_deb: slight code shrinkDenis Vlasenko2008-07-101-11/+18
* *: remove superfluous "?" in option parsingDenis Vlasenko2007-11-101-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-6/+6
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-2/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-3/+3
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-8/+3
* - use bb_xchdir instead of ignoring eventual errors of chdirBernhard Reutner-Fischer2006-06-101-2/+2
* Change llist_add_* to take the address of the list rather than returning the newRob Landley2006-05-261-5/+5
* - patch from Denis Vlasenko to add and use bb_xchdir()Bernhard Reutner-Fischer2006-04-121-14/+4
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-141-1/+1
* - use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"2005-10-111-1/+1
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...Bernhard Reutner-Fischer2005-10-071-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+0
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-2/+2
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-111-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Use bb_getopt_ulflags, save 100 bytes and strict argument checking.Glenn L McGrath2004-01-071-44/+49
* Major coreutils update.Manuel Novoa III2003-03-191-3/+3
* Move add_to_list from libunarchive to libbb so it can be of more general use ...Glenn L McGrath2002-12-081-6/+6
* Minor cleanupsGlenn L McGrath2002-11-131-17/+0
* enable .tar.bz2 for dpkg-debGlenn L McGrath2002-11-051-16/+28
* New common unarchive code.Glenn L McGrath2002-09-251-79/+60
* Recovering from my previous commitGlenn L McGrath2001-10-251-0/+1
* Change read_package_field interface, and rewrite using low level functionsGlenn L McGrath2001-07-181-4/+9
* Nore unarchive (and doc) fixes from Laurence AndersonGlenn L McGrath2001-06-241-1/+1
* cpio applet, and changes to associated codeGlenn L McGrath2001-06-221-1/+2
* Reorganise unarchiving functions, more code re-use, only does single pass(no ...Glenn L McGrath2001-06-201-1/+1
* Reorganise archive extraction codeGlenn L McGrath2001-06-131-45/+60
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai2001-05-161-1/+1
* dpkg improvements, use full package struct, avoid extracting to tmp dir, rena...Glenn L McGrath2001-04-161-1/+18
* dpkg-deb -f and partial -I commands, adds 600 bytesGlenn L McGrath2001-04-131-21/+27