summaryrefslogtreecommitdiff
path: root/include/iprt/file.h
Commit message (Expand)AuthorAgeFilesLines
* IPRT: doxygen tweaks. bugref:10442vboxsync2023-05-111-93/+100
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* IPRT: Added a RTFileDup API, only implemented on windows for now as I to tire...vboxsync2022-08-081-0/+10
* IPRT/RTFileOpen: Added a RTFILE_O_TEMP_AUTO_DELETE flag for implementing tmpf...vboxsync2022-08-061-3/+10
* IPRT: Added RTFileCreateUnique, a saner version of RTFileCreateTemp in that i...vboxsync2022-03-191-0/+28
* IPRT/RTFileFlush: Shut up annoying VERR_INVALID_PARAMETER returns on posix sy...vboxsync2022-03-171-0/+3
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* IPRT/RTFileGetMaxSize: Doxygen fix.vboxsync2021-02-031-9/+0
* Main: bugref:9224: Added RTFileQuerySectorSize into IPRTvboxsync2020-08-241-0/+13
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* IPRT/file: Added some more thoughts and @todo regarding the RTFILE_O_APPEND s...vboxsync2020-01-231-1/+3
* Runtime: Some renaming to stay consistent (*Get* always returns what is asked...vboxsync2019-09-041-5/+5
* iprt/file.h,createtemp-generic.cpp: nitsvboxsync2019-06-181-0/+1
* IPRT: Reimplemented RTFileCopyByHandlesEx against RTFileCopyPartEx, adding RT...vboxsync2019-03-211-1/+11
* IPRT: Adding RTFileCopyRange and RTFileCopyRangEx for optimizing file copying...vboxsync2019-03-191-0/+98
* IPRT: Adding an extended file open API that returns the action taken (opened,...vboxsync2019-03-131-1/+42
* IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). bugref:9172vboxsync2019-03-101-6/+50
* IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and freebsd. ...vboxsync2019-02-091-6/+14
* *: scm --fix-header-guard-endifvboxsync2019-01-011-1/+1
* include/iprt: Use IPRT_INCLUDED_ rather than ___iprt_ as header guard prefix,...vboxsync2019-01-011-2/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* /include: scm --fix-header-guards. bugref:9344vboxsync2018-12-301-0/+3
* IPRT/RTFileReadAll*: Added RTFILE_RDALL_F_FAIL_ON_MAX_SIZE. bugref:9232vboxsync2018-10-241-1/+4
* IPRT/vfs: Implemented RTVFsFileSetSize, RTVfsFileGetMaxSize and RTvfsFileQuer...vboxsync2017-12-071-17/+19
* include/iprt/: (C) yearvboxsync2017-10-171-1/+1
* IPRT: Added new RTFileReadAll* flag RTFILE_RDALL_F_TRAILING_ZERO_BYTE for sim...vboxsync2017-07-311-1/+3
* RTFileModeToFlagsEx: Implemented missing sharing mode (sigh) and added humanl...vboxsync2017-04-171-21/+27
* RTFileModeToFlags.cpp: Code cleanup.vboxsync2016-07-261-12/+11
* (C) 2016vboxsync2016-07-221-1/+1
* Build fixvboxsync2016-01-251-1/+1
* IPRT: Add RTFileSetAllocationSize() to enforce block allocation on the underl...vboxsync2016-01-251-0/+27
* RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.vboxsync2015-11-191-1/+5
* revered r104210, got unfinished asm.h changes mixed into it.vboxsync2015-11-191-5/+1
* RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.vboxsync2015-11-191-1/+5
* IPRT: Doxygen clenaups (mostly).vboxsync2015-09-281-6/+10
* IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of RTCrStoreCertAddWantedDir...vboxsync2015-09-041-0/+14
* iprt,*: Marked all format strings in the C part of IPRT and fixed the fallout.vboxsync2015-07-191-2/+2
* include: Updated (C) year.vboxsync2015-06-091-1/+1
* IPRT: Added RTFileCompare* methods a la RTFileCopy*.vboxsync2013-10-101-5/+76
* IPRT/RTFileModeToFlags(Ex): Introduced "oa" mode for opening + appending an e...vboxsync2013-10-021-1/+4
* IPRT/file.h: Documentation.vboxsync2013-08-191-9/+9
* IPRT/RTFileModeToFlags.cpp: Set default sharing modes.vboxsync2013-08-161-1/+5
* IPRT: Added RTFileModeToFlags* APIs + testcase.vboxsync2013-08-151-0/+41
* Comment typo.vboxsync2013-08-141-2/+2
* Runtime: RTFileSg{Read|Write}At APIvboxsync2013-05-231-0/+29
* Runtime/aio: Add flags parameter to RTFileAioCtxCreatevboxsync2013-04-231-1/+10
* header (C) fixesvboxsync2013-02-041-1/+1
* Runtime: add RTFileCreateTemp, RTFileCreateTempSecure and RTDirCreateTempSecu...vboxsync2012-08-091-0/+44
* IPRT headers: warningvboxsync2011-12-161-2/+4