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) @27475   15 years vboxsync IPRT/process-win: Fix for NT4 (not needed anyway atm).
(edit) @27473   15 years vboxsync IPRT/process-win: Attempt to impersonate started processes.
(edit) @27451   15 years vboxsync IPRT/process-win: Update on RTProcCreateEx() + testcase.
(edit) @27431   15 years vboxsync iprt: Implemented RTPollSet on windows (pipes only). Optimized the …
(edit) @27416   15 years vboxsync IPRT/process-win: Only close token if valid.
(edit) @27388   15 years vboxsync iprt: flush file & pipe.
(edit) @27387   15 years vboxsync iprt: RTProcCreateEx fix. Added testcase for whitespace args.
(edit) @27385   15 years vboxsync iprt: Enabled the RTProcCreateEx code on widnows - the testcase works…
(edit) @27348   15 years vboxsync process-win.cpp: Sketched out RTProcCreateEx.
(edit) @27313   15 years vboxsync pipe-win.cpp: Pipe implementation for windows; fails two test wrt to …
(edit) @27129   15 years vboxsync scm cleaned up some whitespace.
(edit) @27017   15 years vboxsync made the testsuite build on windows.
(edit) @26844   15 years vboxsync RTPollSetCount.
(edit) @26827   15 years vboxsync IPRT: RTPollSetCount() -> RTPollGetCount().
(edit) @26824   15 years vboxsync iprt: Adjustments to RTPipeReadBlocking and RTPipeWriteBlocking. …
(edit) @26788   15 years vboxsync poll.h not pipe.h.
(edit) @26786   15 years vboxsync Runtime: Stubbed the polling API.
(edit) @26785   15 years vboxsync doc typo
(edit) @26765   15 years vboxsync build fix.
(edit) @26763   15 years vboxsync wrong dir for pipe-win.cpp.
(edit) @26761   15 years vboxsync IPRT: Implemented RTFileOpenBitBucket.
(edit) @26645   15 years vboxsync IPRT: Update for RTSystemQueryDmiString-win. Now passes testcase, but …
(edit) @26530   15 years vboxsync fileaio-win.cpp: More warnings.
(edit) @26528   15 years vboxsync win.x86 warning.
(edit) @26525   15 years vboxsync Runtime: win.amd64 warnings.
(edit) @26476   15 years vboxsync iprt: Added RTPathCountComponents, RTPathCopyComponents, …
(edit) @26344   15 years vboxsync Runtime: white space cleanup.
(edit) @26212   15 years vboxsync time-win.cpp: missing headers
(edit) @26209   15 years vboxsync IPRT: Added RTTimeSet.
(edit) @25961   15 years vboxsync IPRT: Added RTUuidCompare2Strs; renamed tstUuid to tstRTUuid.
(edit) @25831   15 years vboxsync iprt/lockvalidation: give better names to anonymous locks
(edit) @25727   15 years vboxsync build fix
(edit) @25724   15 years vboxsync iprt: Use RTMSINTERVAL for timeouts. Fixed missing timeout underflow …
(edit) @25721   15 years vboxsync iprt/RTSemMutex: MutexSem -> hMutexSem
(edit) @25720   15 years vboxsync iprt: Added RTSemEventMultiCreateEx and did some cleanups of the …
(edit) @25717   15 years vboxsync iprt: Added RTSemEventCreateEx and did some cleanups of the …
(edit) @25711   15 years vboxsync iprt: RTSemMutex order validation.
(edit) @25704   15 years vboxsync iprt,pdmcritsect: More flexible lock naming, added …
(edit) @25685   15 years vboxsync iprt,pdmcritsect: Some more lock validator code, almost there now... :-)
(edit) @25682   15 years vboxsync iprt,pdmcritsect: RTMSINTERVAL, RTLockValidatorClass* and some related …
(edit) @25659   15 years vboxsync semevent*-win.cpp: Lock validation corrections.
(edit) @25658   15 years vboxsync semmutex-win.cpp: Correct RTSemMutexIsOwned().
(edit) @25657   15 years vboxsync nitpicking.
(edit) @25656   15 years vboxsync nitpicking.
(edit) @25655   15 years vboxsync semevent-win.cpp: Moved RTEventSignal up in the file
(edit) @25654   15 years vboxsync semeventmulti-win.cpp: lock validation support.
(edit) @25653   15 years vboxsync semevent-win.cpp: lock validation support.
(edit) @25645   15 years vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @25642   15 years vboxsync DOXYGEN -> DOXYGEN_RUNNING.
(edit) @25640   15 years vboxsync iprt: Added RTSemEventMulti[Set|Add|Remove]Signaller.
(edit) @25638   15 years vboxsync iprt,pdmcritsect: Added RTSemEvent[Set|Add|Remove]Signaller so that we …
(edit) @25628   15 years vboxsync copy & past fix.
(edit) @25627   15 years vboxsync build fix
(edit) @25624   15 years vboxsync iprt/semmutex*: Added RTSemMutexIsOwned. Rewrote mutex recursion …
(edit) @25618   15 years vboxsync IPRT,pdmcritsect: More lock validator hacking.
(edit) @25614   15 years vboxsync iprt,pdmcritsect: More lock validator refactoring and debugging. Added …
(edit) @25607   15 years vboxsync iprt,pdmcritsect: Shortening and cleaning up the lock validator …
(edit) @25604   15 years vboxsync iprt: More deadlock hacking.
(edit) @25491   15 years vboxsync IPRT,PDMCritSect: Fixing critsect regression; contains under …
(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   16 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.
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