2010-11-03 |
Denys Vlasenko | rename archival/libunarchive -> archival/libarchive... |
blob | commitdiff | raw |
2010-10-29 |
Denys Vlasenko | whitespace cleanup |
blob | commitdiff | raw | diff to current |
2010-08-31 |
Denys Vlasenko | libbb: add xfstat function |
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-04-15 |
Nguyễn Thái Ngọc Duy | ar: fix a regression: "ar t arch.a" stopped shoting... |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Alexander Shishkin | ar: add archive creation support |
blob | commitdiff | raw | diff to current |
2010-01-04 |
Denys Vlasenko | ar: heh, there *was* "-1" already... |
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-04 |
Denys Vlasenko | *: remove some uses of argc |
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 |
2008-07-10 |
Denis Vlasenko | dpkg_deb: slight code shrink |
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 | *: introduce and use FAST_FUNC: regparm on i386, otherw... |
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-09-21 |
Denis Vlasenko | update Glenn McGrath's email address |
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-08-12 |
Denis Vlasenko | trylink: produce even more info about final link stage |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Denis Vlasenko | libbb: nuke BB_GETOPT_ERROR, always die if there are... |
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-12-16 |
Denis Vlasenko | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Denis Vlasenko | message string changes, mostly for consistency, also... |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
blob | commitdiff | raw | diff to current |
2006-09-27 |
Denis Vlasenko | usage.h: remove ugly tricks. We have USE_FEATURE_xxx... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
Rob Landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
blob | commitdiff | raw | diff to current |
2006-07-16 |
Rob Landley | Cleaup read() and write() variants, plus a couple of... |
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 |
2006-01-25 |
Tim Riker | just whitespace |
blob | commitdiff | raw | diff to current |
2005-10-14 |
"Vladimir N. Oleynik" | - new bb_opt_complementally syntax, use [-:?] only... |
blob | commitdiff | raw | diff to current |
2005-10-12 |
"Vladimir N. Oleynik" | Prepend '-' to the first argument if required, more... |
blob | commitdiff | raw | diff to current |
2005-10-11 |
"Vladimir N. Oleynik" | - use complementally '!' to '?' - 'ask' is best 'free... |
blob | commitdiff | raw | diff to current |
2005-09-11 |
Rob Landley | Cleanup patch by Bernhard Fischer, removing unnecessary... |
blob | commitdiff | raw | diff to current |
2005-09-05 |
"Vladimir N. Oleynik" | 1) bb_opt_complementaly -> bb_opt_complementally |
blob | commitdiff | raw | diff to current |
2005-05-11 |
Mike Frysinger | change the hardcoded error constant (0x80000000UL)... |
blob | commitdiff | raw | diff to current |
2005-05-09 |
Mike Frysinger | abort if user passes -r or if they dont pass anything |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Eric Andersen | Make it more apparent that archive creation is not... |
blob | commitdiff | raw | diff to current |
2004-04-25 |
Glenn L McGrath | Update my email address, document some of my tasks... |
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-01-04 |
Glenn L McGrath | Use bb_getopt_ulflags, saves some space, better argumen... |
blob | commitdiff | raw | diff to current |
2003-12-05 |
Glenn L McGrath | Fix a compile error when only using ar, patch by Paul... |
blob | commitdiff | raw | diff to current |
2003-11-21 |
Glenn L McGrath | As we no longer use function pointers for read in commo... |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
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-03 |
Glenn L McGrath | Abstract read and seek in unarchiving code, convert... |
blob | commitdiff | raw | diff to current |
2002-09-26 |
Glenn L McGrath | Fix simple define problem |
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-22 |
Glenn L McGrath | cpio applet, and changes to associated code |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Glenn L McGrath | Reorganise unarchiving functions, more code re-use... |
blob | commitdiff | raw | diff to current |
2001-06-13 |
Glenn L McGrath | Reorganise archive extraction code |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Matt Kraai | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted... |
blob | commitdiff | raw | diff to current |
2001-04-12 |
Glenn L McGrath | Rename variable that shadows global |
blob | commitdiff | raw | diff to current |
2001-04-11 |
Glenn L McGrath | copy_file_chunk uses streams now. |
blob | commitdiff | raw | diff to current |
2001-04-11 |
Glenn L McGrath | Move get_ar_headers to libbb, make dpkg_deb.c independe... |
blob | commitdiff | raw | diff to current |
2001-04-07 |
Glenn L McGrath | Fix warning |
blob | commitdiff | raw | diff to current |
2001-04-05 |
Eric Andersen | A first pass at making D_FILE_OFFSET_BITS=64 work,... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
blob | commitdiff | raw | diff to current |
2001-02-11 |
Glenn L McGrath | Consmetic changes |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Matt Kraai | Removed trailing \n from error_msg{,_and_die} messages. |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Eric Andersen | Fix header file usage -- there were many unnecessary... |
blob | commitdiff | raw | diff to current |
2001-01-02 |
Glenn L McGrath | add dpkg-deb command |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Glenn L McGrath | Rewrite, fix a bug with multiple long filenames, simpli... |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
blob | commitdiff | raw | diff to current |
2000-12-05 |
Mark Whitley | Fixed the comments to match the code and renamed the... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Matt Kraai | Stop using TRUE and FALSE for exit status. |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Matt Kraai | Clean up error messages. |
blob | commitdiff | raw | diff to current |
2000-09-13 |
Matt Kraai | Fix calls to {m,c,re}alloc so that they use x{m,c,re... |
blob | commitdiff | raw | diff to current |
2000-09-11 |
Glenn L McGrath | Fix .deb unpack and experimental TAR support |
blob | commitdiff | raw | diff to current |
2000-09-11 |
Eric Andersen | Simplify a few little things, and merge in a patch... |
blob | commitdiff | raw | diff to current |
2000-09-09 |
Glenn L McGrath | remove some printf statements i forgot about |
blob | commitdiff | raw | diff to current |
2000-09-09 |
Glenn L McGrath | Implemented new ar functionality unique to busybox... |
blob | commitdiff | raw | diff to current |
2000-09-09 |
Glenn L McGrath | Changed getopt so that options can be grouped together... |
blob | commitdiff | raw | diff to current |
2000-09-09 |
Glenn L McGrath | Fix permisions |
blob | commitdiff | raw | diff to current |
2000-09-09 |
Glenn L McGrath | Now supports GNU style long filenames. |
blob | commitdiff | raw | diff to current |
2000-08-25 |
Glenn L McGrath | ar.c now uses a linked list to process headers, uses... |
blob | commitdiff | raw | diff to current |
2000-08-11 |
Eric Andersen | Fix to make 'ar xv' work, thanks to Kent Robotti <robot... |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
blob | commitdiff | raw | diff to current |
2000-07-12 |
Matt Kraai | Always report the applet name when doing error reporting. |
blob | commitdiff | raw | diff to current |
2000-07-05 |
Eric Andersen | Patch from Matt Kraai <kraai@alumni.carnegiemellon... |
blob | commitdiff | raw | diff to current |
2000-06-16 |
Eric Andersen | Update to ar.c from Glenn McGrath. His comments follow: |
blob | commitdiff | raw | diff to current |
2000-06-02 |
Eric Andersen | A number of additional fixed from Pavel Roskin, note... |
blob | commitdiff | raw | diff to current |
|