index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
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
/
archival
/
libunarchive
/
open_transformer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
switch_root: improve behavior on error; improve help text
Denis Vlasenko
2009-04-21
1
-1
/
+1
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-1
/
+1
*
open_transformer: do not return fd, it does not change
Denis Vlasenko
2008-07-10
1
-11
/
+8
*
sendmail: fix wrong vfork usage here too
Denis Vlasenko
2008-07-01
1
-2
/
+2
*
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
1
-1
/
+10
*
*: introduce and use xfork()
Denis Vlasenko
2008-07-01
1
-8
/
+1
*
*: introduce and use xvfork()
Denis Vlasenko
2008-07-01
1
-3
/
+1
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-2
/
+2
*
open_transformer: fix bug of calling exit instead of _exit
Denis Vlasenko
2008-06-26
1
-2
/
+5
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-1
/
+1
*
tar: move vfork into separate function (smaller code)
Denis Vlasenko
2008-04-21
1
-3
/
+5
*
*: more readable handling of pipe fds. No code changes.
Denis Vlasenko
2008-02-16
1
-8
/
+8
*
*: tidy up usage of char **environ
Denis Vlasenko
2008-01-28
1
-1
/
+1
*
open_transformer: do not duplicate "<program> -cf -"
Denis Vlasenko
2007-11-12
1
-12
/
+14
*
open_transformer: fix vda's goofup
Denis Vlasenko
2007-09-09
1
-2
/
+3
*
tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...
Denis Vlasenko
2007-09-05
1
-3
/
+22
*
tar: conditionally don't wait for vforked child to exec, as it always
Denis Vlasenko
2007-09-04
1
-2
/
+4
*
delete tons of extra #includes
Denis Vlasenko
2007-05-31
1
-4
/
+0
*
xpipe: introduce (saves ~170 bytes)
Denis Vlasenko
2007-05-26
1
-3
/
+1
*
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-14
1
-8
/
+8
*
g[un]zip: add support for -v (verbose).
Denis Vlasenko
2006-10-01
1
-2
/
+4
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
1
-0
/
+1
*
- include proper prototypes in libunarchive.
Bernhard Reutner-Fischer
2006-04-02
1
-13
/
+3
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
Dont close original file handle, we may need it later.
Glenn L McGrath
2003-11-18
1
-3
/
+4
*
Move from read_gz to the pipe()+fork() method.
Glenn L McGrath
2003-11-15
1
-0
/
+50