1. 688ed0d Patch from Robert P. Day, moving byte order checks to use platform.h macros. by Rob Landley · 19 years ago
  2. e7c43b6 Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) by Rob Landley · 19 years ago
  3. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  4. c1ef7bd just whitespace by Tim Riker · 19 years ago
  5. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  6. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  7. 6902455 rename the accept/reject names since accept overrides the accept() socket function by Mike Frysinger · 19 years ago
  8. 0840b76 applying fixes from: 0000142: unzip enhancements by Paul Fox · 19 years ago
  9. f34b0e9 Update reference for zip format by Glenn L McGrath · 21 years ago
  10. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  11. 5699b85 Move from read_gz to the pipe()+fork() method. by Glenn L McGrath · 21 years ago
  12. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  13. 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
  14. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  15. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  16. 87ac702 unzip applet by Laurence Anderson by Glenn L McGrath · 23 years ago