VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @58440   9 years vboxsync Runtime: pathint-nt.cpp Win32 to NT path prefix conversion fix
(edit) @58438   9 years vboxsync IPRT/net: add RTNetStrIsIPv4AddrAny, RTNetStrIsIPv6AddrAny.
(edit) @58419   9 years vboxsync IPRT/http-curl.cpp: Only call rtHttpUrlInNoProxyList if we found a …
(edit) @58418   9 years vboxsync IPRT/http-curl.cpp: Reverted r103649 - comletely wrong fix.
(edit) @58409   9 years vboxsync IPRT/http-curl.cpp: Initialize temporary buffer in …
(edit) @58389   9 years vboxsync IPRT: Added RTSocketWriteToNB for non-blocking writes to UDP sockets …
(edit) @58334   9 years vboxsync Runtime/sg.cpp: Demote assertion to debug only and increase maximum …
(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) @58314   9 years vboxsync Runtime/dbghelp: Fix debugging logging
(edit) @58305   9 years vboxsync RTLocalIpcServerCreate: Dropped the RTLOCALIPC_FLAGS_MULTI_SESSION as …
(edit) @58304   9 years vboxsync tstRTLocalIpc: Use RTTestCreateChild.
(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) @58296   9 years vboxsync tstRTLocalIpc: Another ReadNB test.
(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) @58291   9 years vboxsync tstRTLocalIpc.cpp: Extended the broken pipe test.
(edit) @58290   9 years vboxsync RTLocalIpc fixes.
(edit) @58289   9 years vboxsync tstRTLocalIpc: Added client thread test variants (all clients were …
(edit) @58288   9 years vboxsync localipc-win.cpp: The RTLocalIpcSessionRead pcbRead parameter is a …
(edit) @58287   9 years vboxsync Runtime/Makefile.kmk: Duh, forgot to add localipc-posix.cpp to the …
(edit) @58282   9 years vboxsync localipc-posix.cpp: Partly debugged code.
(edit) @58280   9 years vboxsync tstRTLocalIpc.cpp: You have to make it all the way to the …
(edit) @58278   9 years vboxsync r0drv: Make it possible to use RTMEM_WRAP_TO_EF_APIS in the VBOXR0DRV …
(edit) @58272   9 years vboxsync iprt/r0drv: electric fence fixes.
(edit) @58270   9 years vboxsync iprt/r0drv: build fix
(edit) @58269   9 years vboxsync iprt/r0drv: untested electrical heap alloc functions.
(edit) @58268   9 years vboxsync r0drv/nt: Some rtR0MemObjNativeProtect sketches.
(edit) @58217   9 years vboxsync Runtime/http-curl: added RTHttpSetDownloadProgressCallback()
(edit) @58206   9 years vboxsync Runtime/http-curl: fix for GetHeader*
(edit) @58202   9 years vboxsync fix
(edit) @58201   9 years vboxsync cleanup
(edit) @58199   9 years vboxsync Runtime/http-curl: introduced RTHttpGetHeaderText() and …
(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) @58139   9 years vboxsync Runtime/Makefile.kmk: Build fix attempt
(edit) @58137   9 years vboxsync Runtime/Makefile.kmk: Build fix attempt
(edit) @58136   9 years vboxsync Runtime/Makefile.kmk: Made doxygen warnings and errors stop the build.
(edit) @58135   9 years vboxsync Runtime: explicitly pass XML_PARSE_HUGE to lift the limit of 256 nodes …
(edit) @58106   9 years vboxsync include,misc: Corrected a bunch of doxygen errors.
(edit) @58069   9 years vboxsync IPRT,*: Simplified RTUriFilePath by removing the uFormat parameter. It …
(edit) @58068   9 years vboxsync IPRT: Added RTUriFilePathEx, removed RTUriFileNPath as we ignored the …
(edit) @58067   9 years vboxsync IPRT: Added RTUriFileCreateEx and made RTUriFileCreate assume OS …
(edit) @58066   9 years vboxsync RTUriFileCreate: NULL and empty input paths are invalid, period.
(edit) @58065   9 years vboxsync tstRTUri: Must duplicate stuff to deal with NULL returns.
(edit) @58063   9 years vboxsync tstRTUri: Added an actual UNC test, which fails, so it's disabled.
(edit) @58062   9 years vboxsync tstRTUri: Actually, there are no UNC tests here. Paths where misleading.
(edit) @58061   9 years vboxsync tstRTUri: Added two tests where we're not doing the right thing …
(edit) @58060   9 years vboxsync tstRTUri.cpp: fixed the windows centric test strings used with …
(edit) @58059   9 years vboxsync tstRTUri: Merged the windows reference results into g_aCreateFileURIs …
(edit) @58057   9 years vboxsync tstRTUri.cpp: The windows API results aren't the documentation of the …
(edit) @58050   9 years vboxsync uri.cpp: Reformatted the code and found decoding statement. Must check …
(edit) @58049   9 years vboxsync uri.cpp: r=bird: You need to decode the stuff, you cannot just copy …
(edit) @58047   9 years vboxsync typo
(edit) @58041   9 years vboxsync tstRTFileAio: typo
(edit) @58039   9 years vboxsync warning
(edit) @57983   9 years vboxsync Build fix.
(edit) @57982   9 years vboxsync Nits.
(edit) @57981   9 years vboxsync IPRT: misc/uri.cpp: Bugfixes, behave more like …
(edit) @57978   9 years vboxsync IPRT: Doxygen warning fixes (last ones, hopefully).
(edit) @57976   9 years vboxsync Runtime/Doxyfile: updated the file and fixed the missing @endlink in …
(edit) @57975   9 years vboxsync IPRT: Some more doxygen fixes.
(edit) @57974   9 years vboxsync IPRT: Some more doxygen fixes.
(edit) @57970   9 years vboxsync Runtime: fixed parameters for RTUdpCreateClientSocket
(edit) @57967   9 years vboxsync testcase: warning
(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) @57956   9 years vboxsync Runtime/testcase: Added a simple UDP socket testcase.
(edit) @57955   9 years vboxsync IPRT: Add RTUdpCreateClientSocket.
(edit) @57949   9 years vboxsync VBOX_WITH_MORE_NT4_COMPAT_BINARIES fix.
(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) @57917   9 years vboxsync tstRTProcCreateEx: Use RTProcQueryUsernameA to get the the user name - …
(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) @57847   9 years vboxsync tstRTUri: a couple of more tests.
(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) @57838   9 years vboxsync tstRTSymlink: Warning.
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