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) @58766   9 years vboxsync RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
(edit) @58305   9 years vboxsync RTLocalIpcServerCreate: Dropped the RTLOCALIPC_FLAGS_MULTI_SESSION as …
(edit) @58300   9 years vboxsync RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease.
(edit) @58299   9 years vboxsync localipc-win.cpp: Implemented RTLocalIpcSessionReadNB.
(edit) @58298   9 years vboxsync localipc-win.cpp: Fixes, improvments and cleanups. Highlights: - Added …
(edit) @58293   9 years vboxsync localipc.h: Correct read/write parameter names.
(edit) @58290   9 years vboxsync RTLocalIpc fixes.
(edit) @58288   9 years vboxsync localipc-win.cpp: The RTLocalIpcSessionRead pcbRead parameter is a …
(edit) @58282   9 years vboxsync localipc-posix.cpp: Partly debugged code.
(edit) @58155   9 years vboxsync check the index first
(edit) @57978   9 years vboxsync IPRT: Doxygen warning fixes (last ones, hopefully).
(edit) @57974   9 years vboxsync IPRT: Some more doxygen fixes.
(edit) @57928   9 years vboxsync nits.
(edit) @57916   9 years vboxsync IPRT: More windows process creation hacking and cleaning up. Cleaned …
(edit) @57906   9 years vboxsync RTProc/win,RTErr: Avoid doing LogonUserW when we don't need to get the …
(edit) @57905   9 years vboxsync IPRT: More build for NT4 fun, but the VBoxRT.dll we build when …
(edit) @57865   9 years vboxsync IPRT,libs: Hacks for building IPRT testcases that can run on NT4. …
(edit) @57864   9 years vboxsync IPRT: Hacks for building IPRT testcases that can run on NT4.
(edit) @57845   9 years vboxsync RTProcCreateEx/win: uninitialized rc fix and made the …
(edit) @57843   9 years vboxsync RTProcCreateEx/win: Implemented RTPROC_FLAGS_PROFILE and …
(edit) @57835   9 years vboxsync RTProc,RTEnv: First pass over the windows process creation code, …
(edit) @57824   9 years vboxsync IPRT/process-win.cpp: Also clone the handed-in environment block.
(edit) @57820   9 years vboxsync IPRT/process-win.cpp: User profile environment handling, take 2: …
(edit) @57799   9 years vboxsync IPRT/process: Introduced flag RTPROC_FLAGS_OVERWRITE_WITH_PROFILE …
(edit) @57758   9 years vboxsync IPRT/process-win.cpp: Overwrite existing env vars if …
(edit) @57753   9 years vboxsync IPRT: Renamed RTPROC_FLAGS_NO_PROFILE to RTPROC_FLAGS_PROFILE.
(edit) @57656   9 years vboxsync IPRT/process-win.cpp: Don't unset env variables from parent in …
(edit) @57643   9 years vboxsync IPRT: Added RTVfsIoStrmFromRTPipe (and RTPipeQueryInfo) for the …
(edit) @57636   9 years vboxsync RTPipeFromNative/win: Handle full duplex pipes without asserting and …
(edit) @57634   9 years vboxsync fileio-win.cpp: W10 return ERROR_INVALID_FUNCTION in RTFileQueryInfo …
(edit) @57622   9 years vboxsync duh2
(edit) @57621   9 years vboxsync duh
(edit) @57620   9 years vboxsync fileio-win.cpp: Condensed the console I/O handle workaround code in …
(edit) @57613   9 years vboxsync IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of …
(edit) @57603   9 years vboxsync IPRT/fileio-win.cpp: Follow-up fix to r102458: Use the undocumented …
(edit) @57598   9 years vboxsync Typo.
(edit) @57597   9 years vboxsync IPRT/fileio-win.cpp: Fixed support for RTFileQueryInfo() in …
(edit) @57572   9 years vboxsync IPRT: Started on accessing system certificate stores to get SSL roots …
(edit) @57432   9 years vboxsync iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57157   9 years vboxsync Runtime/win: Windows 10
(edit) @56335   9 years vboxsync *.def,*.sed,*.m,*.mm: whitespace and svn properties
(edit) @56313   9 years vboxsync whitespace
(edit) @56309   9 years vboxsync RTLdrLoad[Ex]/NT: Reimplemented backend with proper unicode conversion …
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @55794   10 years vboxsync Runtime: Replaced .rc file.
(edit) @55784   10 years vboxsync Restored lost ProductVersion.
(edit) @55782   10 years vboxsync Added an empty macro as a place holder for any additional strings we …
(edit) @55781   10 years vboxsync Clean up RC files, adding more version.h defines for common values.
(edit) @55772   10 years vboxsync Two more RC defines.
(edit) @55771   10 years vboxsync Use defines in the RC files and make those defines compatible with …
(edit) @55596   10 years vboxsync RTFileQueryInfo/win: Inverted check in error case, causing failure on …
(edit) @55565   10 years vboxsync localipc-win.cpp: electric fence fix, 2nd try.
(edit) @55563   10 years vboxsync localipc-win.cpp: electric fence fix.
(edit) @55562   10 years vboxsync IPRT: Added RTEnvCreateChangeRecord, RTEnvApplyChanges …
(edit) @55530   10 years vboxsync RTProcCreate,RTProcCreateEx: Added RTPROC_FLAGS_UNQUOTED_ARGS for …
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @55348   10 years vboxsync IPRT: win/fileio-win.cpp: Added default case for RTFileIsValid().
(edit) @55126   10 years vboxsync s/AssertPtrReturn/AssertReturn/ after RTMemAlloc()
(edit) @54998   10 years vboxsync supHardNt: Some more memory replacment hacking - take evasive action …
(edit) @54931   10 years vboxsync Runtime/r3/win: GetLogicalProcessorInformation is useless for querying …
(edit) @54270   10 years vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @54207   10 years vboxsync Updated .def files with new RTTimeNanoTS* names.
(edit) @53948   10 years vboxsync header fixes
(edit) @53839   10 years vboxsync Runtime/r3/win/path-win.cp: fixed SHGetFolderPathW() prototype
(edit) @53833   10 years vboxsync Runtime: looks like the 32-bit compiler does something silly
(edit) @53825   10 years vboxsync Runtime: try the official Windows XP+ way to get the home (profile) …
(edit) @53819   10 years vboxsync iprt/nt/nt.h: Added a bunch of Ldr APIs.
(edit) @53805   10 years vboxsync added more missing Windows resource files
(edit) @53762   10 years vboxsync build fix
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53471   10 years vboxsync IPRT/r3/nt&win: Precision time APIs for NT (not enabled).
(edit) @53009   10 years vboxsync IPRT: Windows 10 OS type.
(edit) @52953   10 years vboxsync SUP: Use LdrRegisterDllNotification when available to make sure we see …
(edit) @52947   10 years vboxsync SUP: Implemented early VM process vboxdrv initialization.
(edit) @52944   10 years vboxsync IPRT: Separated out RTPathAbs from the posix, fixing it up for windows …
(edit) @52943   10 years vboxsync SUP: The child side of early VM process init.
(edit) @52942   10 years vboxsync duh
(edit) @52941   10 years vboxsync Use our own heap in the hope that we can use it before ntdll is really …
(edit) @52940   10 years vboxsync Eliminating some more kernel32.dll dependencies, marking APIs we like …
(edit) @52877   10 years vboxsync Import NtQuerySystemInformation.
(edit) @52823   10 years vboxsync Runtime: Fix typo in r96224.
(edit) @52822   10 years vboxsync Runtime: Fix RTTimeMilliTS() on FreeBSD. Use macros for time units …
(edit) @52627   10 years vboxsync SUP: Fixed comctl32.dll resolving (generic winsxs) and fixed a crash …
(edit) @52457   10 years vboxsync IPRT: Tell the windows debugger the name of our threads.
(edit) @52364   10 years vboxsync nt.h: NtOpenKey, NtQuerySecurityObject, NtQueryValueKey, RtlEqualSid, …
(edit) @52334   10 years vboxsync alloc-win.cpp: Two more PAGE_OFFSET_MASK cases missing uintptr_t cast …
(edit) @52163   10 years vboxsync SUP: Make the middle respawn process wait on both parent and child. …
(edit) @52139   10 years vboxsync SUP: child-process purification to avoid sysfer.dll.
(edit) @52094   10 years vboxsync Runtime: Fix VBoxRT-openssl-ose.def, there is no EVP_aes_192_xts method
(edit) @52092   10 years vboxsync SUP: Disable hard error popups from NtCreateSection failures.
(edit) @52021   10 years vboxsync IPRT/RTMemLocked*: Ditch API, was only implemented on POSIX and there …
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @51763   10 years vboxsync build fix
(edit) @51437   11 years vboxsync Runtime/r3/win/VBoxRT-openssl.def: properly update for openssl 1.0.1, …
(edit) @51428   11 years vboxsync Runtime/r3/win/VBoxRT-openssl.def: update for openssl 1.0.1
(edit) @51343   11 years vboxsync Runtime: Quick RTMemLocked* implementation using RTMemAlloc. Only to …
(edit) @51037   11 years vboxsync Runtime: init-win.cpp: OSVERSIONINFO typos.
(edit) @50976   11 years vboxsync RTSystemQueryOSInfo-win.cpp,init-win.cpp: Detect windows 8.1 …
(edit) @50853   11 years vboxsync Runtime/r3/win/RTSystemQueryDmiString: don't fail if the COM lib was …
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