aboutsummaryrefslogtreecommitdiff
path: root/archival/dpkg_deb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #2vda2007-01-291-6/+6
* style cleanup: return(a) -> return a, part 1vda2006-11-271-2/+2
* getopt_ulflags -> getopt32.vda2006-10-031-3/+3
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-8/+3
* - use bb_xchdir instead of ignoring eventual errors of chdiraldot2006-06-101-2/+2
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-5/+5
* - patch from Denis Vlasenko to add and use bb_xchdir()aldot2006-04-121-14/+4
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* - new bb_opt_complementally syntax, use [-:?] only - 'free' charsvodz2005-10-141-1/+1
* - use complementally '!' to '?' - 'ask' is best 'free' char for this.vodz2005-10-111-1/+1
* - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco...aldot2005-10-071-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-1/+0
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-2/+2
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...vapier2005-05-111-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-2/+2
* Use bb_getopt_ulflags, save 100 bytes and strict argument checking.bug12004-01-071-44/+49
* Major coreutils update.mjn32003-03-191-3/+3
* Move add_to_list from libunarchive to libbb so it can be of more general use ...bug12002-12-081-6/+6
* Minor cleanupsbug12002-11-131-17/+0
* enable .tar.bz2 for dpkg-debbug12002-11-051-16/+28
* New common unarchive code.bug12002-09-251-79/+60
* Recovering from my previous commitbug12001-10-251-0/+1
* Change read_package_field interface, and rewrite using low level functionsbug12001-07-181-4/+9
* Nore unarchive (and doc) fixes from Laurence Andersonbug12001-06-241-1/+1
* cpio applet, and changes to associated codebug12001-06-221-1/+2
* Reorganise unarchiving functions, more code re-use, only does single pass(no ...bug12001-06-201-1/+1
* Reorganise archive extraction codebug12001-06-131-45/+60
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.ckraai2001-05-161-1/+1
* dpkg improvements, use full package struct, avoid extracting to tmp dir, rena...bug12001-04-161-1/+18
* dpkg-deb -f and partial -I commands, adds 600 bytesbug12001-04-131-21/+27
* New dpkg-deb function -t, stands for --fsys-tarfilebug12001-04-121-1/+4
* dpkg-deb -c works nowbug12001-04-121-6/+9
* Fix dpkg-deb, enum's are coolbug12001-04-121-18/+17
* copy_file_chunk uses streams now.bug12001-04-111-1/+1
* Move deb_extract() to libbb, dpkg now independent of dpkg-debbug12001-04-111-102/+7
* Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.cbug12001-04-111-12/+0
* Ignore SIGTERM prior to gz_close()bug12001-04-071-1/+5
* dpkg_deb had not been updated for the new gunzip interface. Fix it.andersen2001-04-051-2/+16
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-4/+2
* New option 'list' produces output that can be used for the packages .list file.bug12001-02-121-5/+13
* New function, deb-extract to be used by dpkg, code cleanups. saves some bytesbug12001-02-111-85/+86
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-311-4/+4
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+3
* Close files before exitbug12001-01-201-0/+1
* Fix warning for unused variablebug12001-01-031-1/+1
* really add dpkg-deb.c this timebug12001-01-021-0/+159