VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3/win

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25478   15 years vboxsync IPRT,PDMCritSect: More lock validator refactoring.
(edit) @25467   15 years vboxsync IPRT,PDMCritSect: More lock validation.
(edit) @25409   15 years vboxsync IPRT,PDMCritSect,Main: Moved code dealing with lock counting from …
(edit) @25398   15 years vboxsync IPRT,PDMAllocCritSect: Don't bitch when recursivly entering a mutex.
(edit) @25382   15 years vboxsync semmutex-win.cpp: Use a structure instead of storing the native handle …
(edit) @25381   15 years vboxsync IPRT: Split up sems-win.cpp and semnoint-generic.cpp
(edit) @25378   15 years vboxsync Use RTSemMutexRequest*Debug in strict builds.
(edit) @25373   15 years vboxsync IPRT,PDMCritSect: More validation changes. Validate posix and linux …
(edit) @25292   15 years vboxsync RTDirReadEx parameter to resolve symlinks.
(edit) @24892   15 years vboxsync fileio-win.cpp/RTFileQueryFsSizes: todo with some hints
(edit) @24889   15 years vboxsync IPRT: Added RTFileQueryFsSizes.
(edit) @24341   15 years vboxsync fileio-win.cpp: clearify.
(edit) @24338   15 years vboxsync IPRT: fileio-win: Set GENERIC_WRITE DesiredAccess flag when truncating …
(edit) @24031   15 years vboxsync Removed disabled and incorrect assertion.
(edit) @24003   15 years vboxsync disable incorrect assert
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23375   15 years vboxsync Very annoying assertion
(edit) @23302   15 years vboxsync IPRT: r52791 repated for RTFileExists.
(edit) @23298   15 years vboxsync RTDirExists: Added a generic implementation for use on Window because …
(edit) @23292   15 years vboxsync path-win.cpp: build fix.
(edit) @23291   15 years vboxsync IPRT: RTPathQueryInfo and RTPathSetTimes should work on symbolic links …
(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) @22497   15 years vboxsync Spaces.
(edit) @21872   15 years vboxsync RTMemPageAlloc[Z]/win: _aligned_malloc wants an aligned size.
(edit) @21619   16 years vboxsync IPRT: Use FindFirstFile to get file attributes on Windows host, fixes …
(edit) @21616   16 years vboxsync nitpicking.
(edit) @21608   16 years vboxsync IPRT: Use FindFirstFile to get file attributes on Windows host, fixes …
(edit) @21592   16 years vboxsync VBoxRT-win64.def: ASMNopPause.
(edit) @21582   16 years vboxsync IPRT: RTFILE_O_APPEND.
(edit) @21494   16 years vboxsync Runtime/fileaio-win: Fix a possible race
(edit) @21493   16 years vboxsync Runtime/File: Add flag to disable the file cache
(edit) @20736   16 years vboxsync typo.
(edit) @20497   16 years vboxsync process-win.cpp: too quick.
(edit) @20496   16 years vboxsync process-win.cpp: Corrected assertion.
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20364   16 years vboxsync IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20299   16 years vboxsync Extra parameter checks for RTProcCreate.
(edit) @20238   16 years vboxsync export
(edit) @20111   16 years vboxsync IPRT: Use the generic RTDirCreateTemp implementation - made it a bit …
(edit) @20103   16 years vboxsync r3/win/dir-win.cpp: r=bird: this isn't good enough.
(edit) @20070   16 years vboxsync Runtime: wrong test
(edit) @20066   16 years vboxsync Runtime: added RTDirCreateTemp
(edit) @19562   16 years vboxsync Runtime/Aio: Change API again * pcReqs in RTFileAioCtxSubmit is …
(edit) @19554   16 years vboxsync VBoxRT,++: linking libxml and openssl into VBoxRT.
(edit) @19186   16 years vboxsync Runtime/Aio: Add Windows backend
(edit) @18128   16 years vboxsync IPRT, Shared Folders: Implemented file attributes access flags for …
(edit) @17357   16 years vboxsync todo in iprt
(edit) @16664   16 years vboxsync Export rtFileNativeSetAttributes-win.cpp.
(edit) @16650   16 years vboxsync IPRT: implement RTFileSetMode on Windows.
(edit) @15954   16 years vboxsync IPRT: Added Windows 2008 and Windows 7 OS detection.
(edit) @15813   16 years vboxsync RTPathAbs: When the path is empty we return VERR_INVALID_PARAMETER …
(edit) @15809   16 years vboxsync iprt: style.
(edit) @15808   16 years vboxsync iprt: added RTPathGetCurrent.
(edit) @15756   16 years vboxsync Runtime: RTPathAbs: Fixed the "." case on POSIX, fixed the "" case on …
(edit) @15755   16 years vboxsync Runtime/Windows: RTPathAbs: Truncate the trailing slash of a non-root …
(edit) @14065   16 years vboxsync path-win.cpp: shut up 64-bit MSC warnings.
(edit) @14064   16 years vboxsync fileio-win.cpp: shut up 64-bit MSC warnings (valid ones this time).
(edit) @14062   16 years vboxsync RTDirRead/RTDirReadEx: sizes are size_t not unsigned.
(edit) @14054   16 years vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @14050   16 years vboxsync iprt: RTPath - lenths are size_t not unsigned.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13104   16 years vboxsync IPRT: Added todos for implementing INodeId and INodeIdDevice using the …
(edit) @11838   16 years vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11836   16 years vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11356   16 years vboxsync RTSystemQueryOSInfo/Win: Don't include "Service Pack" in the output, …
(edit) @11352   16 years vboxsync iprt: Implemented RTSystemQueryOSInfo for windows.
(edit) @11327   16 years vboxsync iprt: removed system-*.cpp
(edit) @11020   16 years vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @10911   16 years vboxsync IPRT: Added RTPathSetCurrent.
(edit) @10839   16 years vboxsync RTSemEventDestroy: Don't bitch on NIL_RTSEMEVENT.
(edit) @10544   17 years vboxsync Performance API, version 0, with fixed COMDefs.h.
(edit) @10534   17 years vboxsync Backed out Performance API changes.
(edit) @10528   17 years vboxsync Performance API, version 0, webservice broken.
(edit) @9950   17 years vboxsync Corrected NtQueryTimerResolution (max resolution == the lower number), …
(edit) @9906   17 years vboxsync build fixes for undefined VERR_NOT_IMPLEMENTED
(edit) @9904   17 years vboxsync Global and per-VM CPU usage API added
(edit) @9749   17 years vboxsync spaces
(edit) @9744   17 years vboxsync Opps, left some @todos behind.
(edit) @9743   17 years vboxsync Made RTUuidCompare grok NULL pointers and behave the same way in both …
(edit) @9742   17 years vboxsync Added a todo.
(edit) @9741   17 years vboxsync Split out RTUuidCreate, so we don't drag in RTRand when we don't need …
(edit) @9740   17 years vboxsync missing assertion.
(edit) @9739   17 years vboxsync typo.
(edit) @9738   17 years vboxsync Some UUID cleanup; added RTUuidCompareStr(PCRTUUID, const char *).
(edit) @9444   17 years vboxsync Added iTick to FNTIMER (the timer callback).
(edit) @9429   17 years vboxsync RTMpDoesCpuExist -> RTMpIsCpuPossible. Changed the RTMpGetCount and …
(edit) @8913   17 years vboxsync made RTFileGetMaxSizeEx() OS-specific
(edit) @8651   17 years vboxsync Moved the strictness indicators into internal/strict.h.
(edit) @8649   17 years vboxsync Count mutex locks.
(edit) @8560   17 years vboxsync To/FromNative - windows.
(edit) @8256   17 years vboxsync rebranding, eol
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7426   17 years vboxsync RTUCS2 -> RTUTF16.
(edit) @7418   17 years vboxsync UCS-2 -> UTF-16.
(edit) @7403   17 years vboxsync typo.
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