VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @42712   12 年 vboxsync Runtime: add RTFileCreateTemp, RTFileCreateTempSecure and …
(edit) @39641   13 年 vboxsync IPRT headers: warning
(edit) @39612   13 年 vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @39195   13 年 vboxsync iprt/file.h: doc typo.
(edit) @37596   13 年 vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37559   13 年 vboxsync iprt/file.h: RTFile will be available in kernel mode as well.
(edit) @36573   14 年 vboxsync include/: a/an nits
(edit) @34435   14 年 vboxsync ExtPack: Implemented unpacking (untested).
(edit) @34230   14 年 vboxsync iprt,VBoxServiceAutoMount.cpp: RTPathSetOwner[Ex] should take …
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33233   14 年 vboxsync Runtime/file: defines for stdin/out/err native handles
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26774   15 年 vboxsync RTPipe: Implemented the posix variant.
(edit) @26732   15 年 vboxsync iprt/file.h: RTFileOpenBitBucket
(edit) @26060   15 年 vboxsync IPRT: Added RTFileOpenF/V.
(edit) @25953   15 年 vboxsync Runtime/RTFileIoCtl: fixed prototype (iRequest => ulRequest)
(edit) @25922   15 年 vboxsync iprt/file.h: doc update.
(edit) @25724   15 年 vboxsync iprt: Use RTMSINTERVAL for timeouts. Fixed missing timeout underflow …
(edit) @25645   15 年 vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @24889   15 年 vboxsync IPRT: Added RTFileQueryFsSizes.
(edit) @24189   15 年 vboxsync IPRT: Added RTFileQuerySize.
(edit) @23974   15 年 vboxsync iprt/file.h: Use UINT32_C() for the RTFILE_O flags.
(edit) @23973   15 年 vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23047   15 年 vboxsync Fix RTFILE_O_NO_CACHE on Windows. Document that FILE_APPEND_DATA is …
(edit) @22516   15 年 vboxsync IPRT: Added RTFileExists
(edit) @21801   15 年 vboxsync IPRT: Clearified RTFileReadAll*.
(edit) @21616   15 年 vboxsync nitpicking.
(edit) @21582   15 年 vboxsync IPRT: RTFILE_O_APPEND.
(edit) @21573   15 年 vboxsync iprt/file.h: spaces.
(edit) @21493   15 年 vboxsync Runtime/File: Add flag to disable the file cache
(edit) @20374   16 年 vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20362   16 年 vboxsync iprt/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @19562   16 年 vboxsync Runtime/Aio: Change API again * pcReqs in RTFileAioCtxSubmit is …
(edit) @19350   16 年 vboxsync IPRT,tstDisasm-2: defined flags for RTFileReadAllEx and …
(edit) @19185   16 年 vboxsync Runtime/Aio: Slight changes to the API for Windows. Fix the Solaris backend
(edit) @19125   16 年 vboxsync Runtime/Aio: Add description for the RT File async I/O API
(edit) @19039   16 年 vboxsync iprt/file.h: a todo and a clearification.
(edit) @18999   16 年 vboxsync Runtime/Aio: Linux backend and a simple testcase. Disabled by default. …
(edit) @18961   16 年 vboxsync iprt/file.h: Some adjustements to the Async I/O API.
(edit) @18912   16 年 vboxsync Runtime: Fix comments (contained the old function names)
(edit) @18911   16 年 vboxsync Runtime: Rename RTFileAioCtxGetMaxRequestCount to …
(edit) @18910   16 年 vboxsync Runtime: compile fix
(edit) @18909   16 年 vboxsync Runtime: Add RTFileAio API for review
(edit) @18128   16 年 vboxsync IPRT, Shared Folders: Implemented file attributes access flags for …
(edit) @16997   16 年 vboxsync iprt: wrong declaration
(edit) @14872   16 年 vboxsync typo
(edit) @10526   16 年 vboxsync file mode mask to RTFileOpen.
(edit) @8925   17 年 vboxsync New file APIs for reading (or mapping) a file into memory: …
(edit) @8559   17 年 vboxsync typo.
(edit) @8558   17 年 vboxsync RTFileFromNative and RTFileToNative.
(edit) @8245   17 年 vboxsync rebranding: IPRT files again.
(edit) @8163   17 年 vboxsync rebrand IPRT
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @7371   17 年 vboxsync A little adjustment of the RTFILECOPY flags.
(edit) @7370   17 年 vboxsync A little adjustment of the RTFILECOPY flags.
(edit) @7340   17 年 vboxsync Runtime: Added fFlags (RTFILECOPY_FLAG_NO_DENY_WRITE) to RTFileCopyEx.
(edit) @6992   17 年 vboxsync Restrict RTFILE_O_NOT_CONTENT_INDEXED to file creation.
(edit) @6984   17 年 vboxsync IPRT: Bugfix for RTFILE_O_VALID_MASK, did not recognize …
(edit) @6429   17 年 vboxsync r=bird: file sizes and offets are given as RTFOFF now (the uint64_t …
(edit) @6421   17 年 vboxsync iprt: added RTFileGetMaxSize()
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4372   17 年 vboxsync Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3636   17 年 vboxsync AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86; [OS] (except …
(edit) @3630   17 年 vboxsync iprt_hdr_h -> _iprt_hdr_h
(edit) @2981   18 年 vboxsync InnoTek -> innotek: all the headers and comments.
(add) @1   55 年 vboxsync import
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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