2001-07-11 |
Glenn L McGrath | Allow unarchive to redirect stdout (tobe used by dpkg... |
tree | commitdiff |
2001-07-11 |
Glenn L McGrath | free coniditionally, just to make it play nice with... |
tree | commitdiff |
2001-07-11 |
Glenn L McGrath | Unpack the filename not the package name |
tree | commitdiff |
2001-07-10 |
Matt Kraai | Read 20 512-byte blocks at a time (like GNU tar). |
tree | commitdiff |
2001-07-07 |
Eric Andersen | Minor update to include file ordering |
tree | commitdiff |
2001-07-03 |
Matt Kraai | Remove a redundant call to mkdir. |
tree | commitdiff |
2001-07-02 |
Eric Andersen | Patch from Aaron Lehmann <aaronl@vitelus.com> to scrub... |
tree | commitdiff |
2001-06-29 |
Manuel Novoa III | Add some missing includes to kill warnings when buildin... |
tree | commitdiff |
2001-06-27 |
Eric Andersen | Fix a type promotion bug discivered and analyzed by... |
tree | commitdiff |
2001-06-26 |
Glenn L McGrath | rpm2cpio applet by Laurence Anderson |
tree | commitdiff |
2001-06-25 |
Eric Andersen | Fix up some warnings that show up on ppc |
tree | commitdiff |
2001-06-24 |
Glenn L McGrath | Nore unarchive (and doc) fixes from Laurence Anderson |
tree | commitdiff |
2001-06-22 |
Glenn L McGrath | cpio applet, and changes to associated code |
tree | commitdiff |
2001-06-22 |
Tim Riker | comment cleanup |
tree | commitdiff |
2001-06-21 |
Matt Kraai | Rewrote mkdir (and touched lots of things in the process). |
tree | commitdiff |
2001-06-21 |
Eric Andersen | Support tar -C, per bug #1176 |
tree | commitdiff |
2001-06-21 |
Eric Andersen | Add in (and ignore) tar -p, since we preserver permissi... |
tree | commitdiff |
2001-06-20 |
Eric Andersen | it turs out, there was a nasty tar bug where bb tar... |
tree | commitdiff |
2001-06-20 |
Glenn L McGrath | Initialise in_file to stdin, so it wont crash if no... |
tree | commitdiff |
2001-06-20 |
Glenn L McGrath | Changed gz_open to ruturn a stream |
tree | commitdiff |
2001-06-20 |
Glenn L McGrath | Reorganise unarchiving functions, more code re-use... |
tree | commitdiff |
2001-06-13 |
Glenn L McGrath | Reorganise archive extraction code |
tree | commitdiff |
2001-06-04 |
Eric Andersen | Revert the patch from Konstantin Boldyshev <konst@linux... |
tree | commitdiff |
2001-05-24 |
Eric Andersen | Fix up some signed char vs int issues that show up... |
tree | commitdiff |
2001-05-23 |
Eric Andersen | Patch from larry to fix some grammar errors. |
tree | commitdiff |
2001-05-22 |
Matt Kraai | Make - read compressed data from stdin (thanks to Mariu... |
tree | commitdiff |
2001-05-22 |
Matt Kraai | Correctly remove leading slashes upon extraction (thank... |
tree | commitdiff |
2001-05-17 |
Matt Kraai | Remove unused function. If necessary, we can use remov... |
tree | commitdiff |
2001-05-16 |
Matt Kraai | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted... |
tree | commitdiff |
2001-05-13 |
Eric Andersen | Do not ever change permissions on existing directories... |
tree | commitdiff |
2001-05-07 |
Eric Andersen | Per some comments from Lars Kellogg-Stedman <lars@larss... |
tree | commitdiff |
2001-05-07 |
Glenn L McGrath | woops, forgot the break statment |
tree | commitdiff |
2001-05-07 |
Glenn L McGrath | Tolerate -q argument, if -q is passed give a warning... |
tree | commitdiff |
2001-05-01 |
Matt Kraai | Skip headers with empty filenames, rather than stopping. |
tree | commitdiff |
2001-04-30 |
Mark Whitley | Made new xreadlink function for libbb and changed apple... |
tree | commitdiff |
2001-04-29 |
Glenn L McGrath | Logic reversal for last_char_is |
tree | commitdiff |
2001-04-26 |
Eric Andersen | Another nice cleanup from Larry. This adds a new last_... |
tree | commitdiff |
2001-04-25 |
Eric Andersen | Move messages.c to libbb. Make each string in messages... |
tree | commitdiff |
2001-04-18 |
Matt Kraai | Eliminate spurious warning, convert to getopt, and... |
tree | commitdiff |
2001-04-18 |
Matt Kraai | Fix a number of problems with argument handling. |
tree | commitdiff |
2001-04-18 |
Matt Kraai | Eliminate a segfault when called on an existing file... |
tree | commitdiff |
2001-04-18 |
Matt Kraai | Eliminated seeks so that we work correctly on pipes... |
tree | commitdiff |
2001-04-18 |
Glenn L McGrath | Fix zcat/gunzip when reading from stdin |
tree | commitdiff |
2001-04-16 |
Glenn L McGrath | Write full status file |
tree | commitdiff |
2001-04-16 |
Glenn L McGrath | dpkg improvements, use full package struct, avoid extra... |
tree | commitdiff |
2001-04-13 |
Glenn L McGrath | dpkg-deb -f and partial -I commands, adds 600 bytes |
tree | commitdiff |
2001-04-12 |
Glenn L McGrath | Rename variable that shadows global |
tree | commitdiff |
2001-04-12 |
Glenn L McGrath | New dpkg-deb function -t, stands for --fsys-tarfile |
tree | commitdiff |
2001-04-12 |
Glenn L McGrath | dpkg-deb -c works now |
tree | commitdiff |
2001-04-12 |
Glenn L McGrath | Fix dpkg-deb, enum's are cool |
tree | commitdiff |
2001-04-11 |
Glenn L McGrath | readTarFile changed from exter nto static |
tree | commitdiff |
2001-04-11 |
Glenn L McGrath | copy_file_chunk uses streams now. |
tree | commitdiff |
2001-04-11 |
Glenn L McGrath | Disable sigterm |
tree | commitdiff |
2001-04-11 |
Glenn L McGrath | replace getOctal with strtol( , NULL, 8) |
tree | commitdiff |
2001-04-11 |
Glenn L McGrath | Gzip is indepenedent of gunzip |
tree | commitdiff |
2001-04-11 |
Glenn L McGrath | Move unzip, gz_open, gz_close to libbb |
tree | commitdiff |
2001-04-11 |
Glenn L McGrath | Move deb_extract() to libbb, dpkg now independent of... |
tree | commitdiff |
2001-04-11 |
Glenn L McGrath | Move get_ar_headers to libbb, make dpkg_deb.c independe... |
tree | commitdiff |
2001-04-09 |
Eric Andersen | Apply Vladimir's latest cleanup patch. |
tree | commitdiff |
2001-04-08 |
Glenn L McGrath | Reorganise status field to use 3 chars instead of one... |
tree | commitdiff |
2001-04-08 |
Glenn L McGrath | Use create_path instead of mkdir |
tree | commitdiff |
2001-04-08 |
Glenn L McGrath | It now correctly backs up the (still corrupt) status... |
tree | commitdiff |
2001-04-08 |
Glenn L McGrath | Some fixes, but still broken... (cont) |
tree | commitdiff |
2001-04-07 |
Glenn L McGrath | Ignore SIGTERM prior to gz_close() |
tree | commitdiff |
2001-04-07 |
Glenn L McGrath | Fix warning |
tree | commitdiff |
2001-04-05 |
Eric Andersen | A first pass at making D_FILE_OFFSET_BITS=64 work,... |
tree | commitdiff |
2001-04-05 |
Eric Andersen | It seems all the stdout munging was useless anyways... |
tree | commitdiff |
2001-04-05 |
Eric Andersen | dpkg_deb had not been updated for the new gunzip interf... |
tree | commitdiff |
2001-04-05 |
Eric Andersen | A number of cleanups. Now compiles with libc5, glibc... |
tree | commitdiff |
2001-03-29 |
Eric Andersen | gz_open and gz_close were left in, even when BB_FEATURE... |
tree | commitdiff |
2001-03-29 |
Glenn L McGrath | Fix zcat |
tree | commitdiff |
2001-03-29 |
Glenn L McGrath | gunzip -c works again |
tree | commitdiff |
2001-03-28 |
Glenn L McGrath | Fixes from Robert Kaiser |
tree | commitdiff |
2001-03-28 |
Glenn L McGrath | Remove cruft |
tree | commitdiff |
2001-03-28 |
Glenn L McGrath | Remove tar_unzip_init() not needed any more, uses gz_op... |
tree | commitdiff |
2001-03-28 |
Glenn L McGrath | Fix tar -z, calls gz_open now |
tree | commitdiff |
2001-03-28 |
Glenn L McGrath | Gunzip changes broke tar -z support (woops) |
tree | commitdiff |
2001-03-28 |
Glenn L McGrath | Major cleanup to better adhere to style guide and use... |
tree | commitdiff |
2001-03-28 |
Glenn L McGrath | Add functions that were shared with gunzip.c, gunzip... |
tree | commitdiff |
2001-03-21 |
Eric Andersen | Clean up more local vars which shadow globals |
tree | commitdiff |
2001-03-15 |
Mark Whitley | If only BB_DPKG was enabled in Config.h, busybox would... |
tree | commitdiff |
2001-03-14 |
Eric Andersen | Fix from Manuel for a silly thinko on my part. |
tree | commitdiff |
2001-03-14 |
Eric Andersen | dpkg used tfind, which doesn't work with libc5. Print... |
tree | commitdiff |
2001-03-09 |
Eric Andersen | A cleanup patch from Jeff Garzik to static-ify a number of |
tree | commitdiff |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
tree | commitdiff |
2001-02-15 |
Eric Andersen | fix a few mallocs to be xmallocs. |
tree | commitdiff |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
tree | commitdiff |
2001-02-12 |
Glenn L McGrath | Closer integration with dpkg-deb and other busybox... |
tree | commitdiff |
2001-02-12 |
Glenn L McGrath | New option 'list' produces output that can be used... |
tree | commitdiff |
2001-02-11 |
Glenn L McGrath | New function, deb-extract to be used by dpkg, code... |
tree | commitdiff |
2001-02-11 |
Glenn L McGrath | Consmetic changes |
tree | commitdiff |
2001-02-11 |
Glenn L McGrath | More style changes |
tree | commitdiff |
2001-02-11 |
Glenn L McGrath | Style changes; use get_line_from_file from utilities |
tree | commitdiff |
2001-02-10 |
Glenn L McGrath | Use copy_file from utilty.c, remove some char defines |
tree | commitdiff |
2001-02-10 |
Glenn L McGrath | Bug fix, rename status file, cleanups |
tree | commitdiff |
2001-02-10 |
Glenn L McGrath | Replace status defines with const int to conform to... |
tree | commitdiff |
2001-02-10 |
Glenn L McGrath | Initial import |
tree | commitdiff |
2001-02-01 |
Matt Kraai | Fix wget error message and add (and use) chomp library... |
tree | commitdiff |
2001-01-31 |
Matt Kraai | Removed trailing \n from error_msg{,_and_die} messages. |
tree | commitdiff |
2001-01-27 |
Eric Andersen | Fix up copyright msgs. Bump version to 0.49 in prepara... 0_49 |
tree | commitdiff |
next |