- 81108e7 Cleanup (most) memory leaks by Glenn L McGrath · 23 years ago
- c3fbec7 Change read_package_field interface, and rewrite using low level functions by Glenn L McGrath · 23 years ago
- 778041f Use the unofficial -C instead of -c to --configure a package, -c conflicts with another dpkg command by Glenn L McGrath · 23 years ago
- ed4492a More feedback to user by Glenn L McGrath · 23 years ago
- 7b02415 Be more verbose when configureing package, minor changes by Glenn L McGrath · 23 years ago
- 4cdc607 Use xfopen to abort on error to prevent segfaulting later. by Glenn L McGrath · 23 years ago
- 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
- a868ec8 Allow the unarchive() extract_list variable to be NULL, meaning extract all by Glenn L McGrath · 23 years ago
- 58a5bd1 Tolerate fields with no data, e.g. "Depends: " by Glenn L McGrath · 23 years ago
- ccd65c9 Total rewrite, uses hash tables for speed and low memory use. by Glenn L McGrath · 23 years ago
- 5e66a26 Dont setvbuff in here, must be called just after stream is initialised, glibc tolerates using it later, uclibc doesnt by Glenn L McGrath · 23 years ago
- 26a0d9a Call setvbuf from here isntead of gz_open for compatability with uclibc by Glenn L McGrath · 23 years ago
- b028e08 Move setvbuf calls from gz_open() to calling functions, setvbuf is only supposed to be called prior to opening the stream, glibc tolerates later use, uclibc doesnt. by Glenn L McGrath · 23 years ago
- c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
- 93febe6 free coniditionally, just to make it play nice with dmalloc which is incompatable with standard free() by Glenn L McGrath · 23 years ago
- 59e50f6 Unpack the filename not the package name by Glenn L McGrath · 23 years ago
- 5710f9f Read 20 512-byte blocks at a time (like GNU tar). by Matt Kraai · 23 years ago
- 807bda4 Minor update to include file ordering by Eric Andersen · 23 years ago
- 623cfa9 Remove a redundant call to mkdir. by Matt Kraai · 23 years ago
- 3073dfb Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub a ton of by Eric Andersen · 23 years ago
- a2949aa Add some missing includes to kill warnings when building with the default by Manuel Novoa III · 23 years ago
- 0d8cc16 Fix a type promotion bug discivered and analyzed by Alan Modra by Eric Andersen · 23 years ago
- f8736d2 rpm2cpio applet by Laurence Anderson by Glenn L McGrath · 23 years ago
- 24982c5 Fix up some warnings that show up on ppc by Eric Andersen · 23 years ago
- 2e6d3cf Nore unarchive (and doc) fixes from Laurence Anderson by Glenn L McGrath · 23 years ago
- 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 23 years ago
- 8370976 comment cleanup by Tim Riker · 23 years ago
- ceeff73 Rewrote mkdir (and touched lots of things in the process). by Matt Kraai · 23 years ago
- 091781e Support tar -C, per bug #1176 -Erik by Eric Andersen · 23 years ago
- ea4abff Add in (and ignore) tar -p, since we preserver permissions automatically. by Eric Andersen · 23 years ago
- aff5e2e it turs out, there was a nasty tar bug where bb tar would create leading dirs by Eric Andersen · 23 years ago
- 06a71cc Initialise in_file to stdin, so it wont crash if no source specified by Glenn L McGrath · 23 years ago
- 8e74bf9 Changed gz_open to ruturn a stream by Glenn L McGrath · 23 years ago
- eb1c940 Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. by Glenn L McGrath · 23 years ago
- 9aff903 Reorganise archive extraction code by Glenn L McGrath · 23 years ago
- cb2a372 Revert the patch from Konstantin Boldyshev <konst@linuxassembly.org> to never by Eric Andersen · 23 years ago
- 5a9d441 Fix up some signed char vs int issues that show up on powerpc. by Eric Andersen · 23 years ago
- 77d9268 Patch from larry to fix some grammar errors. by Eric Andersen · 23 years ago
- 117231c Make - read compressed data from stdin (thanks to Marius Groeger). by Matt Kraai · 23 years ago
- 7f7348b Correctly remove leading slashes upon extraction (thanks to Marius Groeger). by Matt Kraai · 23 years ago
- 7cedac5 Remove unused function. If necessary, we can use remove_file instead. by Matt Kraai · 23 years ago
- 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
- a17b363 Do not ever change permissions on existing directories, only by Eric Andersen · 23 years ago
- 28355a3 Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>, by Eric Andersen · 24 years ago
- 713b398 woops, forgot the break statment by Glenn L McGrath · 24 years ago
- 5bcfc9b Tolerate -q argument, if -q is passed give a warning and continue rather than just fail by Glenn L McGrath · 24 years ago
- e0244b0 Skip headers with empty filenames, rather than stopping. by Matt Kraai · 24 years ago
- 8a63326 Made new xreadlink function for libbb and changed applets to use it instead of by Mark Whitley · 24 years ago
- af166e7 Logic reversal for last_char_is by Glenn L McGrath · 24 years ago
- c1bdffe Another nice cleanup from Larry. This adds a new last_char_is() function and by Eric Andersen · 24 years ago
- 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
- 5326554 Eliminate spurious warning, convert to getopt, and eliminate redundant check. by Matt Kraai · 24 years ago
- 96dcd19 Fix a number of problems with argument handling. by Matt Kraai · 24 years ago
- 5465223 Eliminate a segfault when called on an existing file with out an extension: by Matt Kraai · 24 years ago
- b181056 Eliminated seeks so that we work correctly on pipes, and removed reliance on by Matt Kraai · 24 years ago
- bcfeb2a Fix zcat/gunzip when reading from stdin by Glenn L McGrath · 24 years ago
- ae1c704 Write full status file by Glenn L McGrath · 24 years ago
- 33431eb dpkg improvements, use full package struct, avoid extracting to tmp dir, rename variable. by Glenn L McGrath · 24 years ago
- 445fb95 dpkg-deb -f and partial -I commands, adds 600 bytes by Glenn L McGrath · 24 years ago
- 47fd219 Rename variable that shadows global by Glenn L McGrath · 24 years ago
- 3e2ab88 New dpkg-deb function -t, stands for --fsys-tarfile by Glenn L McGrath · 24 years ago
- 6785b51 dpkg-deb -c works now by Glenn L McGrath · 24 years ago
- 359c106 Fix dpkg-deb, enum's are cool by Glenn L McGrath · 24 years ago
- 2975a34 readTarFile changed from exter nto static by Glenn L McGrath · 24 years ago
- 4949faf copy_file_chunk uses streams now. by Glenn L McGrath · 24 years ago
- f70f6ce Disable sigterm by Glenn L McGrath · 24 years ago
- 48081f8 replace getOctal with strtol( , NULL, 8) saves 100 Bytes by Glenn L McGrath · 24 years ago
- 528ef50 Gzip is indepenedent of gunzip by Glenn L McGrath · 24 years ago
- 7fd9294 Move unzip, gz_open, gz_close to libbb by Glenn L McGrath · 24 years ago
- d22e560 Move deb_extract() to libbb, dpkg now independent of dpkg-deb by Glenn L McGrath · 24 years ago
- 9d53c8a Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c by Glenn L McGrath · 24 years ago
- e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 24 years ago
- 305fdfa Reorganise status field to use 3 chars instead of one bit shifted long int. by Glenn L McGrath · 24 years ago
- 37849f3 Use create_path instead of mkdir by Glenn L McGrath · 24 years ago
- 13e9c7a It now correctly backs up the (still corrupt) status file by Glenn L McGrath · 24 years ago
- 0e757a2 Some fixes, but still broken... (cont) by Glenn L McGrath · 24 years ago
- f608da4 Ignore SIGTERM prior to gz_close() by Glenn L McGrath · 24 years ago
- e5f3957 Fix warning by Glenn L McGrath · 24 years ago
- 83f173b A first pass at making D_FILE_OFFSET_BITS=64 work, from by Eric Andersen · 24 years ago
- 4e2439a It seems all the stdout munging was useless anyways, since by Eric Andersen · 24 years ago
- fdefbbb dpkg_deb had not been updated for the new gunzip interface. Fix it. -Erik by Eric Andersen · 24 years ago
- e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 24 years ago
- 3a6da8c gz_open and gz_close were left in, even when BB_FEATURE_TAR_GZIP was disabled. by Eric Andersen · 24 years ago
- 5f2ef46 Fix zcat by Glenn L McGrath · 24 years ago
- ed7a776 gunzip -c works again by Glenn L McGrath · 24 years ago
- ae8ad35 Fixes from Robert Kaiser by Glenn L McGrath · 24 years ago
- 02cebeb Remove cruft by Glenn L McGrath · 24 years ago
- 9233959 Remove tar_unzip_init() not needed any more, uses gz_open instead by Glenn L McGrath · 24 years ago
- 018e9e6 Fix tar -z, calls gz_open now by Glenn L McGrath · 24 years ago
- 0cbc8cf Gunzip changes broke tar -z support (woops) by Glenn L McGrath · 24 years ago
- 58e42d5 Major cleanup to better adhere to style guide and use standard busybox functions by Glenn L McGrath · 24 years ago
- f58efb5 Add functions that were shared with gunzip.c, gunzip about to change. by Glenn L McGrath · 24 years ago
- 851895a Clean up more local vars which shadow globals -Erik by Eric Andersen · 24 years ago
- 3bf60aa If only BB_DPKG was enabled in Config.h, busybox would not build; it'd say: by Mark Whitley · 24 years ago
- 82d8502 Fix from Manuel for a silly thinko on my part. by Eric Andersen · 24 years ago
- 3c0b425 dpkg used tfind, which doesn't work with libc5. Print a friendy error by Eric Andersen · 24 years ago
- 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- b50d707 fix a few mallocs to be xmallocs. -Erik by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago