Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change read_package_field interface, and rewrite using low level functions | Glenn L McGrath | 2001-07-18 | 1 | -4/+9 |
| | | | | Fixes for a few bugs that have crept into dpkg in the last few days | ||||
* | Nore unarchive (and doc) fixes from Laurence Anderson | Glenn L McGrath | 2001-06-24 | 1 | -1/+1 |
| | |||||
* | cpio applet, and changes to associated code | Glenn L McGrath | 2001-06-22 | 1 | -1/+2 |
| | |||||
* | Reorganise unarchiving functions, more code re-use, only does single pass(no ↵ | Glenn L McGrath | 2001-06-20 | 1 | -1/+1 |
| | | | | | | more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this. It effects ar, dpkg-deb applets only | ||||
* | Reorganise archive extraction code | Glenn L McGrath | 2001-06-13 | 1 | -45/+60 |
| | |||||
* | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c | Matt Kraai | 2001-05-16 | 1 | -1/+1 |
| | | | | by Larry Doolittle. | ||||
* | dpkg improvements, use full package struct, avoid extracting to tmp dir, ↵ | Glenn L McGrath | 2001-04-16 | 1 | -1/+18 |
| | | | | | | rename variable. deb_extract, untar and dpkg_deb modified to make the above possible | ||||
* | dpkg-deb -f and partial -I commands, adds 600 bytes | Glenn L McGrath | 2001-04-13 | 1 | -21/+27 |
| | |||||
* | New dpkg-deb function -t, stands for --fsys-tarfile | Glenn L McGrath | 2001-04-12 | 1 | -1/+4 |
| | |||||
* | dpkg-deb -c works now | Glenn L McGrath | 2001-04-12 | 1 | -6/+9 |
| | |||||
* | Fix dpkg-deb, enum's are cool | Glenn L McGrath | 2001-04-12 | 1 | -18/+17 |
| | |||||
* | copy_file_chunk uses streams now. | Glenn L McGrath | 2001-04-11 | 1 | -1/+1 |
| | |||||
* | Move deb_extract() to libbb, dpkg now independent of dpkg-deb | Glenn L McGrath | 2001-04-11 | 1 | -102/+7 |
| | |||||
* | Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c | Glenn L McGrath | 2001-04-11 | 1 | -12/+0 |
| | |||||
* | Ignore SIGTERM prior to gz_close() | Glenn L McGrath | 2001-04-07 | 1 | -1/+5 |
| | |||||
* | dpkg_deb had not been updated for the new gunzip interface. Fix it. | Eric Andersen | 2001-04-05 | 1 | -2/+16 |
| | | | | -Erik | ||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -4/+2 |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | ||||
* | New option 'list' produces output that can be used for the packages .list file. | Glenn L McGrath | 2001-02-12 | 1 | -5/+13 |
| | | | | Will be used be bb dpkg | ||||
* | New function, deb-extract to be used by dpkg, code cleanups. saves some bytes | Glenn L McGrath | 2001-02-11 | 1 | -85/+86 |
| | |||||
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -4/+4 |
| | |||||
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+3 |
| | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | ||||
* | Close files before exit | Glenn L McGrath | 2001-01-20 | 1 | -0/+1 |
| | |||||
* | Fix warning for unused variable | Glenn L McGrath | 2001-01-03 | 1 | -1/+1 |
| | |||||
* | really add dpkg-deb.c this time | Glenn L McGrath | 2001-01-02 | 1 | -0/+159 |