index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archival
/
dpkg_deb.c
Age
Commit message (
Expand
)
Author
2001-04-11
copy_file_chunk uses streams now.
Glenn L McGrath
2001-04-11
Move deb_extract() to libbb, dpkg now independent of dpkg-deb
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
Ignore SIGTERM prior to gz_close()
Glenn L McGrath
2001-04-05
dpkg_deb had not been updated for the new gunzip interface. Fix it.
Eric Andersen
2001-02-14
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-02-12
New option 'list' produces output that can be used for the packages .list file.
Glenn L McGrath
2001-02-11
New function, deb-extract to be used by dpkg, code cleanups. saves some bytes
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-20
Close files before exit
Glenn L McGrath
2001-01-03
Fix warning for unused variable
Glenn L McGrath
2001-01-02
really add dpkg-deb.c this time
Glenn L McGrath