More feedback to user
[oweals/busybox.git] / archival / dpkg.c
2001-07-18 Glenn L McGrathMore feedback to user
2001-07-18 Glenn L McGrathBe more verbose when configureing package, minor changes
2001-07-18 Glenn L McGrathUse xfopen to abort on error to prevent segfaulting...
2001-07-14 Glenn L McGrathTolerate fields with no data, e.g. "Depends: "
2001-07-13 Glenn L McGrathTotal rewrite, uses hash tables for speed and low memor...
2001-07-11 Glenn L McGrathUnpack the filename not the package name
2001-07-07 Eric AndersenMinor update to include file ordering
2001-06-25 Eric AndersenFix up some warnings that show up on ppc
2001-06-21 Matt KraaiRewrote mkdir (and touched lots of things in the process).
2001-06-13 Glenn L McGrathReorganise archive extraction code
2001-05-24 Eric AndersenFix up some signed char vs int issues that show up...
2001-05-17 Matt KraaiRemove unused function. If necessary, we can use remov...
2001-04-26 Eric AndersenAnother nice cleanup from Larry. This adds a new last_...
2001-04-16 Glenn L McGrathWrite full status file
2001-04-16 Glenn L McGrathdpkg improvements, use full package struct, avoid extra...
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-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-08 Glenn L McGrathReorganise status field to use 3 chars instead of one...
2001-04-08 Glenn L McGrathUse create_path instead of mkdir
2001-04-08 Glenn L McGrathIt now correctly backs up the (still corrupt) status...
2001-04-08 Glenn L McGrathSome fixes, but still broken... (cont)
2001-04-05 Eric AndersenIt seems all the stdout munging was useless anyways...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-03-15 Mark WhitleyIf only BB_DPKG was enabled in Config.h, busybox would...
2001-03-14 Eric AndersenFix from Manuel for a silly thinko on my part.
2001-03-14 Eric Andersendpkg used tfind, which doesn't work with libc5. Print...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-02-15 Eric Andersenfix a few mallocs to be xmallocs.
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-12 Glenn L McGrathCloser integration with dpkg-deb and other busybox...
2001-02-11 Glenn L McGrathMore style changes
2001-02-11 Glenn L McGrathStyle changes; use get_line_from_file from utilities
2001-02-10 Glenn L McGrathUse copy_file from utilty.c, remove some char defines
2001-02-10 Glenn L McGrathBug fix, rename status file, cleanups
2001-02-10 Glenn L McGrathReplace status defines with const int to conform to...
2001-02-10 Glenn L McGrathInitial import