index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
unarchive.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return NULL if file doesnt open in deb_extract
Glenn L McGrath
2001-07-13
1
-1
/
+3
*
Make sure there is a trailing '\0' when extracting to buffer.
Glenn L McGrath
2001-07-13
1
-0
/
+1
*
Move setvbuf calls from gz_open() to calling functions, setvbuf is only suppo...
Glenn L McGrath
2001-07-13
1
-0
/
+3
*
Quiet mode, sometimes error messages arent wanted
Glenn L McGrath
2001-07-12
1
-8
/
+20
*
Allow unarchive to redirect stdout (tobe used by dpkg applet)
Glenn L McGrath
2001-07-11
1
-3
/
+3
*
Reverse part of my previous changes
Glenn L McGrath
2001-07-11
1
-1
/
+2
*
minor dmalloc inspired cleanups
Glenn L McGrath
2001-07-11
1
-5
/
+11
*
Don't use void * to pass pointers of known type
Eric Andersen
2001-06-26
1
-20
/
+9
*
Nore unarchive (and doc) fixes from Laurence Anderson
Glenn L McGrath
2001-06-24
1
-9
/
+15
*
cpio applet, and changes to associated code
Glenn L McGrath
2001-06-22
1
-15
/
+70
*
Fix the build process so it does not do the evil #ifdef BB_FOO stuff.
Eric Andersen
2001-06-22
1
-4
/
+21
*
Dont change date or chmod on symlinks, lchown on symlinks if lchown available
Glenn L McGrath
2001-06-22
1
-6
/
+16
*
remove defines around unarchive, its always used
Glenn L McGrath
2001-06-22
1
-2
/
+0
*
comment cleanup
Tim Riker
2001-06-22
1
-2
/
+1
*
create_path -> make_directory
Tim Riker
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
-0
/
+500