History log of /vbox/src/VBox/Runtime/common/zip/tarcmd.cpp
Revision Date Author Comments Expand
c2d403aafae5a578452b1a316762d615f583893b 51683 21-Jun-2014 vboxsync

Runtime/tarcmd: fixed a loop and a memory leak

ab65f9ce33765b251219fbf18b19d3e56fdf5d2c 48780 01-Oct-2013 vboxsync

Started on a XAR file system stream similar to what we have for TAR already.

ff74d28041a2179e652244a3f7b64d34c2dfc87a 47359 24-Jul-2013 vboxsync

IPRT: Added compression to the gzip VFS I/O stream class (RTZipGzipCompressIoStream) and implemented compression in the RTGzip example tool (testcase\RTGzip.exe).

d809f5627a423664bd420048579ee741164d13f5 44300 15-Jan-2013 vboxsync

Windows build fixes.

7bc0784812dcf63751c5eebfdd1c5d24ac26b389 44299 15-Jan-2013 vboxsync

RTTar: Implemented simple extraction (-x).

8502773207230763deba3e622495f2099398dcb0 44278 13-Jan-2013 vboxsync

IPRT: Initial implementation of rm. Missing interactivity. Not tested at all (later).

04b02ffb8824a60fd37777bc1f7d2f35104a274c 35351 27-Dec-2010 vboxsync

scm cleanups.

/vbox/include/VBox/VBoxVideoGuest.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/dd.c /vbox/src/VBox/Additions/WINNT/Graphics/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/VBoxGuestInstallHelper.cpp /vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/exdll.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSharedFolders.cpp /vbox/src/VBox/Additions/x11/vboxvideo/vboxutils.c /vbox/src/VBox/Additions/x11/vboxvideo/vboxvideo.c /vbox/src/VBox/Devices/Network/slirp/debug.c /vbox/src/VBox/Devices/PC/BIOS/rombios.c /vbox/src/VBox/Devices/Storage/fdc.c /vbox/src/VBox/Frontends/VBoxManage/VBoxManageDebugVM.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineWindowScale.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp /vbox/src/VBox/GuestHost/OpenGL/Makefile.kmk /vbox/src/VBox/Main/linux/USBProxyServiceLinux.cpp /vbox/src/VBox/Runtime/common/checksum/manifest-file.cpp /vbox/src/VBox/Runtime/common/checksum/manifest3.cpp tar.cpp tarcmd.cpp /vbox/src/VBox/Runtime/testcase/tstRTThreadPoke.cpp /vbox/src/VBox/VMM/VMMR3/DBGFReg.cpp
1a62088b18e24a01c1dc85e13d60468e78bd649d 34179 18-Nov-2010 vboxsync

iprt/tarvfs: Rewrote the tar parser to deal with header sequences used by solaris, gnu and pax while being offline yesterday. Only GNU long link and long names are supported, but adding pax and solaris support is possible. This also resolves some of the ustar<space><space> vs. ustart<null>00 problems (the latter was not readable previously).

1c434bf12564eb5a885b3f7e230b7638955004ce 34055 13-Nov-2010 vboxsync

vfs/tar: symlink fixes.

cf9045d402be1e8b7344a439eaefe2ca4c2b53d3 34052 13-Nov-2010 vboxsync

tar: fixed bugs, listing output is identical to gnutar (when using --utc).

4eb5a468e1ff750304441e03d1b2311ce049956a 34046 12-Nov-2010 vboxsync

build fix

1e7030f54deae0a8aa27817ab26c5d6d6c246541 34045 12-Nov-2010 vboxsync

iprt: more tar code and vfs filesystem stream bugfixes.