Start 1.33.0 development cycle
[oweals/busybox.git] / archival / libunarchive / open_transformer.c
2010-11-03 Denys Vlasenkorename archival/libunarchive -> archival/libarchive...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2009-04-21 Denis Vlasenkoswitch_root: improve behavior on error; improve help...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-07-10 Denis Vlasenkoopen_transformer: do not return fd, it does not change
2008-07-01 Denis Vlasenkosendmail: fix wrong vfork usage here too
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Denis Vlasenko*: introduce and use xfork()
2008-07-01 Denis Vlasenko*: introduce and use xvfork()
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-26 Denis Vlasenkoopen_transformer: fix bug of calling exit instead of...
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-04-21 Denis Vlasenkotar: move vfork into separate function (smaller code)
2008-02-16 Denis Vlasenko*: more readable handling of pipe fds. No code changes.
2008-01-28 Denis Vlasenko*: tidy up usage of char **environ
2007-11-12 Denis Vlasenkoopen_transformer: do not duplicate "<program> -cf -"
2007-09-09 Denis Vlasenkoopen_transformer: fix vda's goofup
2007-09-05 Denis Vlasenkotar + gzip/bzip2/etc: support NOMMU machines (by Alex...
2007-09-04 Denis Vlasenkotar: conditionally don't wait for vforked child to...
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-26 Denis Vlasenkoxpipe: introduce (saves ~170 bytes)
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-01 Denis Vlasenkog[un]zip: add support for -v (verbose).
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-04-02 Bernhard Reutner... - include proper prototypes in libunarchive.
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2003-11-18 Glenn L McGrathDont close original file handle, we may need it later.
2003-11-15 Glenn L McGrathMove from read_gz to the pipe()+fork() method.