Age | Commit message (Expand) | Author |
2008-07-10 | dpkg_deb: slight code shrink | Denis Vlasenko |
2008-06-28 | libunarchive: stop using static data in archivers - archive_handle_t | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-05-13 | more -Wall warning fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-04-29 | tar: fix obscure case when name is "" and prefix is not "" | Denis Vlasenko |
2008-04-29 | tar: fix the case where long base names can be ignored | Denis Vlasenko |
2008-04-15 | trivial fixes to make bbox compile with gcc 4.3.0 | Denis Vlasenko |
2008-02-19 | tar: optional autodetection of gz/bz2 compressed tarballs. | Denis Vlasenko |
2008-02-14 | tar: real support for -p. +200 if selected. | Denis Vlasenko |
2008-02-14 | tar: do "short EOF" compat only if CONFIG_DESKTOP. | Denis Vlasenko |
2008-02-13 | tar: compat: handle tarballs with only one zero block at the end | Denis Vlasenko |
2007-11-17 | add comment clarifying busybox's use of non-standard tar header | Paul Fox |
2007-11-16 | tar: fix a case where glibc detects bogus buffer overrun | Denis Vlasenko |
2007-07-21 | style fix (stray space before ';') | Denis Vlasenko |
2007-06-21 | tar: improve OLDGNU compat, make old SUN compat configurable | Denis Vlasenko |
2007-06-20 | do not do utime() on links, it acts on link targets, and we don't want that. | Denis Vlasenko |
2007-03-04 | remove f words | Denis Vlasenko |
2007-03-03 | tar: handle tarfiles with (broken) checksums a-la Sun. | Denis Vlasenko |
2006-12-26 | merge post-1.3.0 fixes | Denis Vlasenko |
2006-12-22 | tar et al: die if bb_copyfd_size copies less than asked for. | Denis Vlasenko |
2006-11-26 | tar: refuse to untar files with "/../" components | Denis Vlasenko |
2006-11-26 | tar: correctly skip (and warn about) pax headers. | Denis Vlasenko |
2006-11-25 | tar: small fix and small optimization | Denis Vlasenko |
2006-11-24 | tar: buglet fix | Denis Vlasenko |
2006-11-24 | tar: fix and sanitize handling of long filenames/linknames | Denis Vlasenko |
2006-11-24 | header_verbose_list: stop truncating file size in listing | Denis Vlasenko |
2006-11-24 | tar: | Denis Vlasenko |
2006-10-10 | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-20 | "formated" -> "formatted" throughout the code base. | "Robert P. J. Day" |
2006-07-16 | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley |
2006-07-06 | Fix tar so it can extract git-generated tarballs, based on a suggestion | Rob Landley |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-05-29 | More size shrinkage. | Rob Landley |
2006-05-26 | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley |
2006-04-02 | - typos: s/compatability/compatibility/g;s/compatable/compatible/g; | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-03-01 | use bb_xstrndup vs strndup. Thanks rfelker. | "Vladimir N. Oleynik" |
2006-02-20 | Bug 640: a filename of length exactly 100 could bleed into the next field on | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2005-10-11 | There doesn't seem to be a standard header for makedev(), but this is close. | Rob Landley |
2005-07-20 | applying fix for: | Paul Fox |
2004-07-26 | BusyBox has no business hard coding the number of major and minor bits for a | Eric Andersen |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-02-20 | Fix up hard links | Glenn L McGrath |
2004-02-20 | A strict interpretation of the ustar format requires the type flag to be | Glenn L McGrath |
2004-02-19 | Add extra comments, freakout if a pax archive is encoutered. | Glenn L McGrath |