1. 8d3b049 Fix extract_archive so it doesnt mangle filenames, dont try and extract "./" and strip leading "./" on other files by Glenn L McGrath · 23 years ago
  2. 6fc92a5 Fail silently on failure to read tar header, its unfortunate that many tar implementations must be adding unwanted crap to the end of their archives. by Glenn L McGrath · 23 years ago
  3. a868ec8 Allow the unarchive() extract_list variable to be NULL, meaning extract all by Glenn L McGrath · 23 years ago
  4. 3d46224 Return NULL if file doesnt open in deb_extract by Glenn L McGrath · 23 years ago
  5. cfeb08a Make sure there is a trailing '\0' when extracting to buffer. by Glenn L McGrath · 23 years ago
  6. b028e08 Move setvbuf calls from gz_open() to calling functions, setvbuf is only supposed to be called prior to opening the stream, glibc tolerates later use, uclibc doesnt. by Glenn L McGrath · 23 years ago
  7. 3e94f72 Quiet mode, sometimes error messages arent wanted by Glenn L McGrath · 23 years ago
  8. c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
  9. daf0b78 Reverse part of my previous changes by Glenn L McGrath · 23 years ago
  10. 248c57c minor dmalloc inspired cleanups by Glenn L McGrath · 23 years ago
  11. 5ef5614 Don't use void * to pass pointers of known type by Eric Andersen · 23 years ago
  12. 2e6d3cf Nore unarchive (and doc) fixes from Laurence Anderson by Glenn L McGrath · 24 years ago
  13. 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 24 years ago
  14. 30f1eaf Fix the build process so it does not do the evil #ifdef BB_FOO stuff. by Eric Andersen · 24 years ago
  15. 76ce754 Dont change date or chmod on symlinks, lchown on symlinks if lchown available by Glenn L McGrath · 24 years ago
  16. 9f832de remove defines around unarchive, its always used by Glenn L McGrath · 24 years ago
  17. 8370976 comment cleanup by Tim Riker · 24 years ago
  18. fbbd360 create_path -> make_directory by Tim Riker · 24 years ago
  19. eb1c940 Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. by Glenn L McGrath · 24 years ago