| Commit message (Expand) | Author | Age | Files | Lines |
* | cpio applet, and changes to associated code | Glenn L McGrath | 2001-06-22 | 1 | -1/+1 |
* | Reorganise unarchiving functions, more code re-use, only does single pass(no ... | Glenn L McGrath | 2001-06-20 | 1 | -21/+21 |
* | Reorganise archive extraction code | Glenn L McGrath | 2001-06-13 | 1 | -63/+25 |
* | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c | Matt Kraai | 2001-05-16 | 1 | -1/+1 |
* | Rename variable that shadows global | Glenn L McGrath | 2001-04-12 | 1 | -16/+16 |
* | copy_file_chunk uses streams now. | Glenn L McGrath | 2001-04-11 | 1 | -17/+19 |
* | Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c | Glenn L McGrath | 2001-04-11 | 1 | -102/+0 |
* | Fix warning | Glenn L McGrath | 2001-04-07 | 1 | -1/+1 |
* | A first pass at making D_FILE_OFFSET_BITS=64 work, from | Eric Andersen | 2001-04-05 | 1 | -3/+3 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -2/+2 |
* | Consmetic changes | Glenn L McGrath | 2001-02-11 | 1 | -7/+11 |
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -3/+3 |
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+4 |
* | add dpkg-deb command | Glenn L McGrath | 2001-01-02 | 1 | -1/+1 |
* | Rewrite, fix a bug with multiple long filenames, simplify structure, remove c... | Glenn L McGrath | 2000-12-15 | 1 | -314/+142 |
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -12/+12 |
* | Fixed the comments to match the code and renamed the function to a (hopefully) | Mark Whitley | 2000-12-05 | 1 | -2/+2 |
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -1/+1 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
* | Clean up error messages. | Matt Kraai | 2000-09-22 | 1 | -11/+8 |
* | Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of | Matt Kraai | 2000-09-13 | 1 | -7/+7 |
* | Fix .deb unpack and experimental TAR support | Glenn L McGrath | 2000-09-11 | 1 | -87/+178 |
* | Simplify a few little things, and merge in a patch from | Eric Andersen | 2000-09-11 | 1 | -11/+11 |
* | remove some printf statements i forgot about | Glenn L McGrath | 2000-09-09 | 1 | -3/+0 |
* | Implemented new ar functionality unique to busybox ar (i think), the -R | Glenn L McGrath | 2000-09-09 | 1 | -19/+15 |
* | Changed getopt so that options can be grouped together, the source | Glenn L McGrath | 2000-09-09 | 1 | -14/+12 |
* | Fix permisions | Glenn L McGrath | 2000-09-09 | 1 | -1/+2 |
* | Now supports GNU style long filenames. | Glenn L McGrath | 2000-09-09 | 1 | -85/+180 |
* | ar.c now uses a linked list to process headers, uses getopt, new internal fun... | Glenn L McGrath | 2000-08-25 | 1 | -244/+140 |
* | Fix to make 'ar xv' work, thanks to Kent Robotti <robotti@metconnect.com> | Eric Andersen | 2000-08-11 | 1 | -1/+1 |
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -12/+0 |
* | Always report the applet name when doing error reporting. | Matt Kraai | 2000-07-12 | 1 | -3/+3 |
* | Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu> to | Eric Andersen | 2000-07-05 | 1 | -15/+15 |
* | Update to ar.c from Glenn McGrath. His comments follow: | Eric Andersen | 2000-06-16 | 1 | -87/+142 |
* | A number of additional fixed from Pavel Roskin, note some more bugs in the | Eric Andersen | 2000-06-02 | 1 | -0/+277 |