summaryrefslogtreecommitdiff
path: root/dpkg_deb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* New dpkg-deb function -t, stands for --fsys-tarfileGlenn L McGrath2001-04-121-1/+4
* dpkg-deb -c works nowGlenn L McGrath2001-04-121-6/+9
* Fix dpkg-deb, enum's are coolGlenn L McGrath2001-04-121-18/+17
* copy_file_chunk uses streams now.Glenn L McGrath2001-04-111-1/+1
* Move deb_extract() to libbb, dpkg now independent of dpkg-debGlenn L McGrath2001-04-111-102/+7
* Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.cGlenn L McGrath2001-04-111-12/+0
* Ignore SIGTERM prior to gz_close()Glenn L McGrath2001-04-071-1/+5
* dpkg_deb had not been updated for the new gunzip interface. Fix it.Eric Andersen2001-04-051-2/+16
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-4/+2
* New option 'list' produces output that can be used for the packages .list file.Glenn L McGrath2001-02-121-5/+13
* New function, deb-extract to be used by dpkg, code cleanups. saves some bytesGlenn L McGrath2001-02-111-85/+86
* Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai2001-01-311-4/+4
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+3
* Close files before exitGlenn L McGrath2001-01-201-0/+1
* Fix warning for unused variableGlenn L McGrath2001-01-031-1/+1
* really add dpkg-deb.c this timeGlenn L McGrath2001-01-021-0/+159