aboutsummaryrefslogtreecommitdiff
path: root/archival/dpkg_deb.c
AgeCommit message (Expand)Author
2002-09-25New common unarchive code.Glenn L McGrath
2001-10-25Recovering from my previous commitGlenn L McGrath
2001-07-18Change read_package_field interface, and rewrite using low level functionsGlenn L McGrath
2001-06-24Nore unarchive (and doc) fixes from Laurence AndersonGlenn L McGrath
2001-06-22cpio applet, and changes to associated codeGlenn L McGrath
2001-06-20Reorganise unarchiving functions, more code re-use, only does single pass(no ...Glenn L McGrath
2001-06-13Reorganise archive extraction codeGlenn L McGrath
2001-05-16Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.cMatt Kraai
2001-04-16dpkg improvements, use full package struct, avoid extracting to tmp dir, rena...Glenn L McGrath
2001-04-13dpkg-deb -f and partial -I commands, adds 600 bytesGlenn L McGrath
2001-04-12New dpkg-deb function -t, stands for --fsys-tarfileGlenn L McGrath
2001-04-12dpkg-deb -c works nowGlenn L McGrath
2001-04-12Fix dpkg-deb, enum's are coolGlenn L McGrath
2001-04-11copy_file_chunk uses streams now.Glenn L McGrath
2001-04-11Move deb_extract() to libbb, dpkg now independent of dpkg-debGlenn L McGrath
2001-04-11Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.cGlenn L McGrath
2001-04-07Ignore SIGTERM prior to gz_close()Glenn L McGrath
2001-04-05dpkg_deb had not been updated for the new gunzip interface. Fix it.Eric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-02-12New option 'list' produces output that can be used for the packages .list file.Glenn L McGrath
2001-02-11New function, deb-extract to be used by dpkg, code cleanups. saves some bytesGlenn L McGrath
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-20Close files before exitGlenn L McGrath
2001-01-03Fix warning for unused variableGlenn L McGrath
2001-01-02really add dpkg-deb.c this timeGlenn L McGrath