1. 527880e match exclude/include names with trailing '/' by Glenn L McGrath · 23 years ago
  2. b5937d3 Use fnmatch() to compare excluded/included files by Glenn L McGrath · 23 years ago
  3. 9b2589d Cleanup memory usage properly by Glenn L McGrath · 23 years ago
  4. dfa7b0e Free some variables after use by Glenn L McGrath · 23 years ago
  5. c5bd149 List full path instead of relative path if prefix is specified (this was supposed to be in last patch) by Glenn L McGrath · 23 years ago
  6. 5078919 Use the correct buffer when calling dirname, improve an error message, and by Matt Kraai · 23 years ago
  7. ac20ce1 Canonicalize dirname(3) behavior. by Matt Kraai · 23 years ago
  8. b373a8d Fix exclude list handling by Glenn L McGrath · 23 years ago
  9. 23b1e5c Some libc5 cleanups by Eric Andersen · 23 years ago
  10. 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
  11. 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
  12. a868ec8 Allow the unarchive() extract_list variable to be NULL, meaning extract all by Glenn L McGrath · 23 years ago
  13. 3d46224 Return NULL if file doesnt open in deb_extract by Glenn L McGrath · 23 years ago
  14. cfeb08a Make sure there is a trailing '\0' when extracting to buffer. by Glenn L McGrath · 23 years ago
  15. 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
  16. 3e94f72 Quiet mode, sometimes error messages arent wanted by Glenn L McGrath · 23 years ago
  17. c127008 Allow unarchive to redirect stdout (tobe used by dpkg applet) by Glenn L McGrath · 23 years ago
  18. daf0b78 Reverse part of my previous changes by Glenn L McGrath · 23 years ago
  19. 248c57c minor dmalloc inspired cleanups by Glenn L McGrath · 23 years ago
  20. 5ef5614 Don't use void * to pass pointers of known type by Eric Andersen · 23 years ago
  21. 2e6d3cf Nore unarchive (and doc) fixes from Laurence Anderson by Glenn L McGrath · 23 years ago
  22. 8f5b63e cpio applet, and changes to associated code by Glenn L McGrath · 24 years ago
  23. 30f1eaf Fix the build process so it does not do the evil #ifdef BB_FOO stuff. by Eric Andersen · 24 years ago
  24. 76ce754 Dont change date or chmod on symlinks, lchown on symlinks if lchown available by Glenn L McGrath · 24 years ago
  25. 9f832de remove defines around unarchive, its always used by Glenn L McGrath · 24 years ago
  26. 8370976 comment cleanup by Tim Riker · 24 years ago
  27. fbbd360 create_path -> make_directory by Tim Riker · 24 years ago
  28. 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