1. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  2. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  3. c1660fe tar: refuse to untar files with "/../" components by Denis Vlasenko · 18 years ago
  4. b596335 tar: correctly skip (and warn about) pax headers. by Denis Vlasenko · 18 years ago
  5. 87cd4a8 tar: small fix and small optimization by Denis Vlasenko · 18 years ago
  6. b833ca9 tar: buglet fix by Denis Vlasenko · 18 years ago
  7. d677250 tar: fix and sanitize handling of long filenames/linknames by Denis Vlasenko · 18 years ago
  8. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  9. 376ce1e tar: by Denis Vlasenko · 18 years ago
  10. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  11. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  12. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  13. eea5618 "formated" -> "formatted" throughout the code base. by "Robert P. J. Day" · 18 years ago
  14. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  15. ff6e21c Fix tar so it can extract git-generated tarballs, based on a suggestion by Rob Landley · 18 years ago
  16. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  17. 1ec5b29 More size shrinkage. by Rob Landley · 19 years ago
  18. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 19 years ago
  19. a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 19 years ago
  20. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  21. 325da7b use bb_xstrndup vs strndup. Thanks rfelker. by "Vladimir N. Oleynik" · 19 years ago
  22. 06249fe Bug 640: a filename of length exactly 100 could bleed into the next field on by Rob Landley · 19 years ago
  23. c1ef7bd just whitespace by Tim Riker · 19 years ago
  24. 161aae7 There doesn't seem to be a standard header for makedev(), but this is close. by Rob Landley · 19 years ago
  25. 94ff9f1 applying fix for: by Paul Fox · 19 years ago
  26. 4f807a8 BusyBox has no business hard coding the number of major and minor bits for a by Eric Andersen · 20 years ago
  27. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  28. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  29. 916ba53 Fix up hard links by Glenn L McGrath · 21 years ago
  30. c9f1fce A strict interpretation of the ustar format requires the type flag to be by Glenn L McGrath · 21 years ago
  31. b0e163a Add extra comments, freakout if a pax archive is encoutered. by Glenn L McGrath · 21 years ago
  32. a8f756f Remove debugging by Glenn L McGrath · 21 years ago
  33. 6aa5223 Dont strip trailing '/' until _after_ i test to set if its there ! by Glenn L McGrath · 21 years ago
  34. e39ee01 Fix tar hard links by Glenn L McGrath · 21 years ago
  35. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  36. e857122 Fix tar-handles-nested-exclude testcase by Glenn L McGrath · 21 years ago
  37. f074afc Dont free filename, its needed in the extracted files list. by Glenn L McGrath · 21 years ago
  38. 54ac057 Fix memory leaks by Glenn L McGrath · 21 years ago
  39. e57feeb Keep trying to find a good header, if we exit it will cause .tar.gz by Glenn L McGrath · 21 years ago
  40. 2685724 Fix tar -j support by Glenn L McGrath · 21 years ago
  41. beb3bbd Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled. by Glenn L McGrath · 21 years ago
  42. ef91bf6 Use the typeflag to identify if its a hardlink on OLD and GNU posix by Glenn L McGrath · 21 years ago
  43. 87af49f If a tar entry is a regualr file ending in a '/' then its really a by Glenn L McGrath · 21 years ago
  44. 3d5828f Change hardlink handling for tar to work the same way as cpio by Glenn L McGrath · 21 years ago
  45. 1b0075d Fixup problem unconditionally converting all hard links to symlinks. by Eric Andersen · 21 years ago
  46. b838420 Handle hard links by converting them to symlinks by Glenn L McGrath · 22 years ago
  47. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  48. 21110a0 Fix long standing bug with old gnu tar files, add a check so tar will by Glenn L McGrath · 22 years ago
  49. 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
  50. b7a76df Fix long filename support by Glenn L McGrath · 22 years ago
  51. 7f2a953 Fail silently if a partial tar header is read as tar.bz2 is leaving trailing junk (not sure why), add some missing files by Glenn L McGrath · 22 years ago
  52. 8e94098 Change filter paramaters, filters can be more powefull now by Glenn L McGrath · 22 years ago
  53. 237ae42 Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j by Glenn L McGrath · 22 years ago
  54. c5c1a8a Fix exclude/include problem by Glenn L McGrath · 22 years ago
  55. 2e41d0c Fix compress support and prevent a segfault by Glenn L McGrath · 22 years ago
  56. 7ca04f3 New common unarchive code. by Glenn L McGrath · 22 years ago
  57. b3c4e9a Support for GNU style long filename and linknames by Glenn L McGrath · 22 years ago
  58. 0775a07 Specify cast by Glenn L McGrath · 22 years ago
  59. 99b1254 Run through ident, fix comments by Glenn L McGrath · 22 years ago
  60. 7576270 Honour the USTAR prefix field, this enables a 155 byte path length plus the normal 100 byte filename. by Glenn L McGrath · 22 years ago
  61. 1d23f3a Enable support for the old tar header format, enable via menu's by Glenn L McGrath · 22 years ago
  62. 2276d83 Fixup warnings and undefined operations that show up in gcc-3.1 -Erik by Eric Andersen · 22 years ago
  63. 95ebf61 *** empty log message *** by Glenn L McGrath · 23 years ago