2014-06-30 |
Denys Vlasenko | cpio: reinstate "options:" line in help text |
blob | commitdiff | raw |
2013-11-14 |
Denys Vlasenko | archival/*: move "config:" snippets into .c files |
blob | commitdiff | raw | diff to current |
2013-11-14 |
Denys Vlasenko | archival/*: move "applet:" snippets into .c files |
blob | commitdiff | raw | diff to current |
2013-11-14 |
Denys Vlasenko | archival/*: move "kbuild:" snippets into .c files |
blob | commitdiff | raw | diff to current |
2013-01-14 |
Denys Vlasenko | whitespace cleanup. no code changes |
blob | commitdiff | raw | diff to current |
2011-11-22 |
Denys Vlasenko | nommu: fix cases where we mangle argv[0][0] |
blob | commitdiff | raw | diff to current |
2011-09-22 |
Denys Vlasenko | rename archive.h to bb_archive.h. no code changes |
blob | commitdiff | raw | diff to current |
2011-06-05 |
Denys Vlasenko | *: remove "Options:" string from help texts |
blob | commitdiff | raw | diff to current |
2010-12-26 |
Denys Vlasenko | cpio: allow cpio -i to take params - names of files... |
blob | commitdiff | raw | diff to current |
2010-11-03 |
Denys Vlasenko | rename archival/libunarchive -> archival/libarchive... |
blob | commitdiff | raw | diff to current |
2010-10-18 |
Denys Vlasenko | *: replace xopen3 with xopen where makes sense |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Denys Vlasenko | *: make GNU licensing statement forms more regular |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Denys Vlasenko | work on adding testsuite runs to randomconfig test... |
blob | commitdiff | raw | diff to current |
2010-04-26 |
Matheus Izvekov | cpio: "NNN blocks" should go to stderr |
blob | commitdiff | raw | diff to current |
2010-01-09 |
Denys Vlasenko | cpio: fix -o-less cpio -F FILE |
blob | commitdiff | raw | diff to current |
2010-01-09 |
Denys Vlasenko | cpio: improve help text more; fix -p and -F interaction |
blob | commitdiff | raw | diff to current |
2010-01-09 |
Denys Vlasenko | cpio: improve help text; document two TODOs |
blob | commitdiff | raw | diff to current |
2010-01-06 |
Denys Vlasenko | libunarchive: clean up dirty hacks. code shrank as... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Denys Vlasenko | cpio: fix unpacking of names with leading slashes |
blob | commitdiff | raw | diff to current |
2010-01-04 |
Denys Vlasenko | ar: fix two bugs, one added by prev comment and other... |
blob | commitdiff | raw | diff to current |
2010-01-02 |
Denys Vlasenko | *: do not assign to stdout/stderr, it's not portable. |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Denys Vlasenko | *: introduce and use ffulsh_all() |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Denys Vlasenko | *: code shrink via NOINLINE |
blob | commitdiff | raw | diff to current |
2009-09-17 |
Denys Vlasenko | tar: fix --numeric-owner, --no-same-owner, --no-same... |
blob | commitdiff | raw | diff to current |
2009-06-25 |
Denys Vlasenko | updates for supporting Linux kernel build and initrd... |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Denys Vlasenko | getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG... |
blob | commitdiff | raw | diff to current |
2009-04-21 |
Denis Vlasenko | *: mass renaming of USE_XXXX to IF_XXXX |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Denis Vlasenko | cpio: more compat: -0 and -L options |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Denis Vlasenko | Compatibility fixes: |
blob | commitdiff | raw | diff to current |
2008-10-26 |
Denis Vlasenko | cpio: emit TRAILER even when hard links were found. |
blob | commitdiff | raw | diff to current |
2008-10-17 |
Denis Vlasenko | cpio: fix regression in prev commit (harmless) |
blob | commitdiff | raw | diff to current |
2008-10-17 |
Denis Vlasenko | data_extract_all: do not complain if directory exists... |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Denis Vlasenko | libbb: [x]fopen_for_{read,write} introduced and used. |
blob | commitdiff | raw | diff to current |
2008-07-16 |
Denis Vlasenko | cpio: make long opts depend only on ENABLE_GETOPT_LONG |
blob | commitdiff | raw | diff to current |
2008-07-11 |
Denis Vlasenko | cpio: on unpack, limit filename length to 8k; shorten... |
blob | commitdiff | raw | diff to current |
2008-07-11 |
Denis Vlasenko | cpio: support some long options; document GNU options |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Denis Vlasenko | *: rename ATTRIBUTE_XXX to just XXX. |
blob | commitdiff | raw | diff to current |
2008-06-28 |
Denis Vlasenko | libunarchive: stop using static data in archivers ... |
blob | commitdiff | raw | diff to current |
2008-06-27 |
Denis Vlasenko | cpio: fix -m to actually work as expected (Pascal Bellard) |
blob | commitdiff | raw | diff to current |
2008-04-05 |
Denis Vlasenko | cpio: fix a bug where we do not extract zero-sized... |
blob | commitdiff | raw | diff to current |
2008-04-05 |
Denis Vlasenko | cpio: typo fix in error message |
blob | commitdiff | raw | diff to current |
2008-04-05 |
Denis Vlasenko | cpio: optional support for writing cpio files in newc... |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Denis Vlasenko | don't pass argc in getopt32, it's superfluous |
blob | commitdiff | raw | diff to current |
2007-05-31 |
Denis Vlasenko | delete tons of extra #includes |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Denis Vlasenko | style cleanup: return(a) -> return a, part 1 |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Denis Vlasenko | attempt to regularize atoi mess. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | These should have been part of 15767 too. |
blob | commitdiff | raw | diff to current |
2006-07-12 |
"Robert P. J. Day" | Add one-line GPL boilerplate to numerous (but not all... |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Rob Landley | Change llist_add_* to take the address of the list... |
blob | commitdiff | raw | diff to current |
2006-03-06 |
Rob Landley | Robert P. Day removed 8 gazillion occurrences of "exter... |
blob | commitdiff | raw | diff to current |
2005-09-11 |
Rob Landley | Cleanup patch by Bernhard Fischer, removing unnecessary... |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Eric Andersen | s/fileno\(stdin\)/STDIN_FILENO/g |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Glenn L McGrath | Fix option handling, -i or -t must be given, if both... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Glenn L McGrath | Dont unlink when testing ! |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Glenn L McGrath | rpm applet by Laurence Anderson |
blob | commitdiff | raw | diff to current |
2002-12-08 |
Glenn L McGrath | Move add_to_list from libunarchive to libbb so it can... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Glenn L McGrath | Change filter paramaters, filters can be more powefull now |
blob | commitdiff | raw | diff to current |
2002-11-03 |
Glenn L McGrath | Abstract read and seek in unarchiving code, convert... |
blob | commitdiff | raw | diff to current |
2002-09-25 |
Glenn L McGrath | New common unarchive code. |
blob | commitdiff | raw | diff to current |
2001-10-25 |
Glenn L McGrath | Recovering from my previous commit |
blob | commitdiff | raw | diff to current |
2001-10-13 |
Glenn L McGrath | unarchive function changed to support both exclude... |
blob | commitdiff | raw | diff to current |
2001-07-14 |
Glenn L McGrath | Allow the unarchive() extract_list variable to be NULL... |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Glenn L McGrath | Allow unarchive to redirect stdout (tobe used by dpkg... |
blob | commitdiff | raw | diff to current |
2001-06-24 |
Glenn L McGrath | Nore unarchive (and doc) fixes from Laurence Anderson |
blob | commitdiff | raw | diff to current |
2001-06-22 |
Glenn L McGrath | cpio applet, and changes to associated code |
blob | commitdiff | raw | diff to current |
|