1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 8612921 tar: fix 256-bit encoded number decoding by Etienne Le Sueur · 12 years ago
  4. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  5. 954dbd3 tar: ignore file size (assume 0) for hardlinks by Ian Wienand · 13 years ago
  6. b80acf5 tar: skip leading / and handle names like abc/..////def -> def (not ///def) by Denys Vlasenko · 13 years ago
  7. 5e29e26 tar: on extract, everything up to and including last ".." is stripped by Denys Vlasenko · 13 years ago
  8. df16891 remove a few aliasing warnings by Denys Vlasenko · 13 years ago
  9. 833d4e7 rename archival/libunarchive -> archival/libarchive; move bz/ into it by Denys Vlasenko · 14 years ago[Renamed (99%) from archival/libunarchive/get_header_tar.c]
  10. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  11. 620e863 bzip2 decompression: simple code shrink by Denys Vlasenko · 14 years ago
  12. b768aeb tar: make typical extraction less memory-hungry by Denys Vlasenko · 14 years ago
  13. 52827e3 *: tar-related cleanups: move struct to unarchive.h; move help to tar.c by Denys Vlasenko · 14 years ago
  14. 7b48eb4 tar: support GNU 256-bit encoding in all numeric fields by Denys Vlasenko · 14 years ago
  15. 02365a6 tar: fix mishandling of repeated hardlink in tarball; expand tests by Denys Vlasenko · 14 years ago
  16. 77a2c51 tar: optional support for restoring selinux context by J. Tang · 14 years ago
  17. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 14 years ago
  18. aa4977d libunarchive: clean up dirty hacks. code shrank as a result by Denys Vlasenko · 14 years ago
  19. d645968 tar: fix problem handling tarballs with chksums prepended by spaces by Denys Vlasenko · 14 years ago
  20. 8d33817 tar: accept spaces at the end of header fields (compat) by Denys Vlasenko · 15 years ago
  21. b773f71 tar: handle 256-base encoding in mtime by Denys Vlasenko · 15 years ago
  22. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  23. 3266aa9 trailing whitespace removal by Denis Vlasenko · 15 years ago
  24. 1f0b95f tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too. by Denis Vlasenko · 15 years ago
  25. ab6b446 header_verbose_list: show off_t size, not cast to (unsigned) by Denis Vlasenko · 15 years ago
  26. e9ad84d *: refactor handling of archived files. "tar f file.tar.lzma" now works too. by Denis Vlasenko · 16 years ago
  27. 68a192c fix trivial build warning by Denis Vlasenko · 16 years ago
  28. adc772a tar: fix handling of tarballs with symlinks with size field != 0 by Denis Vlasenko · 16 years ago
  29. a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
  30. 86090e2 fix compile failures resulting from last few commits by Denis Vlasenko · 16 years ago
  31. 0381d42 dpkg_deb: slight code shrink by Denis Vlasenko · 16 years ago
  32. a60936d libunarchive: stop using static data in archivers - archive_handle_t by Denis Vlasenko · 16 years ago
  33. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  34. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 16 years ago
  35. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 16 years ago
  36. 05efca9 tar: fix obscure case when name is "" and prefix is not "" by Denis Vlasenko · 16 years ago
  37. d93400b tar: fix the case where long base names can be ignored by Denis Vlasenko · 16 years ago
  38. bc1918a trivial fixes to make bbox compile with gcc 4.3.0 by Denis Vlasenko · 16 years ago
  39. 431a7c9 tar: optional autodetection of gz/bz2 compressed tarballs. by Denis Vlasenko · 16 years ago
  40. e00e502 tar: real support for -p. +200 if selected. by Denis Vlasenko · 16 years ago
  41. 12c0622 tar: do "short EOF" compat only if CONFIG_DESKTOP. by Denis Vlasenko · 16 years ago
  42. 23ffb6a tar: compat: handle tarballs with only one zero block at the end by Denis Vlasenko · 16 years ago
  43. 16aec39 add comment clarifying busybox's use of non-standard tar header by Paul Fox · 17 years ago
  44. 8512862 tar: fix a case where glibc detects bogus buffer overrun by Denis Vlasenko · 17 years ago
  45. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  46. a80b4a0 tar: improve OLDGNU compat, make old SUN compat configurable by Denis Vlasenko · 17 years ago
  47. 7510384 do not do utime() on links, it acts on link targets, and we don't want that. by Denis Vlasenko · 17 years ago
  48. 940494f remove f words by Denis Vlasenko · 17 years ago
  49. dcbd51d tar: handle tarfiles with (broken) checksums a-la Sun. by Denis Vlasenko · 17 years ago
  50. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 17 years ago
  51. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 17 years ago
  52. c1660fe tar: refuse to untar files with "/../" components by Denis Vlasenko · 18 years ago
  53. b596335 tar: correctly skip (and warn about) pax headers. by Denis Vlasenko · 18 years ago
  54. 87cd4a8 tar: small fix and small optimization by Denis Vlasenko · 18 years ago
  55. b833ca9 tar: buglet fix by Denis Vlasenko · 18 years ago
  56. d677250 tar: fix and sanitize handling of long filenames/linknames by Denis Vlasenko · 18 years ago
  57. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  58. 376ce1e tar: by Denis Vlasenko · 18 years ago
  59. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  60. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  61. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  62. eea5618 "formated" -> "formatted" throughout the code base. by "Robert P. J. Day" · 18 years ago
  63. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  64. ff6e21c Fix tar so it can extract git-generated tarballs, based on a suggestion by Rob Landley · 18 years ago
  65. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  66. 1ec5b29 More size shrinkage. by Rob Landley · 18 years ago
  67. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
  68. a1bccc0 - typos: s/compatability/compatibility/g;s/compatable/compatible/g; by Bernhard Reutner-Fischer · 18 years ago
  69. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 18 years ago
  70. 325da7b use bb_xstrndup vs strndup. Thanks rfelker. by "Vladimir N. Oleynik" · 18 years ago
  71. 06249fe Bug 640: a filename of length exactly 100 could bleed into the next field on by Rob Landley · 18 years ago
  72. c1ef7bd just whitespace by Tim Riker · 18 years ago
  73. 161aae7 There doesn't seem to be a standard header for makedev(), but this is close. by Rob Landley · 19 years ago
  74. 94ff9f1 applying fix for: by Paul Fox · 19 years ago
  75. 4f807a8 BusyBox has no business hard coding the number of major and minor bits for a by Eric Andersen · 20 years ago
  76. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  77. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  78. 916ba53 Fix up hard links by Glenn L McGrath · 20 years ago
  79. c9f1fce A strict interpretation of the ustar format requires the type flag to be by Glenn L McGrath · 20 years ago
  80. b0e163a Add extra comments, freakout if a pax archive is encoutered. by Glenn L McGrath · 20 years ago
  81. a8f756f Remove debugging by Glenn L McGrath · 20 years ago
  82. 6aa5223 Dont strip trailing '/' until _after_ i test to set if its there ! by Glenn L McGrath · 20 years ago
  83. e39ee01 Fix tar hard links by Glenn L McGrath · 21 years ago
  84. 7ffe133 As we no longer use function pointers for read in common archiving code by Glenn L McGrath · 21 years ago
  85. e857122 Fix tar-handles-nested-exclude testcase by Glenn L McGrath · 21 years ago
  86. f074afc Dont free filename, its needed in the extracted files list. by Glenn L McGrath · 21 years ago
  87. 54ac057 Fix memory leaks by Glenn L McGrath · 21 years ago
  88. e57feeb Keep trying to find a good header, if we exit it will cause .tar.gz by Glenn L McGrath · 21 years ago
  89. 2685724 Fix tar -j support by Glenn L McGrath · 21 years ago
  90. beb3bbd Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled. by Glenn L McGrath · 21 years ago
  91. ef91bf6 Use the typeflag to identify if its a hardlink on OLD and GNU posix by Glenn L McGrath · 21 years ago
  92. 87af49f If a tar entry is a regualr file ending in a '/' then its really a by Glenn L McGrath · 21 years ago
  93. 3d5828f Change hardlink handling for tar to work the same way as cpio by Glenn L McGrath · 21 years ago
  94. 1b0075d Fixup problem unconditionally converting all hard links to symlinks. by Eric Andersen · 21 years ago
  95. b838420 Handle hard links by converting them to symlinks by Glenn L McGrath · 21 years ago
  96. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  97. 21110a0 Fix long standing bug with old gnu tar files, add a check so tar will by Glenn L McGrath · 21 years ago
  98. 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 · 21 years ago
  99. b7a76df Fix long filename support by Glenn L McGrath · 22 years ago
  100. 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