aboutsummaryrefslogtreecommitdiff
path: root/dpkg_deb.c
AgeCommit message (Collapse)Author
2001-04-16dpkg improvements, use full package struct, avoid extracting to tmp dir, ↵Glenn L McGrath
rename variable. deb_extract, untar and dpkg_deb modified to make the above possible
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
-Erik
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed.
2001-02-12New option 'list' produces output that can be used for the packages .list file.Glenn L McGrath
Will be used be bb dpkg
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
busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik
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