summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/r3/nt/pathint-nt.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* iprt/RTNtPathFromHandle: documentation fix. bugref:9224vboxsync2020-08-271-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* IPRT/nt: Added OBJECT_BASIC_INFORMATION and promoted rtNtPathFromHandle to pu...vboxsync2020-01-221-4/+4
* IPRT/pathint-nt.cpp: Dealth with three more RTPATH_MAX buffers. bugref:9172vboxsync2019-04-181-28/+120
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* iprt/string.h: Dropped including utf16.h and let those who need it include it...vboxsync2018-12-231-3/+4
* RTNtPathOpenDirEx: more access fixesvboxsync2018-01-021-2/+6
* IPRT: Changed the NT namespace passthru prefix from '\\!\' to '\\:iprtnt:\' t...vboxsync2018-01-021-23/+49
* IPRT/R3: Made the core work on NT 3.51 (still experimental). [build fix]vboxsync2017-12-181-9/+6
* IPRT/R3: Made the core work on NT 3.51 (still experimental).vboxsync2017-12-181-24/+73
* IPRT: VFS and NT path handling fixes.vboxsync2017-11-151-12/+113
* iprt: Started on RTDirRel for NT.vboxsync2017-11-141-59/+94
* iprt: pathint-nt.cpp: Added RTNtPathRelativeFromUtf8 for RTDirRel. Untested.vboxsync2017-11-141-6/+252
* (C) yearvboxsync2017-10-171-1/+1
* RTNtPathFromWinUtf16Ex: Remove special trailing dot.vboxsync2017-07-141-1/+20
* IPRT: Implemented native NT version of RTPathQueryInfoEx that provides INode ...vboxsync2016-11-101-0/+3
* IPRT: Unused parameters on windows.vboxsync2016-07-271-0/+2
* (C) 2016vboxsync2016-07-221-1/+1
* IPRT: Added testcase for RTNtPathExpand8dot3Path and RTNtPathFindPossible8dot...vboxsync2016-04-131-8/+49
* Runtime: pathint-nt.cpp Win32 to NT path prefix conversion fixvboxsync2015-10-271-10/+10
* IPRT: Doxygen warning fixes (last ones, hopefully).vboxsync2015-09-301-2/+0
* *: scm cleanup run.vboxsync2015-08-141-6/+6
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
* SUP: Use LdrRegisterDllNotification when available to make sure we see all DL...vboxsync2014-10-061-1/+2
* IPRT: Separated out RTPathAbs from the posix, fixing it up for windows + OS/2...vboxsync2014-10-051-16/+196
* SUPR3: Use NtDeviceIoControlFile instead of DeviceIoControl to avoid wasting ...vboxsync2013-10-171-12/+12
* IPRT: Wrote native NT directory enumeration - not enabled by default. Provide...vboxsync2013-08-051-28/+143
* Rewrote fs-win.cpp into a pure native NT version, this fixes the symbolic-lin...vboxsync2013-08-031-0/+241