Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 | |
| | | | | definitions. (That should only be on prototypes.) | |||||
* | Patch from Robert P. Day, moving byte order checks to use platform.h macros. | Rob Landley | 2006-03-04 | 1 | -7/+7 | |
| | ||||||
* | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | 2006-03-01 | 1 | -3/+3 | |
| | | | | from before "if(x) free(x)". | |||||
* | Patch from Denis Vlasenko to constify things and fix a few typos. | Rob Landley | 2006-02-22 | 1 | -1/+1 | |
| | ||||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -2/+2 | |
| | ||||||
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 1 | -18/+5 | |
| | | | | - use shorter boilerplate while at it. | |||||
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | 2005-09-11 | 1 | -1/+0 | |
| | | | | getopt.h, whitespace changes, typos, etc. | |||||
* | rename the accept/reject names since accept overrides the accept() socket ↵ | Mike Frysinger | 2005-07-30 | 1 | -6/+6 | |
| | | | | function | |||||
* | applying fixes from: | Paul Fox | 2005-07-20 | 1 | -144/+333 | |
| | | | | | 0000142: unzip enhancements | |||||
* | Update reference for zip format | Glenn L McGrath | 2004-06-06 | 1 | -1/+4 | |
| | ||||||
* | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | 2004-03-27 | 1 | -1/+1 | |
| | | | | s/fileno\(stdout\)/STDOUT_FILENO/g | |||||
* | Move from read_gz to the pipe()+fork() method. | Glenn L McGrath | 2003-11-15 | 1 | -5/+4 | |
| | | | | | | | | | open_transformer(), common code for pipe+fork. Function pointer for read() no longer needed. Allow inflate to be initialised with a specified buffer size to avoid over-reading. Reset static variables in inflate_get_next_window to fix a bug where only the first file in a .zip would be be extracted. | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -9/+9 | |
| | ||||||
* | Move add_to_list from libunarchive to libbb so it can be of more general use ↵ | Glenn L McGrath | 2002-12-08 | 1 | -1/+1 | |
| | | | | (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). | |||||
* | Abstract read and seek in unarchiving code, convert bunzip to file ↵ | Glenn L McGrath | 2002-11-03 | 1 | -7/+8 | |
| | | | | descriptors, support tar -j | |||||
* | New common unarchive code. | Glenn L McGrath | 2002-09-25 | 1 | -39/+189 | |
| | ||||||
* | unzip applet by Laurence Anderson | Glenn L McGrath | 2002-01-02 | 1 | -0/+94 | |
---------------------------------------------------------------------- |