| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused function. If necessary, we can use remove_file instead. | kraai | 2001-05-17 | 1 | -31/+0 |
* | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c | kraai | 2001-05-16 | 2 | -2/+2 |
* | Do not ever change permissions on existing directories, only | andersen | 2001-05-13 | 1 | -2/+6 |
* | Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>, | andersen | 2001-05-07 | 1 | -0/+2 |
* | woops, forgot the break statment | bug1 | 2001-05-07 | 1 | -0/+1 |
* | Tolerate -q argument, if -q is passed give a warning and continue rather than... | bug1 | 2001-05-07 | 2 | -2/+6 |
* | Skip headers with empty filenames, rather than stopping. | kraai | 2001-05-01 | 1 | -1/+1 |
* | Made new xreadlink function for libbb and changed applets to use it instead of | markw | 2001-04-30 | 1 | -9/+3 |
* | Logic reversal for last_char_is | bug1 | 2001-04-29 | 1 | -1/+1 |
* | Another nice cleanup from Larry. This adds a new last_char_is() function and | andersen | 2001-04-26 | 2 | -2/+2 |
* | Move messages.c to libbb. Make each string in messages.c be its own .o file. | andersen | 2001-04-25 | 5 | -19/+0 |
* | Eliminate spurious warning, convert to getopt, and eliminate redundant check. | kraai | 2001-04-18 | 2 | -29/+23 |
* | Fix a number of problems with argument handling. | kraai | 2001-04-18 | 1 | -49/+29 |
* | Eliminate a segfault when called on an existing file with out an extension: | kraai | 2001-04-18 | 1 | -2/+2 |
* | Eliminated seeks so that we work correctly on pipes, and removed reliance on | kraai | 2001-04-18 | 2 | -4/+18 |
* | Fix zcat/gunzip when reading from stdin | bug1 | 2001-04-18 | 1 | -26/+28 |
* | Write full status file | bug1 | 2001-04-16 | 1 | -19/+76 |
* | dpkg improvements, use full package struct, avoid extracting to tmp dir, rena... | bug1 | 2001-04-16 | 2 | -197/+193 |
* | dpkg-deb -f and partial -I commands, adds 600 bytes | bug1 | 2001-04-13 | 1 | -21/+27 |
* | Rename variable that shadows global | bug1 | 2001-04-12 | 1 | -16/+16 |
* | New dpkg-deb function -t, stands for --fsys-tarfile | bug1 | 2001-04-12 | 1 | -1/+4 |
* | dpkg-deb -c works now | bug1 | 2001-04-12 | 1 | -6/+9 |
* | Fix dpkg-deb, enum's are cool | bug1 | 2001-04-12 | 1 | -18/+17 |
* | readTarFile changed from exter nto static | bug1 | 2001-04-11 | 1 | -2/+2 |
* | copy_file_chunk uses streams now. | bug1 | 2001-04-11 | 3 | -35/+37 |
* | Disable sigterm | bug1 | 2001-04-11 | 2 | -6/+6 |
* | replace getOctal with strtol( , NULL, 8) | bug1 | 2001-04-11 | 1 | -28/+8 |
* | Gzip is indepenedent of gunzip | bug1 | 2001-04-11 | 1 | -0/+2 |
* | Move unzip, gz_open, gz_close to libbb | bug1 | 2001-04-11 | 5 | -998/+2056 |
* | Move deb_extract() to libbb, dpkg now independent of dpkg-deb | bug1 | 2001-04-11 | 2 | -103/+8 |
* | Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c | bug1 | 2001-04-11 | 2 | -114/+0 |
* | Apply Vladimir's latest cleanup patch. | andersen | 2001-04-09 | 1 | -10/+10 |
* | Reorganise status field to use 3 chars instead of one bit shifted long int. | bug1 | 2001-04-08 | 1 | -131/+98 |
* | Use create_path instead of mkdir | bug1 | 2001-04-08 | 1 | -4/+3 |
* | It now correctly backs up the (still corrupt) status file | bug1 | 2001-04-08 | 1 | -10/+21 |
* | Some fixes, but still broken... (cont) | bug1 | 2001-04-08 | 1 | -136/+162 |
* | Ignore SIGTERM prior to gz_close() | bug1 | 2001-04-07 | 1 | -1/+5 |
* | Fix warning | bug1 | 2001-04-07 | 1 | -1/+1 |
* | A first pass at making D_FILE_OFFSET_BITS=64 work, from | andersen | 2001-04-05 | 1 | -3/+3 |
* | It seems all the stdout munging was useless anyways, since | andersen | 2001-04-05 | 1 | -3/+0 |
* | dpkg_deb had not been updated for the new gunzip interface. Fix it. | andersen | 2001-04-05 | 1 | -2/+16 |
* | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | andersen | 2001-04-05 | 1 | -10/+3 |
* | gz_open and gz_close were left in, even when BB_FEATURE_TAR_GZIP was disabled. | andersen | 2001-03-29 | 1 | -0/+2 |
* | Fix zcat | bug1 | 2001-03-29 | 1 | -4/+2 |
* | gunzip -c works again | bug1 | 2001-03-29 | 1 | -23/+19 |
* | Fixes from Robert Kaiser | bug1 | 2001-03-28 | 2 | -10/+9 |
* | Remove cruft | bug1 | 2001-03-28 | 2 | -4/+2 |
* | Remove tar_unzip_init() not needed any more, uses gz_open instead | bug1 | 2001-03-28 | 1 | -37/+0 |
* | Fix tar -z, calls gz_open now | bug1 | 2001-03-28 | 2 | -11/+26 |
* | Gunzip changes broke tar -z support (woops) | bug1 | 2001-03-28 | 1 | -2/+1 |