| Commit message (Expand) | Author | Age | Files | Lines |
* | sort out yet more type issues | andersen | 2006-01-30 | 1 | -1/+1 |
* | fixup a few types to prevent gcc (rightfully) whining about mixing | andersen | 2006-01-30 | 1 | -4/+4 |
* | just whitespace | timr | 2006-01-25 | 4 | -19/+19 |
* | - add platform.h. | aldot | 2006-01-22 | 1 | -1/+1 |
* | Patch from Aurelien Jacobs to add unlzma. (A new decompression type, | landley | 2006-01-20 | 5 | -0/+535 |
* | - shared libbusybox. | aldot | 2006-01-15 | 1 | -18/+16 |
* | Don't return 0 when there's an error. | landley | 2006-01-10 | 1 | -0/+2 |
* | - silence warning about unused param | aldot | 2005-12-29 | 1 | -2/+1 |
* | I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it. | landley | 2005-11-12 | 1 | -1/+1 |
* | Add --no-same-owner and --no-same-permissions options to tar. | landley | 2005-10-27 | 1 | -2/+6 |
* | - typo in makefile variable: s/archvial/archival/ | aldot | 2005-10-13 | 1 | -1/+1 |
* | There doesn't seem to be a standard header for makedev(), but this is close. | landley | 2005-10-11 | 1 | -0/+1 |
* | - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco... | aldot | 2005-10-07 | 1 | -2/+2 |
* | Stop gcc4 from nit-picking about signedness of char *. | landley | 2005-09-25 | 1 | -1/+2 |
* | Patch from Berhnard Fischer to keep duplicate objects out of the library. | landley | 2005-09-14 | 1 | -0/+1 |
* | remove unrequired dependences | vodz | 2005-09-14 | 2 | -3/+1 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | landley | 2005-09-11 | 1 | -1/+0 |
* | typo, thanks, Bernhard Fischer | vodz | 2005-09-06 | 1 | -1/+1 |
* | Anand Avati hit an integer overflow problem in our unzip code. | landley | 2005-08-31 | 1 | -1/+1 |
* | Bernhard Fischer says: use xmalloc() instead of malloc() | vapier | 2005-08-16 | 1 | -1/+1 |
* | punt unused variable | vapier | 2005-07-30 | 1 | -3/+0 |
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | vapier | 2005-07-27 | 1 | -1/+1 |
* | applying fixes from: | pgf | 2005-07-20 | 1 | -79/+81 |
* | applying fix for: | pgf | 2005-07-20 | 1 | -0/+10 |
* | fix printf warning | vapier | 2005-04-20 | 1 | -1/+1 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | andersen | 2005-04-16 | 2 | -7/+8 |
* | When filling the bit buffer, gzip decompression apparently never checked for ... | mjn3 | 2005-03-01 | 1 | -1/+4 |
* | Don't document compiler warnings. _FIX_ compiler warnings. | landley | 2004-11-16 | 1 | -12/+13 |
* | Make certain clients of bb_make_directory default to honoring | andersen | 2004-10-13 | 1 | -1/+1 |
* | egor duda writes: | andersen | 2004-10-08 | 2 | -6/+12 |
* | Fixup some warnings | andersen | 2004-08-28 | 1 | -0/+2 |
* | BusyBox has no business hard coding the number of major and minor bits for a | andersen | 2004-07-26 | 2 | -3/+4 |
* | Fix symlink handling and small memory leak | bug1 | 2004-04-29 | 1 | -0/+5 |
* | Update my email address, document some of my tasks in the AUTHORS file | bug1 | 2004-04-25 | 1 | -1/+1 |
* | Larry Doolittle writes: | andersen | 2004-04-14 | 5 | -22/+22 |
* | Add a comment explaining why we have to check for an extra \n | bug1 | 2004-04-09 | 1 | -1/+3 |
* | rename uncompress.c to decompress_uncompress.c | andersen | 2004-04-05 | 3 | -1279/+4 |
* | Add missing include files | andersen | 2004-03-27 | 1 | -0/+1 |
* | s/fileno\(stdin\)/STDIN_FILENO/g | andersen | 2004-03-27 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | andersen | 2004-03-15 | 12 | -48/+48 |
* | Sometimes i get carried away with the use of function pointers, im sure | bug1 | 2004-02-21 | 1 | -1/+1 |
* | Fix up hard links | bug1 | 2004-02-20 | 1 | -3/+5 |
* | A strict interpretation of the ustar format requires the type flag to be | bug1 | 2004-02-20 | 1 | -11/+8 |
* | Add extra comments, freakout if a pax archive is encoutered. | bug1 | 2004-02-19 | 1 | -9/+24 |
* | Remove debugging | bug1 | 2004-02-17 | 1 | -2/+0 |
* | Dont strip trailing '/' until _after_ i test to set if its there ! | bug1 | 2004-02-17 | 1 | -12/+17 |
* | Fix usage with libraries, skip symbol table. | bug1 | 2004-01-04 | 1 | -1/+1 |
* | Fix a bug of mine where extracting files to stdout would extract to | bug1 | 2003-12-22 | 1 | -1/+1 |
* | Don't hose up perms for files that happen to have symlinks | andersen | 2003-12-21 | 1 | -2/+4 |
* | Fix tar hard links | bug1 | 2003-11-27 | 2 | -5/+5 |