- 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
- 64d7e93 - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). by Bernhard Reutner-Fischer · 18 years ago
- 22dca23 archival: added O_TRUNC so that when we overwrite files on unpack, by Denis Vlasenko · 18 years ago
- 74bb70c Ok, that's not a typo, that's just me not thinking. by Rob Landley · 18 years ago
- 3629d95 Typo. by Rob Landley · 18 years ago
- 27d07c9 Now that we have xopen3(), it's just plain unclean to have xopen() with by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- eea5618 "formated" -> "formatted" throughout the code base. by "Robert P. J. Day" · 18 years ago
- 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
- 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
- 1ec5b29 More size shrinkage. by Rob Landley · 19 years ago
- 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
- b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 19 years ago
- d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
- 986ab52 ensure that corrupted file extraction causes both a message and by Paul Fox · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- 688ed0d Patch from Robert P. Day, moving byte order checks to use platform.h macros. by Rob Landley · 19 years ago
- e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
- 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
- b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
- 6902455 rename the accept/reject names since accept overrides the accept() socket function by Mike Frysinger · 19 years ago
- 0840b76 applying fixes from: 0000142: unzip enhancements by Paul Fox · 19 years ago
- f34b0e9 Update reference for zip format by Glenn L McGrath · 21 years ago
- 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
- 5699b85 Move from read_gz to the pipe()+fork() method. by Glenn L McGrath · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 66125c8 Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free). by Glenn L McGrath · 22 years ago
- 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
- 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
- 87ac702 unzip applet by Laurence Anderson by Glenn L McGrath · 23 years ago