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) @31158   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @31157   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @30371   14 years vboxsync RTFsQueryType/win: Fix for FileSystemName not being terminated.
(edit) @30365   14 years vboxsync RTFsQueryType: Use an enum. Added RTFsTypeName() for translating a …
(edit) @30279   14 years vboxsync removed unused header
(edit) @30276   14 years vboxsync iprt: added RTFsQueryType() for Windows
(edit) @30111   14 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @30093   14 years vboxsync IPRT: Removed VERR_LOGON_FAILURE in favor of …
(edit) @30065   15 years vboxsync IPRT/process-win: Added fallback process detection for guests w/o …
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @29912   15 years vboxsync IPRT/process-win: Only deal with NULL domains on NT4.
(edit) @29807   15 years vboxsync Guest Control/IPRT/VBoxManage: More gentle error messages, bug fix for …
(edit) @29728   15 years vboxsync IPRT/process-win: Beautified.
(edit) @29727   15 years vboxsync IPRT/process-win: Not needed.
(edit) @29726   15 years vboxsync IPRT/process-win: Fixed some errors, added NT4 support, modularized a bit.
(edit) @29718   15 years vboxsync Typo.
(edit) @29717   15 years vboxsync IPRT/process-win: Comment/Explanation.
(edit) @29716   15 years vboxsync IPRT/process-win: More generic way for starting processes from a …
(edit) @29578   15 years vboxsync RTSystemQueryDmiString-win.cpp: Ignore RPC_E_TOO_LATE and enable …
(edit) @29560   15 years vboxsync RTSystemQueryDmiString: Added RTSYSDMISTR_MANUFACTURER and implemented …
(edit) @29289   15 years vboxsync IPRT: Added RTPROC_FLAGS_SERVICE for code path handling when used with …
(edit) @29251   15 years vboxsync thread-win.cpp: build fix.
(edit) @29241   15 years vboxsync fileaio-win: Return VERR_NOT_SUPPORTED instead of …
(edit) @29004   15 years vboxsync Backed out accidental change done in r61039.
(edit) @29003   15 years vboxsync Guest Control/Main/HostService: Proper shutdown / notification when VM …
(edit) @28918   15 years vboxsync iprt: dropped RT_DONT_CONVERT_FILENAMES, we've never needed it so far…
(edit) @28915   15 years vboxsync iprt: More path conversion avoidance.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28688   15 years vboxsync IPRT: Added RTDirFlush and RTDirFlushParent.
(edit) @28459   15 years vboxsync time-win.cpp: Fixed 1000000 scale down bug in RTTimeSystemMilliTS …
(edit) @28317   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @27745   15 years vboxsync build fix
(edit) @27743   15 years vboxsync IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
(edit) @27667   15 years vboxsync iprt/RTProcCreateEx: restored assertion removed in r58933 and added a …
(edit) @27637   15 years vboxsync pipe-win.cpp: Don't flag RTPOLL_EVT_WRITE unless asked for.
(edit) @27618   15 years vboxsync iprt: Enabled RTSystemQueryDmiString-win.cpp. Fixed the header from …
(edit) @27614   15 years vboxsync iprt: Implemented RTPipeFromNative on posix.
(edit) @27613   15 years vboxsync iprt: Added RTPipeFromNative, implemented the windows version and …
(edit) @27579   15 years vboxsync IPRT/process-win: Whops.
(edit) @27578   15 years vboxsync IPRT/process-win: Comment on NT4.
(edit) @27556   15 years vboxsync process-win.cpp: must keep child process handles around or we risk …
(edit) @27554   15 years vboxsync localipc-win.cpp: don't drag in …
(edit) @27553   15 years vboxsync pipe-win: fixed bug in RTPipeWrite.
(edit) @27513   15 years vboxsync process-win.cpp: code review / cleanup.
(edit) @27512   15 years vboxsync process-win.cpp: must mark handles passed to the child as inheritable.
(edit) @27511   15 years vboxsync pipe-win.cpp: simplified.
(edit) @27510   15 years vboxsync poll-win.cpp,socket.cpp: Tested socket polling for windows.
(edit) @27509   15 years vboxsync iprt: Poll on sockets on windows (untested). RTPollSetCount -> …
(edit) @27491   15 years vboxsync IPRT/process-win: Now runs on WinXP and W2K as well.
(edit) @27487   15 years vboxsync IPRT/process-win: Now works on Windows 7.
(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.
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