1. 8c24af9 tar: fix interaction of delayed symlink and hardlink creation by Harald van Dijk · 7 years ago
  2. a84db18 tar,unzip: postpone creation of symlinks with "suspicious" targets by Denys Vlasenko · 7 years ago
  3. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  4. bc9bbeb libarchive: do not extract unsafe symlinks unless $EXTRACT_UNSAFE_SYMLINKS=1 by Denys Vlasenko · 7 years ago
  5. b920a38 tar: postpone creation of symlinks with "suspicious" targets. Closes 8411 by Denys Vlasenko · 7 years ago
  6. 06f20bf link: new applet by Denys Vlasenko · 8 years ago
  7. 537389c tar: fix files skipped with --strip_components not resetting selinux context by Denys Vlasenko · 9 years ago
  8. f167e45 tar: shrink hardlink name handling code by Denys Vlasenko · 9 years ago
  9. 6c563e3 tar: add support for --strip-components=N by Denys Vlasenko · 9 years ago
  10. 2aec773 rpm: use "create+rename" method of replacing existing files by Denys Vlasenko · 12 years ago
  11. 6111f96 tar: add support for PAX-encoded path=LONGFILENAME by Denys Vlasenko · 13 years ago
  12. d184a72 rename archive.h to bb_archive.h. no code changes by Denys Vlasenko · 13 years ago
  13. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago[Renamed (99%) from archival/libunarchive/data_extract_all.c]
  14. 873bb31 cpio: avoid 'not created: newer or same age file exists' message for dirs by Pascal Bellard · 14 years ago
  15. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  16. 243d175 remove some dead assignments, add a TODO comment by Denys Vlasenko · 14 years ago
  17. d86b4c3 data_extract_all: do not chmod symlink. Closes 2053 by Denys Vlasenko · 15 years ago
  18. e69ad87 tar: fix "hardlinks to symlinks chown" bug 1519. by Denys Vlasenko · 15 years ago
  19. 02365a6 tar: fix mishandling of repeated hardlink in tarball; expand tests by Denys Vlasenko · 15 years ago
  20. 77a2c51 tar: optional support for restoring selinux context by J. Tang · 15 years ago
  21. aa4977d libunarchive: clean up dirty hacks. code shrank as a result by Denys Vlasenko · 15 years ago
  22. 8a936cf tar: add support for --overwrite. +70 bytes. by Denys Vlasenko · 15 years ago
  23. dcbfaba fix improper utimes usage by Denys Vlasenko · 15 years ago
  24. f94c9bf tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes by Denys Vlasenko · 15 years ago
  25. 6ccaa23 libunarchive: fix reversed test for older/newer by Denys Vlasenko · 15 years ago
  26. 389cca4 some non-gnu compilers can't have non-const struct initializers by Denys Vlasenko · 15 years ago
  27. a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  28. 885583e tar: do chown, not lchown to restore mode (compat) by Denys Vlasenko · 15 years ago
  29. d57d626 tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits by Denys Vlasenko · 15 years ago
  30. b976292 libunarchive: fix a bug where mode and time is no longer restored by Denys Vlasenko · 15 years ago
  31. 09e63bb df: fix "df /" by Denys Vlasenko · 15 years ago
  32. 4f239b1 libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME by Mike Frysinger · 16 years ago
  33. 8b814b4 tar: support for tar --numeric-owner. By Natanael Copa. by Denis Vlasenko · 16 years ago
  34. d83676e data_extract_all: do not complain if directory exists on mkdir by Denis Vlasenko · 16 years ago
  35. a60936d libunarchive: stop using static data in archivers - archive_handle_t by Denis Vlasenko · 16 years ago
  36. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  37. 1af00ed cpio: fix a bug where we do not extract zero-sized hardlinks by Denis Vlasenko · 17 years ago
  38. e00e502 tar: real support for -p. +200 if selected. by Denis Vlasenko · 17 years ago
  39. 7510384 do not do utime() on links, it acts on link targets, and we don't want that. by Denis Vlasenko · 18 years ago
  40. e54b472 make tar restore mode again by Denis Vlasenko · 18 years ago
  41. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  42. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  43. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  44. daf58ef Use xopen3() instead of an after-the-fact chown. by Rob Landley · 18 years ago
  45. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  46. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  47. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  48. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  49. f3d6c94 Add --no-same-owner and --no-same-permissions options to tar. by Rob Landley · 19 years ago
  50. 0e020d1 Make certain clients of bb_make_directory default to honoring the user's umask by Eric Andersen · 20 years ago
  51. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  52. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  53. 67ff3a1 Don't hose up perms for files that happen to have symlinks by Eric Andersen · 21 years ago
  54. e39ee01 Fix tar hard links by Glenn L McGrath · 21 years ago
  55. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  56. 90c9df9 Dont attempt to unlink directories by Glenn L McGrath · 21 years ago
  57. 8dc8cb1 Fix a bug where cpio wouldnt work unless -u was specified by Glenn L McGrath · 21 years ago
  58. 2fdba24 Marc A. Lehmann writes: by Eric Andersen · 21 years ago
  59. 4cee66d Dont unlink when testing ! by Glenn L McGrath · 21 years ago
  60. 3d5828f Change hardlink handling for tar to work the same way as cpio by Glenn L McGrath · 21 years ago
  61. afc01cd unlink a previous file before its extracted by Glenn L McGrath · 22 years ago
  62. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  63. 21110a0 Fix long standing bug with old gnu tar files, add a check so tar will by Glenn L McGrath · 22 years ago
  64. b72a735 rpm applet by Laurence Anderson by Glenn L McGrath · 22 years ago
  65. 6f9b45b Unlink before mkdir, mknod, symlink to overwrite by Glenn L McGrath · 22 years ago
  66. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  67. 71ae64b last_patch61 from vodz: by Eric Andersen · 22 years ago
  68. d9d47c3 Patch from Konstantin Isakov <ikm@pisem.net>: by Eric Andersen · 22 years ago
  69. 2e41d0c Fix compress support and prevent a segfault by Glenn L McGrath · 22 years ago
  70. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago