VirtualBox

source: vbox/trunk/include/iprt/file.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @75045   6 years vboxsync IPRT/RTFileReadAll*: Added RTFILE_RDALL_F_FAIL_ON_MAX_SIZE. bugref:9232
(edit) @69977   7 years vboxsync IPRT/vfs: Implemented RTVFsFileSetSize, RTVfsFileGetMaxSize and …
(edit) @69105   7 years vboxsync include/iprt/: (C) year
(edit) @68183   7 years vboxsync IPRT: Added new RTFileReadAll* flag RTFILE_RDALL_F_TRAILING_ZERO_BYTE …
(edit) @66592   8 years vboxsync RTFileModeToFlagsEx: Implemented missing sharing mode (sigh) and added …
(edit) @62559   8 years vboxsync RTFileModeToFlags.cpp: Code cleanup.
(edit) @62473   8 years vboxsync (C) 2016
(edit) @59463   9 years vboxsync Build fix
(edit) @59459   9 years vboxsync IPRT: Add RTFileSetAllocationSize() to enforce block allocation on the …
(edit) @58768   9 years vboxsync RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
(edit) @58767   9 years vboxsync revered r104210, got unfinished asm.h changes mixed into it.
(edit) @58766   9 years vboxsync RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
(edit) @57926   9 years vboxsync IPRT: Doxygen clenaups (mostly).
(edit) @57613   9 years vboxsync IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of …
(edit) @57004   9 years vboxsync iprt,*: Marked all format strings in the C part of IPRT and fixed the …
(edit) @56291   9 years vboxsync include: Updated (C) year.
(edit) @49033   11 years vboxsync IPRT: Added RTFileCompare* methods a la RTFileCopy*.
(edit) @48820   11 years vboxsync IPRT/RTFileModeToFlags(Ex): Introduced "oa" mode for opening + …
(edit) @47834   11 years vboxsync IPRT/file.h: Documentation.
(edit) @47783   11 years vboxsync IPRT/RTFileModeToFlags.cpp: Set default sharing modes.
(edit) @47762   11 years vboxsync IPRT: Added RTFileModeToFlags* APIs + testcase.
(edit) @47735   11 years vboxsync Comment typo.
(edit) @46245   11 years vboxsync Runtime: RTFileSg{Read|Write}At API
(edit) @45678   12 years vboxsync Runtime/aio: Add flags parameter to RTFileAioCtxCreate
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @42712   12 years vboxsync Runtime: add RTFileCreateTemp, RTFileCreateTempSecure and …
(edit) @39641   13 years vboxsync IPRT headers: warning
(edit) @39612   13 years vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @39195   13 years vboxsync iprt/file.h: doc typo.
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37559   13 years vboxsync iprt/file.h: RTFile will be available in kernel mode as well.
(edit) @36573   14 years vboxsync include/: a/an nits
(edit) @34435   14 years vboxsync ExtPack: Implemented unpacking (untested).
(edit) @34230   14 years vboxsync iprt,VBoxServiceAutoMount.cpp: RTPathSetOwner[Ex] should take …
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33233   14 years vboxsync Runtime/file: defines for stdin/out/err native handles
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26774   15 years vboxsync RTPipe: Implemented the posix variant.
(edit) @26732   15 years vboxsync iprt/file.h: RTFileOpenBitBucket
(edit) @26060   15 years vboxsync IPRT: Added RTFileOpenF/V.
(edit) @25953   15 years vboxsync Runtime/RTFileIoCtl: fixed prototype (iRequest => ulRequest)
(edit) @25922   15 years vboxsync iprt/file.h: doc update.
(edit) @25724   15 years vboxsync iprt: Use RTMSINTERVAL for timeouts. Fixed missing timeout underflow …
(edit) @25645   15 years vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @24889   15 years vboxsync IPRT: Added RTFileQueryFsSizes.
(edit) @24189   15 years vboxsync IPRT: Added RTFileQuerySize.
(edit) @23974   15 years vboxsync iprt/file.h: Use UINT32_C() for the RTFILE_O flags.
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23047   15 years vboxsync Fix RTFILE_O_NO_CACHE on Windows. Document that FILE_APPEND_DATA is …
(edit) @22516   15 years vboxsync IPRT: Added RTFileExists
(edit) @21801   15 years vboxsync IPRT: Clearified RTFileReadAll*.
(edit) @21616   15 years vboxsync nitpicking.
(edit) @21582   15 years vboxsync IPRT: RTFILE_O_APPEND.
(edit) @21573   15 years vboxsync iprt/file.h: spaces.
(edit) @21493   15 years vboxsync Runtime/File: Add flag to disable the file cache
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20362   15 years vboxsync iprt/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19562   16 years vboxsync Runtime/Aio: Change API again * pcReqs in RTFileAioCtxSubmit is …
(edit) @19350   16 years vboxsync IPRT,tstDisasm-2: defined flags for RTFileReadAllEx and …
(edit) @19185   16 years vboxsync Runtime/Aio: Slight changes to the API for Windows. Fix the Solaris backend
(edit) @19125   16 years vboxsync Runtime/Aio: Add description for the RT File async I/O API
(edit) @19039   16 years vboxsync iprt/file.h: a todo and a clearification.
(edit) @18999   16 years vboxsync Runtime/Aio: Linux backend and a simple testcase. Disabled by default. …
(edit) @18961   16 years vboxsync iprt/file.h: Some adjustements to the Async I/O API.
(edit) @18912   16 years vboxsync Runtime: Fix comments (contained the old function names)
(edit) @18911   16 years vboxsync Runtime: Rename RTFileAioCtxGetMaxRequestCount to …
(edit) @18910   16 years vboxsync Runtime: compile fix
(edit) @18909   16 years vboxsync Runtime: Add RTFileAio API for review
(edit) @18128   16 years vboxsync IPRT, Shared Folders: Implemented file attributes access flags for …
(edit) @16997   16 years vboxsync iprt: wrong declaration
(edit) @14872   16 years vboxsync typo
(edit) @10526   16 years vboxsync file mode mask to RTFileOpen.
(edit) @8925   16 years vboxsync New file APIs for reading (or mapping) a file into memory: …
(edit) @8559   17 years vboxsync typo.
(edit) @8558   17 years vboxsync RTFileFromNative and RTFileToNative.
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8163   17 years vboxsync rebrand IPRT
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7371   17 years vboxsync A little adjustment of the RTFILECOPY flags.
(edit) @7370   17 years vboxsync A little adjustment of the RTFILECOPY flags.
(edit) @7340   17 years vboxsync Runtime: Added fFlags (RTFILECOPY_FLAG_NO_DENY_WRITE) to RTFileCopyEx.
(edit) @6992   17 years vboxsync Restrict RTFILE_O_NOT_CONTENT_INDEXED to file creation.
(edit) @6984   17 years vboxsync IPRT: Bugfix for RTFILE_O_VALID_MASK, did not recognize …
(edit) @6429   17 years vboxsync r=bird: file sizes and offets are given as RTFOFF now (the uint64_t …
(edit) @6421   17 years vboxsync iprt: added RTFileGetMaxSize()
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4372   17 years vboxsync Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3636   17 years vboxsync AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86; [OS] (except …
(edit) @3630   17 years vboxsync iprt_hdr_h -> _iprt_hdr_h
(edit) @2981   17 years vboxsync InnoTek -> innotek: all the headers and comments.
(add) @1   55 years vboxsync import
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