Glenn L McGrath
|
7ffe133864
As we no longer use function pointers for read in common archiving code
|
21 年之前 |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 年之前 |
Glenn L McGrath
|
66125c8065
Move add_to_list from libunarchive to libbb so it can be of more general use (eg ifupdown). Changed the name to llist_add_to as i plan on adding more llist_ functions as needed (e.g. llist_free).
|
22 年之前 |
Glenn L McGrath
|
237ae42fc9
Abstract read and seek in unarchiving code, convert bunzip to file descriptors, support tar -j
|
22 年之前 |
Glenn L McGrath
|
a47a3eada6
Fix simple define problem
|
22 年之前 |
Glenn L McGrath
|
7ca04f328e
New common unarchive code.
|
22 年之前 |
Glenn L McGrath
|
ef0eab514d
Recovering from my previous commit
|
23 年之前 |
Glenn L McGrath
|
4bef7b4186
unarchive function changed to support both exclude and include lists, applets that use unarchive changed to match.
|
23 年之前 |
Glenn L McGrath
|
a868ec89e8
Allow the unarchive() extract_list variable to be NULL, meaning extract all
|
23 年之前 |
Glenn L McGrath
|
c127008840
Allow unarchive to redirect stdout (tobe used by dpkg applet)
|
23 年之前 |
Glenn L McGrath
|
8f5b63edea
cpio applet, and changes to associated code
|
23 年之前 |
Glenn L McGrath
|
eb1c94078f
Reorganise unarchiving functions, more code re-use, only does single pass(no more linked lists), basis for supporting a cpio (and cheaper untar) applet, but cpio applet isnt included in this.
|
23 年之前 |
Glenn L McGrath
|
9aff903603
Reorganise archive extraction code
|
23 年之前 |
Matt Kraai
|
59df6f7398
Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c
|
23 年之前 |
Glenn L McGrath
|
47fd219c95
Rename variable that shadows global
|
23 年之前 |
Glenn L McGrath
|
4949faf4b2
copy_file_chunk uses streams now.
|
23 年之前 |
Glenn L McGrath
|
9d53c8ab74
Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c
|
23 年之前 |
Glenn L McGrath
|
e5f3957665
Fix warning
|
23 年之前 |
Eric Andersen
|
83f173b61e
A first pass at making D_FILE_OFFSET_BITS=64 work, from
|
23 年之前 |
Eric Andersen
|
67991cf824
This patch, put together by Manuel Novoa III, is a merge of work
|
24 年之前 |
Glenn L McGrath
|
728875f340
Consmetic changes
|
24 年之前 |
Matt Kraai
|
dd19c69904
Removed trailing \n from error_msg{,_and_die} messages.
|
24 年之前 |
Eric Andersen
|
ed3ef50c23
Fix header file usage -- there were many unnecessary header files included in
|
24 年之前 |
Glenn L McGrath
|
7541e3a812
add dpkg-deb command
|
24 年之前 |
Glenn L McGrath
|
4f1b0124c7
Rewrite, fix a bug with multiple long filenames, simplify structure, remove cruft, make code conform closer to style guide, saves 350 Bytes.
|
24 年之前 |
Mark Whitley
|
f57c944e09
Changed names of functions in utility.c and all affected files, to make
|
24 年之前 |
Mark Whitley
|
4758368505
Fixed the comments to match the code and renamed the function to a (hopefully)
|
24 年之前 |
Matt Kraai
|
3e856ce428
Stop using TRUE and FALSE for exit status.
|
24 年之前 |
Eric Andersen
|
3570a34de4
Renamed "internal.h" to the more sensible "busybox.h".
|
24 年之前 |
Matt Kraai
|
d995493987
Clean up error messages.
|
24 年之前 |