Fix handling of permission addition and removal (e.g., o-r).
[oweals/busybox.git] / archival /
2001-04-26 Eric AndersenAnother nice cleanup from Larry. This adds a new last_...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-18 Matt KraaiEliminate spurious warning, convert to getopt, and...
2001-04-18 Matt KraaiFix a number of problems with argument handling.
2001-04-18 Matt KraaiEliminate a segfault when called on an existing file...
2001-04-18 Matt KraaiEliminated seeks so that we work correctly on pipes...
2001-04-18 Glenn L McGrathFix zcat/gunzip when reading from stdin
2001-04-16 Glenn L McGrathWrite full status file
2001-04-16 Glenn L McGrathdpkg improvements, use full package struct, avoid extra...
2001-04-13 Glenn L McGrathdpkg-deb -f and partial -I commands, adds 600 bytes
2001-04-12 Glenn L McGrathRename variable that shadows global
2001-04-12 Glenn L McGrathNew dpkg-deb function -t, stands for --fsys-tarfile
2001-04-12 Glenn L McGrathdpkg-deb -c works now
2001-04-12 Glenn L McGrathFix dpkg-deb, enum's are cool
2001-04-11 Glenn L McGrathreadTarFile changed from exter nto static
2001-04-11 Glenn L McGrathcopy_file_chunk uses streams now.
2001-04-11 Glenn L McGrathDisable sigterm
2001-04-11 Glenn L McGrathreplace getOctal with strtol( , NULL, 8)
2001-04-11 Glenn L McGrathGzip is indepenedent of gunzip
2001-04-11 Glenn L McGrathMove unzip, gz_open, gz_close to libbb
2001-04-11 Glenn L McGrathMove deb_extract() to libbb, dpkg now independent of...
2001-04-11 Glenn L McGrathMove get_ar_headers to libbb, make dpkg_deb.c independe...
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-04-08 Glenn L McGrathReorganise status field to use 3 chars instead of one...
2001-04-08 Glenn L McGrathUse create_path instead of mkdir
2001-04-08 Glenn L McGrathIt now correctly backs up the (still corrupt) status...
2001-04-08 Glenn L McGrathSome fixes, but still broken... (cont)
2001-04-07 Glenn L McGrathIgnore SIGTERM prior to gz_close()
2001-04-07 Glenn L McGrathFix warning
2001-04-05 Eric AndersenA first pass at making D_FILE_OFFSET_BITS=64 work,...
2001-04-05 Eric AndersenIt seems all the stdout munging was useless anyways...
2001-04-05 Eric Andersendpkg_deb had not been updated for the new gunzip interf...
2001-04-05 Eric AndersenA number of cleanups. Now compiles with libc5, glibc...
2001-03-29 Eric Andersengz_open and gz_close were left in, even when BB_FEATURE...
2001-03-29 Glenn L McGrathFix zcat
2001-03-29 Glenn L McGrathgunzip -c works again
2001-03-28 Glenn L McGrathFixes from Robert Kaiser
2001-03-28 Glenn L McGrathRemove cruft
2001-03-28 Glenn L McGrathRemove tar_unzip_init() not needed any more, uses gz_op...
2001-03-28 Glenn L McGrathFix tar -z, calls gz_open now
2001-03-28 Glenn L McGrathGunzip changes broke tar -z support (woops)
2001-03-28 Glenn L McGrathMajor cleanup to better adhere to style guide and use...
2001-03-28 Glenn L McGrathAdd functions that were shared with gunzip.c, gunzip...
2001-03-21 Eric AndersenClean up more local vars which shadow globals
2001-03-15 Mark WhitleyIf only BB_DPKG was enabled in Config.h, busybox would...
2001-03-14 Eric AndersenFix from Manuel for a silly thinko on my part.
2001-03-14 Eric Andersendpkg used tfind, which doesn't work with libc5. Print...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-15 Eric Andersenfix a few mallocs to be xmallocs.
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-12 Glenn L McGrathCloser integration with dpkg-deb and other busybox...
2001-02-12 Glenn L McGrathNew option 'list' produces output that can be used...
2001-02-11 Glenn L McGrathNew function, deb-extract to be used by dpkg, code...
2001-02-11 Glenn L McGrathConsmetic changes
2001-02-11 Glenn L McGrathMore style changes
2001-02-11 Glenn L McGrathStyle changes; use get_line_from_file from utilities
2001-02-10 Glenn L McGrathUse copy_file from utilty.c, remove some char defines
2001-02-10 Glenn L McGrathBug fix, rename status file, cleanups
2001-02-10 Glenn L McGrathReplace status defines with const int to conform to...
2001-02-10 Glenn L McGrathInitial import
2001-02-01 Matt KraaiFix wget error message and add (and use) chomp library...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-25 Eric AndersenCommit Larry Doolittle's buffers-on-stack/buffers-via...
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2001-01-22 Matt KraaiUse getopt (or getopt_long).
2001-01-22 Matt KraaiFixed listed files to extract to be more like GNU....
2001-01-20 Glenn L McGrathClose files before exit
2001-01-20 Glenn L McGrathClose unused pipe handle before fork (for tar -z).
2001-01-13 Matt KraaiFix ownership of extracted directories.
2001-01-03 Matt KraaiBehave like GNU tar when matching excluded files.
2001-01-03 Glenn L McGrathFix warning for unused variable
2001-01-02 Glenn L McGrathreally add dpkg-deb.c this time
2001-01-02 Glenn L McGrathadd dpkg-deb command
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
2000-12-19 Matt KraaiBe sure to read from the given path, not the one used...
2000-12-19 Matt KraaiFix tar handling of absolute paths and excluded directo...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-15 Glenn L McGrathRewrite, fix a bug with multiple long filenames, simpli...
2000-12-13 Eric AndersenAdd GNU compatibile gzip -d
2000-12-13 Eric AndersenPatch from Matt Kraai:
2000-12-13 Eric AndersenFix from Matt Kraai -- a better way to NULL terminate...
2000-12-10 Glenn L McGrathSupport for tar -z option for uncompressing only
2000-12-10 Glenn L McGrathIntroduce new function gunzip_init()
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-07 Eric AndersenPatch from Jim Gleason <jimg@lineo.com> to fix tar...
2000-12-05 Mark WhitleyFixed the comments to match the code and renamed the...
2000-12-04 Eric AndersenPatch to add in the -X option and fix the --exclude...
2000-12-01 Eric AndersenMake tar shutup on compile
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-30 Matt KraaiNote an error if we are unable to list/extract specifie...
2000-11-18 Matt KraaiCheck for archive errors even for files we aren't extra...
2000-11-14 Eric AndersenGrammer fix. Changed "longer then" to "longer than...
2000-11-08 Matt KraaiMove flush_outbuf to the file in which it is used,...
2000-11-08 Matt KraaiFix some bugs reported by Jim Gleason <jimg@lineo.com...
2000-11-07 Eric AndersenCleanup of duplicated symbols -- found by compiling...
2000-10-23 Matt KraaiFix error messages.
2000-10-09 Eric AndersenFix a thinko. Patch from Justus Pendleton <justus...
next