Fixes with help from Stefan, Typo in prerm script, and when reinstall a package the...
[oweals/busybox.git] / archival / dpkg_deb.c
2001-07-18 Glenn L McGrathChange read_package_field interface, and rewrite using...
2001-06-24 Glenn L McGrathNore unarchive (and doc) fixes from Laurence Anderson
2001-06-22 Glenn L McGrathcpio applet, and changes to associated code
2001-06-20 Glenn L McGrathReorganise unarchiving functions, more code re-use...
2001-06-13 Glenn L McGrathReorganise archive extraction code
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-04-16 Glenn L McGrathdpkg improvements, use full package struct, avoid extra...
2001-04-13 Glenn L McGrathdpkg-deb -f and partial -I commands, adds 600 bytes
2001-04-12 Glenn L McGrathNew dpkg-deb function -t, stands for --fsys-tarfile
2001-04-12 Glenn L McGrathdpkg-deb -c works now
2001-04-12 Glenn L McGrathFix dpkg-deb, enum's are cool
2001-04-11 Glenn L McGrathcopy_file_chunk uses streams now.
2001-04-11 Glenn L McGrathMove deb_extract() to libbb, dpkg now independent of...
2001-04-11 Glenn L McGrathMove get_ar_headers to libbb, make dpkg_deb.c independe...
2001-04-07 Glenn L McGrathIgnore SIGTERM prior to gz_close()
2001-04-05 Eric Andersendpkg_deb had not been updated for the new gunzip interf...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-12 Glenn L McGrathNew option 'list' produces output that can be used...
2001-02-11 Glenn L McGrathNew function, deb-extract to be used by dpkg, code...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-20 Glenn L McGrathClose files before exit
2001-01-03 Glenn L McGrathFix warning for unused variable
2001-01-02 Glenn L McGrathreally add dpkg-deb.c this time