summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/r3/fileio.cpp
Commit message (Expand)AuthorAgeFilesLines
* IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is docum...vboxsync2023-05-111-7/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.vboxsync2021-08-231-2/+2
* IPRT/RTFileGetMaxSize: Doxygen fix.vboxsync2021-02-031-8/+0
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Runtime: Some renaming to stay consistent (*Get* always returns what is asked...vboxsync2019-09-041-4/+4
* IPRT: Split RTFileCopyEx and RTFileCopyByHandlesEx out of r3/fileio.cpp so we...vboxsync2019-03-211-168/+0
* IPRT: Split RTFileWriteAt & RTFileReadAt out of fileio.cpp and into fileio-at...vboxsync2019-02-071-129/+0
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* RTFileCopyByHandlesEx: Make sure we don't pass 100%. bugref:9099 [semicolon]vboxsync2018-01-191-1/+1
* RTFileCopyByHandlesEx: Make sure we don't pass 100%. bugref:9099vboxsync2018-01-191-3/+3
* (C) yearvboxsync2017-10-171-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* rtFileRecalcAndValidateFlags: Correct windows access mask assertion.vboxsync2015-11-231-1/+2
* RTFileOpen: fix for r104213vboxsync2015-11-231-0/+4
* RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.vboxsync2015-11-191-1/+6
* *: scm cleanup run.vboxsync2015-08-141-6/+7
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
* typovboxsync2013-10-101-1/+1
* duh^3!vboxsync2013-10-101-2/+2
* duh. copy & pastevboxsync2013-10-101-1/+1
* IPRT: Added RTFileCompare* methods a la RTFileCopy*.vboxsync2013-10-101-37/+189
* Runtime: Bugfix for RTFileSg* APIvboxsync2013-05-241-2/+4
* build fixesvboxsync2013-05-231-2/+2
* Runtime: RTFileSg{Read|Write}At APIvboxsync2013-05-231-0/+84
* header (C) fixesvboxsync2013-02-041-1/+1
* *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter from ui...vboxsync2011-06-221-9/+9
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-2/+2
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* Please, don't do this.vboxsync2009-11-141-4/+0
* Disabling asserts preventing ISO image mountsvboxsync2009-11-131-0/+4
* *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and action f...vboxsync2009-10-221-16/+46
* made RTFileGetMaxSizeEx() OS-specificvboxsync2008-05-191-50/+0
* rebranding: IPRT files again.vboxsync2008-04-211-1/+1
* Rebranding: replacing more innotek strings.vboxsync2008-04-181-1/+1
* The Big Sun Rebranding Header Changevboxsync2008-04-181-1/+5
* fixed RTFileCopy* regression.vboxsync2008-03-151-1/+1
* A little adjustment of the RTFILECOPY flags.vboxsync2008-03-071-5/+5
* Runtime: Added fFlags (RTFILECOPY_FLAG_NO_DENY_WRITE) to RTFileCopyEx.vboxsync2008-03-061-2/+6
* Restrict RTFILE_O_NOT_CONTENT_INDEXED to file creation.vboxsync2008-02-181-17/+21
* A little update.vboxsync2008-01-221-1/+5
* r=bird: file sizes and offets are given as RTFOFF now (the uint64_t use is ju...vboxsync2008-01-211-11/+48
* iprt: added RTFileGetMaxSize()vboxsync2008-01-211-0/+25
* The Giant CDDL Dual-License Header Change.vboxsync2007-12-071-4/+13
* -> r3vboxsync2007-10-211-0/+413