| Commit message (Expand) | Author | Age | Files | Lines |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 1 | -1/+1 |
* | unzip: fix xstrndup bug (xstrndup(s,n) can allocate less than n bytes!) | vda | 2007-03-31 | 1 | -2/+3 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -0/+1 |
* | do not expose internal state of [g]zip unpacker. | vda | 2007-01-05 | 1 | -5/+5 |
* | extern variable declaration in a .c file is heresy - fixing it | vda | 2007-01-03 | 1 | -3/+0 |
* | style fixes | vda | 2006-12-26 | 1 | -2/+2 |
* | tar et al: die if bb_copyfd_size copies less than asked for. | vda | 2006-12-22 | 1 | -15/+8 |
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | vda | 2006-12-16 | 1 | -2/+1 |
* | last nail into error_msg() (de)capitalization | vda | 2006-10-27 | 1 | -8/+8 |
* | correct largefile support, add comments about it. | vda | 2006-10-08 | 1 | -3/+2 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 1 | -5/+6 |
* | silly switch style fix | vda | 2006-09-27 | 1 | -2/+2 |
* | - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de... | aldot | 2006-09-11 | 1 | -1/+1 |
* | archival: added O_TRUNC so that when we overwrite files on unpack, | vda | 2006-09-03 | 1 | -1/+1 |
* | Ok, that's not a typo, that's just me not thinking. | landley | 2006-08-04 | 1 | -1/+1 |
* | Typo. | landley | 2006-08-04 | 1 | -1/+1 |
* | Now that we have xopen3(), it's just plain unclean to have xopen() with | landley | 2006-08-04 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 1 | -11/+6 |
* | "formated" -> "formatted" throughout the code base. | rpjday | 2006-07-20 | 1 | -26/+26 |
* | Cleaup read() and write() variants, plus a couple of new functions like | landley | 2006-07-16 | 1 | -44/+17 |
* | - reuse strings and messages. Saves about 600B | aldot | 2006-06-07 | 1 | -5/+5 |
* | More size shrinkage. | landley | 2006-05-29 | 1 | -2/+1 |
* | Change llist_add_* to take the address of the list rather than returning the new | landley | 2006-05-26 | 1 | -2/+2 |
* | - remove emacs layout block as suggested by Robert P.J. Day | aldot | 2006-05-19 | 1 | -9/+0 |
* | - patch from Denis Vlasenko to add and use bb_xchdir() | aldot | 2006-04-12 | 1 | -3/+2 |
* | ensure that corrupted file extraction causes both a message and | pgf | 2006-03-27 | 1 | -4/+11 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | landley | 2006-03-06 | 1 | -1/+1 |
* | Patch from Robert P. Day, moving byte order checks to use platform.h macros. | landley | 2006-03-04 | 1 | -7/+7 |
* | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | landley | 2006-03-01 | 1 | -3/+3 |
* | Patch from Denis Vlasenko to constify things and fix a few typos. | landley | 2006-02-22 | 1 | -1/+1 |
* | just whitespace | timr | 2006-01-25 | 1 | -2/+2 |
* | - add platform.h. | aldot | 2006-01-22 | 1 | -18/+5 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | landley | 2005-09-11 | 1 | -1/+0 |
* | rename the accept/reject names since accept overrides the accept() socket fun... | vapier | 2005-07-30 | 1 | -6/+6 |
* | applying fixes from: | pgf | 2005-07-20 | 1 | -144/+333 |
* | Update reference for zip format | bug1 | 2004-06-06 | 1 | -1/+4 |
* | s/fileno\(stdin\)/STDIN_FILENO/g | andersen | 2004-03-27 | 1 | -1/+1 |
* | Move from read_gz to the pipe()+fork() method. | bug1 | 2003-11-15 | 1 | -5/+4 |
* | Major coreutils update. | mjn3 | 2003-03-19 | 1 | -9/+9 |
* | Move add_to_list from libunarchive to libbb so it can be of more general use ... | bug1 | 2002-12-08 | 1 | -1/+1 |
* | Abstract read and seek in unarchiving code, convert bunzip to file descriptor... | bug1 | 2002-11-03 | 1 | -7/+8 |
* | New common unarchive code. | bug1 | 2002-09-25 | 1 | -39/+189 |
* | unzip applet by Laurence Anderson | bug1 | 2002-01-02 | 1 | -0/+94 |