Age | Commit message (Expand) | Author |
2005-09-06 | typo, thanks, Bernhard Fischer | "Vladimir N. Oleynik" |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" |
2005-09-01 | Fix for bug 383: attempting to "tar c /" would error out because stripping | Rob Landley |
2005-08-31 | Anand Avati hit an integer overflow problem in our unzip code. | Rob Landley |
2005-08-30 | Don't comment warnings, _FIX_ warnings. (And putting in #warnings about | Rob Landley |
2005-08-30 | Dirk Clemens pointed out how easy it is to support bzip2 compression, since we | Rob Landley |
2005-08-16 | Bernhard Fischer says: use xmalloc() instead of malloc() | Mike Frysinger |
2005-07-30 | punt unused variable | Mike Frysinger |
2005-07-30 | tell people to ignore the save_name warning | Mike Frysinger |
2005-07-30 | rename the accept/reject names since accept overrides the accept() socket fun... | Mike Frysinger |
2005-07-27 | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger |
2005-07-22 | applying fix for: | Paul Fox |
2005-07-20 | applying fixes from: | Paul Fox |
2005-07-20 | applying fix for: | Paul Fox |
2005-05-11 | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | Mike Frysinger |
2005-05-09 | abort if user passes -r or if they dont pass anything | Mike Frysinger |
2005-04-23 | add comments about ignoring some warnings which are OK | Mike Frysinger |
2005-04-20 | fix printf warning | Mike Frysinger |
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen |
2005-04-16 | In Bug 208, bernhardf writes: | Mike Frysinger |
2005-03-02 | Bandaid to make "gzip file1 file2 ..." set the decompression lengths correctly | Manuel Novoa III |
2005-03-01 | When filling the bit buffer, gzip decompression apparently never checked for ... | Manuel Novoa III |
2005-02-11 | Takeharu KATO writes: | Eric Andersen |
2004-12-17 | Minor in-passing crapectomy. | Rob Landley |
2004-11-16 | Don't document compiler warnings. _FIX_ compiler warnings. | Rob Landley |
2004-10-13 | Make certain clients of bb_make_directory default to honoring | Eric Andersen |
2004-10-08 | egor duda writes: | Eric Andersen |
2004-10-07 | Make it more apparent that archive creation is not supported | Eric Andersen |
2004-08-28 | Fixup some warnings | Eric Andersen |
2004-08-26 | Tito writes: | Eric Andersen |
2004-07-26 | BusyBox has no business hard coding the number of major and minor bits for a | Eric Andersen |
2004-07-21 | Fixup -T (--files-from) option, works for non-directories now | Glenn L McGrath |
2004-06-06 | Update reference for zip format | Glenn L McGrath |
2004-05-05 | Steve Grubb writes: | Eric Andersen |
2004-04-29 | Fix symlink handling and small memory leak | Glenn L McGrath |
2004-04-25 | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-04-09 | Add a comment explaining why we have to check for an extra \n | Glenn L McGrath |
2004-04-05 | rename uncompress.c to decompress_uncompress.c | Eric Andersen |
2004-03-27 | Add missing include files | Eric Andersen |
2004-03-27 | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-02-25 | Fix option handling, -i or -t must be given, if both ignore the -t. | Glenn L McGrath |
2004-02-21 | Sometimes i get carried away with the use of function pointers, im sure | Glenn L McGrath |
2004-02-20 | Fix up hard links | Glenn L McGrath |
2004-02-20 | A strict interpretation of the ustar format requires the type flag to be | Glenn L McGrath |
2004-02-19 | Add extra comments, freakout if a pax archive is encoutered. | Glenn L McGrath |
2004-02-17 | Remove debugging | Glenn L McGrath |
2004-02-17 | Dont strip trailing '/' until _after_ i test to set if its there ! | Glenn L McGrath |
2004-01-30 | s/u_int/uint/g | Eric Andersen |