VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @58952   9 years vboxsync build fix
(edit) @58949   9 years vboxsync Runtime: when reporting the OS version, explicitly distinguish between …
(edit) @58826   9 years vboxsync rtFileRecalcAndValidateFlags: Correct windows access mask assertion.
(edit) @58825   9 years vboxsync RTFileOpen: fix for r104213
(edit) @58769   9 years vboxsync RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
(edit) @58768   9 years vboxsync RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
(edit) @58767   9 years vboxsync revered r104210, got unfinished asm.h changes mixed into it.
(edit) @58766   9 years vboxsync RTFileOpen: Introduced RTFILE_O_ATTR_ONLY for windows only.
(edit) @58440   9 years vboxsync Runtime: pathint-nt.cpp Win32 to NT path prefix conversion fix
(edit) @58389   9 years vboxsync IPRT: Added RTSocketWriteToNB for non-blocking writes to UDP sockets …
(edit) @58322   9 years vboxsync localipc-posix.cpp: Darwin does the POLLIN+POLLHUB thing too.
(edit) @58320   9 years vboxsync localipc-posix.cpp: OS/2 build fix.
(edit) @58319   9 years vboxsync localipc-posix.cpp: Turns out Linux also returns POLLIN+POLLHUP. …
(edit) @58318   9 years vboxsync localipc-posix.cpp: Must disable SIGPIPE as there is no way to supress …
(edit) @58305   9 years vboxsync RTLocalIpcServerCreate: Dropped the RTLOCALIPC_FLAGS_MULTI_SESSION as …
(edit) @58303   9 years vboxsync RTTestCreateChild: Added new method for creating a test instance in a …
(edit) @58302   9 years vboxsync localipc-posix.cpp: rtSocketListen should be done when creating the …
(edit) @58301   9 years vboxsync RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease.
(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) @58297   9 years vboxsync RTLocalIpc: Added flag to the server and connection creation functions …
(edit) @58295   9 years vboxsync iprt: Added RTLocalIpcSessionReadNB on posix systems.
(edit) @58294   9 years vboxsync localipc-posix.cpp: Adjust cMillies on interrupt in …
(edit) @58293   9 years vboxsync localipc.h: Correct read/write parameter names.
(edit) @58292   9 years vboxsync localipc-posix.cpp: VERR_BROKEN_PIPE fixes for RTLocalIpcSessionRead.
(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) @58171   9 years vboxsync doxygen: fixes.
(edit) @58169   9 years vboxsync Runtime: fixed another XML version check
(edit) @58168   9 years vboxsync Runtime: fixed XML version check
(edit) @58155   9 years vboxsync check the index first
(edit) @58135   9 years vboxsync Runtime: explicitly pass XML_PARSE_HUGE to lift the limit of 256 nodes …
(edit) @57978   9 years vboxsync IPRT: Doxygen warning fixes (last ones, hopefully).
(edit) @57974   9 years vboxsync IPRT: Some more doxygen fixes.
(edit) @57970   9 years vboxsync Runtime: fixed parameters for RTUdpCreateClientSocket
(edit) @57958   9 years vboxsync Runtime/udp: use default connect.
(edit) @57957   9 years vboxsync Runtime: Allow specifying the default destination address on the UDP …
(edit) @57955   9 years vboxsync IPRT: Add RTUdpCreateClientSocket.
(edit) @57944   9 years vboxsync iprt: More doxygen corrections.
(edit) @57928   9 years vboxsync nits.
(edit) @57926   9 years vboxsync IPRT: Doxygen clenaups (mostly).
(edit) @57919   9 years vboxsync direnum-r3-nt.cpp: Don't try FileIdBothDirectoryInformation on W2K and …
(edit) @57918   9 years vboxsync process-posix.cpp: build fix.
(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) @57872   9 years vboxsync process-creation-posix.cpp: solaris build fix.
(edit) @57871   9 years vboxsync process-creation-posix.cpp: darwin build fix.
(edit) @57869   9 years vboxsync process-creation-posix.cpp: Hacked up support for RTPROC_FLAGS_PROFILE …
(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) @57646   9 years vboxsync IPRT/pipe: build fix
(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) @57582   9 years vboxsync build fix
(edit) @57580   9 years vboxsync IPRT: Implemented RTCrStoreCreateSnapshotById for darwin.
(edit) @57572   9 years vboxsync IPRT: Started on accessing system certificate stores to get SSL roots …
(edit) @57476   9 years vboxsync space.
(edit) @57434   9 years vboxsync build fix
(edit) @57432   9 years vboxsync iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros …
(edit) @57405   9 years vboxsync build fix
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57157   9 years vboxsync Runtime/win: Windows 10
(edit) @57049   9 years vboxsync direnum-r3-nt.cpp: Just use 64KB buffers with remote directories, …
(edit) @57020   9 years vboxsync direnum-r3-nt.cpp: Workaround for windows CIFS servers with …
(edit) @57004   9 years vboxsync iprt,*: Marked all format strings in the C part of IPRT and fixed the …
(edit) @56978   9 years vboxsync Runtime: Formatting fixes, time.cpp being the most significant.
(edit) @56747   9 years vboxsync Fix two small memory leaks found by Parfait
(edit) @56335   10 years vboxsync *.def,*.sed,*.m,*.mm: whitespace and svn properties
(edit) @56313   10 years vboxsync whitespace
(edit) @56309   10 years vboxsync RTLdrLoad[Ex]/NT: Reimplemented backend with proper unicode conversion …
(edit) @56290   10 years vboxsync IPRT: Updated (C) year.
(edit) @56279   10 years vboxsync va_end(), warning
(edit) @56222   10 years vboxsync warnings
(edit) @56004   10 years vboxsync warning
(edit) @55980   10 years vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(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.
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