| Commit message (Expand) | Author | Age | Files | Lines |
* | cpio: more compat: -0 and -L options | Denis Vlasenko | 2009-03-20 | 1 | -82/+92 |
* | Compatibility fixes: | Denis Vlasenko | 2009-03-20 | 1 | -16/+65 |
* | cpio: emit TRAILER even when hard links were found. | Denis Vlasenko | 2008-10-26 | 1 | -2/+3 |
* | cpio: fix regression in prev commit (harmless) | Denis Vlasenko | 2008-10-17 | 1 | -2/+4 |
* | data_extract_all: do not complain if directory exists on mkdir | Denis Vlasenko | 2008-10-17 | 1 | -0/+3 |
* | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko | 2008-07-21 | 1 | -1/+1 |
* | cpio: make long opts depend only on ENABLE_GETOPT_LONG | Denis Vlasenko | 2008-07-16 | 1 | -1/+1 |
* | cpio: on unpack, limit filename length to 8k; shorten comment a bit | Denis Vlasenko | 2008-07-11 | 1 | -15/+13 |
* | cpio: support some long options; document GNU options | Denis Vlasenko | 2008-07-11 | 1 | -14/+89 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | libunarchive: stop using static data in archivers - archive_handle_t | Denis Vlasenko | 2008-06-28 | 1 | -5/+5 |
* | cpio: fix -m to actually work as expected (Pascal Bellard) | Denis Vlasenko | 2008-06-27 | 1 | -1/+4 |
* | cpio: fix a bug where we do not extract zero-sized hardlinks | Denis Vlasenko | 2008-04-05 | 1 | -3/+1 |
* | cpio: typo fix in error message | Denis Vlasenko | 2008-04-05 | 1 | -1/+1 |
* | cpio: optional support for writing cpio files in newc format. | Denis Vlasenko | 2008-04-05 | 1 | -17/+208 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | delete tons of extra #includes | Denis Vlasenko | 2007-05-31 | 1 | -12/+8 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | 2006-11-27 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | These should have been part of 15767 too. | Rob Landley | 2006-08-03 | 1 | -1/+1 |
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | 2006-07-12 | 1 | -13/+1 |
* | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley | 2006-05-26 | 1 | -1/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | 2005-09-11 | 1 | -9/+8 |
* | s/fileno\(stdin\)/STDIN_FILENO/g | Eric Andersen | 2004-03-27 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
* | Fix option handling, -i or -t must be given, if both ignore the -t. | Glenn L McGrath | 2004-02-25 | 1 | -39/+44 |
* | Dont unlink when testing ! | Glenn L McGrath | 2003-08-28 | 1 | -5/+15 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -2/+2 |
* | rpm applet by Laurence Anderson | Glenn L McGrath | 2002-12-10 | 1 | -159/+1 |
* | Move add_to_list from libunarchive to libbb so it can be of more general use ... | Glenn L McGrath | 2002-12-08 | 1 | -1/+1 |
* | Change filter paramaters, filters can be more powefull now | Glenn L McGrath | 2002-11-04 | 1 | -3/+3 |
* | Abstract read and seek in unarchiving code, convert bunzip to file descriptor... | Glenn L McGrath | 2002-11-03 | 1 | -5/+7 |
* | New common unarchive code. | Glenn L McGrath | 2002-09-25 | 1 | -36/+180 |
* | Recovering from my previous commit | Glenn L McGrath | 2001-10-25 | 1 | -0/+1 |
* | unarchive function changed to support both exclude and include lists, applets... | Glenn L McGrath | 2001-10-13 | 1 | -1/+1 |
* | Allow the unarchive() extract_list variable to be NULL, meaning extract all | Glenn L McGrath | 2001-07-14 | 1 | -6/+9 |
* | Allow unarchive to redirect stdout (tobe used by dpkg applet) | Glenn L McGrath | 2001-07-11 | 1 | -1/+1 |
* | Nore unarchive (and doc) fixes from Laurence Anderson | Glenn L McGrath | 2001-06-24 | 1 | -4/+3 |
* | cpio applet, and changes to associated code | Glenn L McGrath | 2001-06-22 | 1 | -0/+93 |