Larry Doolittle writes:
[platform/upstream/busybox.git] / archival / dpkg.c
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-11-28 Glenn L McGrathPatch from Ian Campbell, fix or'ed dependencies and...
2003-11-26 Glenn L McGrathImportant bugfixes from Ian Campbell.
2003-09-15 Eric AndersenDo not shadow the global name 'accept'
2003-03-19 Manuel Novoa III Major coreutils update.
2002-12-11 Glenn L McGrathUse libbb/get_line_from_file instead of getline
2002-12-08 Glenn L McGrathMove add_to_list from libunarchive to libbb so it can...
2002-12-02 Glenn L McGrathMove compare_string_array to libbb
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-06 Glenn L McGrathUse a switch instead of successive if (strcmp()) statments.
2002-11-06 Glenn L McGrathSplit deb_extract() into more generic functions
2002-11-05 Glenn L McGrathSupport for bziped debs, i.e. use .tar.bz2 instead...
2002-11-03 Glenn L McGrathMove data_extract_all_prefix to dpkg, its only used...
2002-10-19 Glenn L McGrathUpdate dpkg to use new unarchive code
2002-05-29 Glenn L McGrathPatch from Randolfe Averty to fixup package conflict...
2002-01-02 Matt Kraai* archival/dpkg.c (create_list): Use chomp.
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-12-05 Glenn L McGrathFix some fegfaults and picket fence
2001-12-05 Glenn L McGrathFail gracefully if package depends on a virtual package.
2001-11-19 Matt KraaiFix opt type in dpkg (closes: #118975).
2001-11-03 Glenn L McGrathFix create list segfault
2001-10-25 Glenn L McGrathRecovering from my previous commit
2001-10-25 Glenn L McGrathModify applets to use libunarchive
2001-10-23 Glenn L McGrathAbort if scripts return value != 0
2001-10-18 Matt KraaiProcess extra empty lines correctly.
2001-10-18 Matt KraaiRemove xmalloc calls.
2001-10-06 Glenn L McGrathAnother part of Stafan's latest patch, when replacing...
2001-10-06 Glenn L McGrathstatus_package_num should refer to package not status.
2001-10-04 Glenn L McGrathFixes with help from Stefan, Typo in prerm script,...
2001-10-03 Glenn L McGrathExtract control.tar.gz and data.tar.gz unconditionally...
2001-09-29 Glenn L McGrathFix return status, picked up by Stefan
2001-09-22 Glenn L McGrathThe <package>.list file was prepending "./" to the...
2001-09-22 Glenn L McGrathDont free everytime getline() is used, fix from Stefan...
2001-09-21 Glenn L McGrathFix to make preinst run when required, from Stefan...
2001-09-21 Glenn L McGrathImplement dpkg -l option, from Stefan Soucek (slightly...
2001-08-15 Glenn L McGrathFix version comparision bug
2001-07-19 Glenn L McGrathCleanup (most) memory leaks
2001-07-18 Glenn L McGrathChange read_package_field interface, and rewrite using...
2001-07-18 Glenn L McGrathUse the unofficial -C instead of -c to --configure...
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