Age | Commit message (Expand) | Author |
2006-05-26 | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2005-10-14 | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" |
2005-10-12 | Prepend '-' to the first argument if required, more const, indent | "Vladimir N. Oleynik" |
2005-10-11 | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" |
2005-09-11 | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" |
2005-05-11 | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | Mike Frysinger |
2005-05-09 | abort if user passes -r or if they dont pass anything | Mike Frysinger |
2004-10-07 | Make it more apparent that archive creation is not supported | Eric Andersen |
2004-04-25 | Update my email address, document some of my tasks in the AUTHORS file | Glenn L McGrath |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-01-04 | Use bb_getopt_ulflags, saves some space, better argument checking. | Glenn L McGrath |
2003-12-05 | Fix a compile error when only using ar, patch by Paul van Gool | Glenn L McGrath |
2003-11-21 | As we no longer use function pointers for read in common archiving code | Glenn L McGrath |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2002-12-08 | Move add_to_list from libunarchive to libbb so it can be of more general use ... | Glenn L McGrath |
2002-11-03 | Abstract read and seek in unarchiving code, convert bunzip to file descriptor... | Glenn L McGrath |
2002-09-26 | Fix simple define problem | Glenn L McGrath |
2002-09-25 | New common unarchive code. | Glenn L McGrath |
2001-10-25 | Recovering from my previous commit | Glenn L McGrath |
2001-10-13 | unarchive function changed to support both exclude and include lists, applets... | Glenn L McGrath |
2001-07-14 | Allow the unarchive() extract_list variable to be NULL, meaning extract all | Glenn L McGrath |
2001-07-11 | Allow unarchive to redirect stdout (tobe used by dpkg applet) | Glenn L McGrath |
2001-06-22 | cpio applet, and changes to associated code | Glenn L McGrath |
2001-06-20 | Reorganise unarchiving functions, more code re-use, only does single pass(no ... | Glenn L McGrath |
2001-06-13 | Reorganise archive extraction code | Glenn L McGrath |
2001-05-16 | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c | Matt Kraai |
2001-04-12 | Rename variable that shadows global | Glenn L McGrath |
2001-04-11 | copy_file_chunk uses streams now. | Glenn L McGrath |
2001-04-11 | Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c | Glenn L McGrath |
2001-04-07 | Fix warning | Glenn L McGrath |
2001-04-05 | A first pass at making D_FILE_OFFSET_BITS=64 work, from | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-02-11 | Consmetic changes | Glenn L McGrath |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-02 | add dpkg-deb command | Glenn L McGrath |
2000-12-15 | Rewrite, fix a bug with multiple long filenames, simplify structure, remove c... | Glenn L McGrath |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-12-05 | Fixed the comments to match the code and renamed the function to a (hopefully) | Mark Whitley |
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-09-22 | Clean up error messages. | Matt Kraai |
2000-09-13 | Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of | Matt Kraai |
2000-09-11 | Fix .deb unpack and experimental TAR support | Glenn L McGrath |
2000-09-11 | Simplify a few little things, and merge in a patch from | Eric Andersen |
2000-09-09 | remove some printf statements i forgot about | Glenn L McGrath |
2000-09-09 | Implemented new ar functionality unique to busybox ar (i think), the -R | Glenn L McGrath |