VirtualBox

source: vbox/trunk/src/VBox/Runtime/common

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @69887   7 years vboxsync iprt/dvmmbr.cpp: Don't consider the gap/padding between a partition …
(edit) @69886   7 years vboxsync dvm.cpp/RTDvmMapQueryBlockStatus: Cleanups, comments.
(edit) @69885   7 years vboxsync iprt/ntfsvfs.cpp: Got the code to the point where compaction works …
(edit) @69875   7 years vboxsync iprt/ntfsvfs.cpp: updates
(edit) @69874   7 years vboxsync iprt/ntfsvfs.cpp: updates
(edit) @69873   7 years vboxsync iprt/ntfsvfs.cpp: updates
(edit) @69868   7 years vboxsync iprt/formats/ntfs: build fixes
(edit) @69866   7 years vboxsync iprt/formats/ntfs: build fixes - g++ sometimes hates unnamed unions, sigh.
(edit) @69865   7 years vboxsync iprt/formats/ntfs: build fixes - g++ sometimes hates unnamed unions, sigh.
(edit) @69863   7 years vboxsync iprt/formats/ntfs: build fixes
(edit) @69862   7 years vboxsync iprt/formats/ntfs: build fixes
(edit) @69861   7 years vboxsync iprt/formats/ntfs: updates
(edit) @69854   7 years vboxsync IPRT: Added AVL tree for uint64_t.
(edit) @69853   7 years vboxsync nits
(edit) @69849   7 years vboxsync ntfsvfs.cpp: Started work for reading NTFS allocation bitmap so we can …
(edit) @69845   7 years vboxsync ext2vfs.cpp: style cleanups
(edit) @69844   7 years vboxsync IPRT: VFS IsRangeInUse cleanup. * Renamed to RTVfsQueryRangeState / …
(edit) @69843   7 years vboxsync filesystemext.cpp -> ext2vfs.cpp [arg]
(edit) @69840   7 years vboxsync IPRT: VFS volume mouning cleanup, replacing RTFilesystemVfsFromFile …
(edit) @69834   7 years vboxsync typo
(edit) @69833   7 years vboxsync iprt/string.h: Adding %Rhcb + %Rhci for human readable size formatting …
(edit) @69832   7 years vboxsync fatvfs.cpp,isovfs.cpp: removed dead code
(edit) @69831   7 years vboxsync fatvfs.cpp,isovfs.cpp: no need to provide specialized open functions here.
(edit) @69830   7 years vboxsync IPRT/VFS: Reimplemented RTVfsDirCreate, RTVfsDirOpenFile and …
(edit) @69829   7 years vboxsync IPRT: rtDvmVfsDir_Open burn fix
(edit) @69828   7 years vboxsync IPRT/VFS: Reimplemented RTVfsDirOpen and RTVfsDirOpenDir to use …
(edit) @69827   7 years vboxsync IPRT/VFS: rewrote RTVfsQueryPathInfo to new path handling.
(edit) @69826   7 years vboxsync IPRT/VFS: More path parsing work. Symlinks should work better now.
(edit) @69818   7 years vboxsync IPRT/VFS: Got rid of the pfnTraversalOpen method.
(edit) @69816   7 years vboxsync build fix
(edit) @69815   7 years vboxsync build fix
(edit) @69814   7 years vboxsync build fix
(edit) @69813   7 years vboxsync IPRT: VFS opening reworking in progress.
(edit) @69779   7 years vboxsync VGSvcLogCreate: Fix case where pszLogFile is NULL.
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69750   7 years vboxsync Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than plain …
(edit) @69749   7 years vboxsync Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than plain …
(edit) @69746   7 years vboxsync IPRT: Added tweak (RTLOGDEST_F_DELAY_FILE) for delaying log file …
(edit) @69745   7 years vboxsync IPRT: Added tweak (RTLOGDEST_F_DELAY_FILE) for delaying log file …
(edit) @69742   7 years vboxsync IPRT: Added RTGetOptFormatError.
(edit) @69720   7 years vboxsync IPRT: More work on directory relative APIs (NT mainly) and VFS; …
(edit) @69718   7 years vboxsync RTMkDir,nt/RTDirRelDirCreate: Some adjustments.
(edit) @69716   7 years vboxsync IPRT: More work on directory relative APIs (NT mainly) and VFS; …
(edit) @69705   7 years vboxsync IPRT: VFS and NT path handling fixes. * Rewrote RTDirQueryInfo for …
(edit) @69679   7 years vboxsync iprt: A bunch of basic function for working the file system relative …
(edit) @69678   7 years vboxsync fatvfs.cpp: forgot to disable electric fence
(edit) @69674   7 years vboxsync iprt: A bunch of basic function for working the file system relative …
(edit) @69663   7 years vboxsync fatvfs: cleanups
(edit) @69660   7 years vboxsync fatvfs.cpp: Implemented FAT16 and FAT32 cluster map update functions - …
(edit) @69659   7 years vboxsync fatvfs.cpp: Able to read FAT32 now. Fixed long name bug in ReadDir.
(edit) @69651   7 years vboxsync dvmmbr.cpp: support for extended and logical partitions.
(edit) @69633   7 years vboxsync doc: Change DTD declaration everywhere to docbook xml 4.3, and remove …
(edit) @69631   7 years vboxsync fatvfs: don't match or return volume lables
(edit) @69630   7 years vboxsync vfschain: fixed incorrect check for escapable character when handling '\'.
(edit) @69623   7 years vboxsync fatvfs.cpp: drop duplicate '.' and '..' entries.
(edit) @69622   7 years vboxsync fatvfs.cpp: name conversion issue in read dir
(edit) @69621   7 years vboxsync fatvfs: Directory fix. FAT16 read support.
(edit) @69619   7 years vboxsync fatvfs: Relaxed idxEndOfChain (FAT entry #2) checks.
(edit) @69618   7 years vboxsync dvm.h: Added RTDVMVOLTYPE_FAT12.
(edit) @69616   7 years vboxsync DVM: Got a working pseudo vfs. It's now possible to do stuff like: …
(edit) @69610   7 years vboxsync iprt/dvm: Some API adjusting to VFS - work in progress. [build fix]
(edit) @69609   7 years vboxsync iprt/dvm: Some API adjusting to VFS - work in progress.
(edit) @69600   7 years vboxsync rtFsFatDir_CreateDir: imlemented, but untested
(edit) @69599   7 years vboxsync fatvfs.cpp: Implemented directory listing and opening. [build fix]
(edit) @69598   7 years vboxsync fatvfs.cpp: Implemented directory listing and opening.
(edit) @69596   7 years vboxsync fatvfs.cpp: Split dir and file structures into shared and handle …
(edit) @69595   7 years vboxsync fatvfs.cpp: Split dir and file structures into shared and handle …
(edit) @69594   7 years vboxsync isovfs.cpp: comment typo
(edit) @69592   7 years vboxsync vfsstdfile.cpp: Tweaked the flush implementation to hush up …
(edit) @69590   7 years vboxsync thread.cpp: fixed thread structure leak in VBoxC debug builds with …
(edit) @69523   7 years vboxsync Runtime/vfs/vfsiosmisc: Fix possible memory leak
(edit) @69522   7 years vboxsync pkzip: Fixed memory leak and missing error code in unlikely error …
(edit) @69521   7 years vboxsync pemfile.cpp: Don't leak pSection if binary and _F_ONLY_PEM is used. …
(edit) @69520   7 years vboxsync Runtime/json: Plug small memory leak in out of memory error condition
(edit) @69474   7 years vboxsync *: scm updates - header files should have 'svn:keywords=Id Revision' …
(edit) @69441   7 years vboxsync IPRT: scm updates
(edit) @69437   7 years vboxsync IPRT: Use iprt/formats/elf*.h instead of the internal IPRT headers.
(edit) @69435   7 years vboxsync Debugger,DTrace,IPRT: Use iprt/formats/elf*.h instead of the internal …
(edit) @69434   7 years vboxsync Runtime: scm updates
(edit) @69219   7 years vboxsync Runtime: scm cleanups
(edit) @69157   7 years vboxsync isomakercmd.cpp: Create the iso file with fmask 0664 instead of the …
(edit) @69155   7 years vboxsync isomaker: Don't use zero as an INode number. isoinfo takes that to …
(edit) @69111   7 years vboxsync (C) year
(edit) @69108   7 years vboxsync IPRT: scm fixes
(edit) @69103   7 years vboxsync log.cpp: nodeny fix.
(edit) @69101   7 years vboxsync iprt/log.h: Adding 'nodeny' flag to make it possible to delete log …
(edit) @69077   7 years vboxsync isovfs.cpp: logging fixes
(edit) @69062   7 years vboxsync IPRT: Added RTIniFileQueryPair for key/value pair enumeration.
(edit) @69060   7 years vboxsync inifile.cpp: Fixed wrong allocation size.
(edit) @69059   7 years vboxsync UDF: Some more structures.
(edit) @69050   7 years vboxsync IPRT: Enable UDF code. Fixed allocation bug.
(edit) @69049   7 years vboxsync IPRT: UDF read support is mostly done.
(edit) @69048   7 years vboxsync IPRT: UDF read support is mostly done.
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @69035   7 years vboxsync UDF: Implemented directory listing. Works for root, other directories …
(edit) @69029   7 years vboxsync iprt: udf updates
(edit) @69027   7 years vboxsync IPRT: UDF reading updates.
(edit) @69023   7 years vboxsync iprt: udf updates
(edit) @69016   7 years vboxsync iprt/string.h: Added hex dump formatting alternative %RhxD for …
(edit) @69013   7 years vboxsync IPRT: UDF updates
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette