| Commit message (Expand) | Author | Age | Files | Lines |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -0/+1 |
* | preparatory patch for -Wwrite-strings #2 | vda | 2007-01-29 | 1 | -6/+6 |
* | style cleanup: return(a) -> return a, part 1 | vda | 2006-11-27 | 1 | -2/+2 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 1 | -3/+3 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 1 | -8/+3 |
* | - use bb_xchdir instead of ignoring eventual errors of chdir | aldot | 2006-06-10 | 1 | -2/+2 |
* | Change llist_add_* to take the address of the list rather than returning the new | landley | 2006-05-26 | 1 | -5/+5 |
* | - patch from Denis Vlasenko to add and use bb_xchdir() | aldot | 2006-04-12 | 1 | -14/+4 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | landley | 2006-03-06 | 1 | -1/+1 |
* | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | vodz | 2005-10-14 | 1 | -1/+1 |
* | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | vodz | 2005-10-11 | 1 | -1/+1 |
* | - remove superfluous C statements ";;" in decompress_unzip.c, dpkg_deb.c ifco... | aldot | 2005-10-07 | 1 | -1/+1 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | landley | 2005-09-11 | 1 | -1/+0 |
* | 1) bb_opt_complementaly -> bb_opt_complementally | vodz | 2005-09-05 | 1 | -2/+2 |
* | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | vapier | 2005-05-11 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | andersen | 2004-03-15 | 1 | -2/+2 |
* | Use bb_getopt_ulflags, save 100 bytes and strict argument checking. | bug1 | 2004-01-07 | 1 | -44/+49 |
* | Major coreutils update. | mjn3 | 2003-03-19 | 1 | -3/+3 |
* | Move add_to_list from libunarchive to libbb so it can be of more general use ... | bug1 | 2002-12-08 | 1 | -6/+6 |
* | Minor cleanups | bug1 | 2002-11-13 | 1 | -17/+0 |
* | enable .tar.bz2 for dpkg-deb | bug1 | 2002-11-05 | 1 | -16/+28 |
* | New common unarchive code. | bug1 | 2002-09-25 | 1 | -79/+60 |
* | Recovering from my previous commit | bug1 | 2001-10-25 | 1 | -0/+1 |
* | Change read_package_field interface, and rewrite using low level functions | bug1 | 2001-07-18 | 1 | -4/+9 |
* | Nore unarchive (and doc) fixes from Laurence Anderson | bug1 | 2001-06-24 | 1 | -1/+1 |
* | cpio applet, and changes to associated code | bug1 | 2001-06-22 | 1 | -1/+2 |
* | Reorganise unarchiving functions, more code re-use, only does single pass(no ... | bug1 | 2001-06-20 | 1 | -1/+1 |
* | Reorganise archive extraction code | bug1 | 2001-06-13 | 1 | -45/+60 |
* | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c | kraai | 2001-05-16 | 1 | -1/+1 |
* | dpkg improvements, use full package struct, avoid extracting to tmp dir, rena... | bug1 | 2001-04-16 | 1 | -1/+18 |
* | dpkg-deb -f and partial -I commands, adds 600 bytes | bug1 | 2001-04-13 | 1 | -21/+27 |
* | New dpkg-deb function -t, stands for --fsys-tarfile | bug1 | 2001-04-12 | 1 | -1/+4 |
* | dpkg-deb -c works now | bug1 | 2001-04-12 | 1 | -6/+9 |
* | Fix dpkg-deb, enum's are cool | bug1 | 2001-04-12 | 1 | -18/+17 |
* | copy_file_chunk uses streams now. | bug1 | 2001-04-11 | 1 | -1/+1 |
* | Move deb_extract() to libbb, dpkg now independent of dpkg-deb | bug1 | 2001-04-11 | 1 | -102/+7 |
* | Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c | bug1 | 2001-04-11 | 1 | -12/+0 |
* | Ignore SIGTERM prior to gz_close() | bug1 | 2001-04-07 | 1 | -1/+5 |
* | dpkg_deb had not been updated for the new gunzip interface. Fix it. | andersen | 2001-04-05 | 1 | -2/+16 |
* | This patch, put together by Manuel Novoa III, is a merge of work | andersen | 2001-02-14 | 1 | -4/+2 |
* | New option 'list' produces output that can be used for the packages .list file. | bug1 | 2001-02-12 | 1 | -5/+13 |
* | New function, deb-extract to be used by dpkg, code cleanups. saves some bytes | bug1 | 2001-02-11 | 1 | -85/+86 |
* | Removed trailing \n from error_msg{,_and_die} messages. | kraai | 2001-01-31 | 1 | -4/+4 |
* | Fix header file usage -- there were many unnecessary header files included in | andersen | 2001-01-27 | 1 | -0/+3 |
* | Close files before exit | bug1 | 2001-01-20 | 1 | -0/+1 |
* | Fix warning for unused variable | bug1 | 2001-01-03 | 1 | -1/+1 |
* | really add dpkg-deb.c this time | bug1 | 2001-01-02 | 1 | -0/+159 |