VirtualBox

source: vbox/trunk/src/VBox/Runtime

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @58598   9 年 vboxsync dbgkernel-info-r0drv-darwin.cpp: Look for development and debug …
(edit) @58440   9 年 vboxsync Runtime: pathint-nt.cpp Win32 to NT path prefix conversion fix
(edit) @58438   9 年 vboxsync IPRT/net: add RTNetStrIsIPv4AddrAny, RTNetStrIsIPv6AddrAny.
(edit) @58419   9 年 vboxsync IPRT/http-curl.cpp: Only call rtHttpUrlInNoProxyList if we found a …
(edit) @58418   9 年 vboxsync IPRT/http-curl.cpp: Reverted r103649 - comletely wrong fix.
(edit) @58409   9 年 vboxsync IPRT/http-curl.cpp: Initialize temporary buffer in …
(edit) @58389   9 年 vboxsync IPRT: Added RTSocketWriteToNB for non-blocking writes to UDP sockets …
(edit) @58334   9 年 vboxsync Runtime/sg.cpp: Demote assertion to debug only and increase maximum …
(edit) @58322   9 年 vboxsync localipc-posix.cpp: Darwin does the POLLIN+POLLHUB thing too.
(edit) @58320   9 年 vboxsync localipc-posix.cpp: OS/2 build fix.
(edit) @58319   9 年 vboxsync localipc-posix.cpp: Turns out Linux also returns POLLIN+POLLHUP. …
(edit) @58318   9 年 vboxsync localipc-posix.cpp: Must disable SIGPIPE as there is no way to supress …
(edit) @58314   9 年 vboxsync Runtime/dbghelp: Fix debugging logging
(edit) @58305   9 年 vboxsync RTLocalIpcServerCreate: Dropped the RTLOCALIPC_FLAGS_MULTI_SESSION as …
(edit) @58304   9 年 vboxsync tstRTLocalIpc: Use RTTestCreateChild.
(edit) @58303   9 年 vboxsync RTTestCreateChild: Added new method for creating a test instance in a …
(edit) @58302   9 年 vboxsync localipc-posix.cpp: rtSocketListen should be done when creating the …
(edit) @58301   9 年 vboxsync RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease.
(edit) @58300   9 年 vboxsync RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease.
(edit) @58299   9 年 vboxsync localipc-win.cpp: Implemented RTLocalIpcSessionReadNB.
(edit) @58298   9 年 vboxsync localipc-win.cpp: Fixes, improvments and cleanups. Highlights: - Added …
(edit) @58297   9 年 vboxsync RTLocalIpc: Added flag to the server and connection creation functions …
(edit) @58296   9 年 vboxsync tstRTLocalIpc: Another ReadNB test.
(edit) @58295   9 年 vboxsync iprt: Added RTLocalIpcSessionReadNB on posix systems.
(edit) @58294   9 年 vboxsync localipc-posix.cpp: Adjust cMillies on interrupt in …
(edit) @58293   9 年 vboxsync localipc.h: Correct read/write parameter names.
(edit) @58292   9 年 vboxsync localipc-posix.cpp: VERR_BROKEN_PIPE fixes for RTLocalIpcSessionRead.
(edit) @58291   9 年 vboxsync tstRTLocalIpc.cpp: Extended the broken pipe test.
(edit) @58290   9 年 vboxsync RTLocalIpc fixes.
(edit) @58289   9 年 vboxsync tstRTLocalIpc: Added client thread test variants (all clients were …
(edit) @58288   9 年 vboxsync localipc-win.cpp: The RTLocalIpcSessionRead pcbRead parameter is a …
(edit) @58287   9 年 vboxsync Runtime/Makefile.kmk: Duh, forgot to add localipc-posix.cpp to the …
(edit) @58282   9 年 vboxsync localipc-posix.cpp: Partly debugged code.
(edit) @58280   9 年 vboxsync tstRTLocalIpc.cpp: You have to make it all the way to the …
(edit) @58278   9 年 vboxsync r0drv: Make it possible to use RTMEM_WRAP_TO_EF_APIS in the VBOXR0DRV …
(edit) @58272   9 年 vboxsync iprt/r0drv: electric fence fixes.
(edit) @58270   9 年 vboxsync iprt/r0drv: build fix
(edit) @58269   9 年 vboxsync iprt/r0drv: untested electrical heap alloc functions.
(edit) @58268   9 年 vboxsync r0drv/nt: Some rtR0MemObjNativeProtect sketches.
(edit) @58217   9 年 vboxsync Runtime/http-curl: added RTHttpSetDownloadProgressCallback()
(edit) @58206   9 年 vboxsync Runtime/http-curl: fix for GetHeader*
(edit) @58202   9 年 vboxsync fix
(edit) @58201   9 年 vboxsync cleanup
(edit) @58199   9 年 vboxsync Runtime/http-curl: introduced RTHttpGetHeaderText() and …
(edit) @58171   9 年 vboxsync doxygen: fixes.
(edit) @58169   9 年 vboxsync Runtime: fixed another XML version check
(edit) @58168   9 年 vboxsync Runtime: fixed XML version check
(edit) @58155   9 年 vboxsync check the index first
(edit) @58139   9 年 vboxsync Runtime/Makefile.kmk: Build fix attempt
(edit) @58137   9 年 vboxsync Runtime/Makefile.kmk: Build fix attempt
(edit) @58136   9 年 vboxsync Runtime/Makefile.kmk: Made doxygen warnings and errors stop the build.
(edit) @58135   9 年 vboxsync Runtime: explicitly pass XML_PARSE_HUGE to lift the limit of 256 nodes …
(edit) @58106   9 年 vboxsync include,misc: Corrected a bunch of doxygen errors.
(edit) @58069   9 年 vboxsync IPRT,*: Simplified RTUriFilePath by removing the uFormat parameter. It …
(edit) @58068   9 年 vboxsync IPRT: Added RTUriFilePathEx, removed RTUriFileNPath as we ignored the …
(edit) @58067   9 年 vboxsync IPRT: Added RTUriFileCreateEx and made RTUriFileCreate assume OS …
(edit) @58066   9 年 vboxsync RTUriFileCreate: NULL and empty input paths are invalid, period.
(edit) @58065   9 年 vboxsync tstRTUri: Must duplicate stuff to deal with NULL returns.
(edit) @58063   9 年 vboxsync tstRTUri: Added an actual UNC test, which fails, so it's disabled.
(edit) @58062   9 年 vboxsync tstRTUri: Actually, there are no UNC tests here. Paths where misleading.
(edit) @58061   9 年 vboxsync tstRTUri: Added two tests where we're not doing the right thing …
(edit) @58060   9 年 vboxsync tstRTUri.cpp: fixed the windows centric test strings used with …
(edit) @58059   9 年 vboxsync tstRTUri: Merged the windows reference results into g_aCreateFileURIs …
(edit) @58057   9 年 vboxsync tstRTUri.cpp: The windows API results aren't the documentation of the …
(edit) @58050   9 年 vboxsync uri.cpp: Reformatted the code and found decoding statement. Must check …
(edit) @58049   9 年 vboxsync uri.cpp: r=bird: You need to decode the stuff, you cannot just copy …
(edit) @58047   9 年 vboxsync typo
(edit) @58041   9 年 vboxsync tstRTFileAio: typo
(edit) @58039   9 年 vboxsync warning
(edit) @57983   9 年 vboxsync Build fix.
(edit) @57982   9 年 vboxsync Nits.
(edit) @57981   9 年 vboxsync IPRT: misc/uri.cpp: Bugfixes, behave more like …
(edit) @57978   9 年 vboxsync IPRT: Doxygen warning fixes (last ones, hopefully).
(edit) @57976   9 年 vboxsync Runtime/Doxyfile: updated the file and fixed the missing @endlink in …
(edit) @57975   9 年 vboxsync IPRT: Some more doxygen fixes.
(edit) @57974   9 年 vboxsync IPRT: Some more doxygen fixes.
(edit) @57970   9 年 vboxsync Runtime: fixed parameters for RTUdpCreateClientSocket
(edit) @57967   9 年 vboxsync testcase: warning
(edit) @57958   9 年 vboxsync Runtime/udp: use default connect.
(edit) @57957   9 年 vboxsync Runtime: Allow specifying the default destination address on the UDP …
(edit) @57956   9 年 vboxsync Runtime/testcase: Added a simple UDP socket testcase.
(edit) @57955   9 年 vboxsync IPRT: Add RTUdpCreateClientSocket.
(edit) @57949   9 年 vboxsync VBOX_WITH_MORE_NT4_COMPAT_BINARIES fix.
(edit) @57944   9 年 vboxsync iprt: More doxygen corrections.
(edit) @57928   9 年 vboxsync nits.
(edit) @57926   9 年 vboxsync IPRT: Doxygen clenaups (mostly).
(edit) @57919   9 年 vboxsync direnum-r3-nt.cpp: Don't try FileIdBothDirectoryInformation on W2K and …
(edit) @57918   9 年 vboxsync process-posix.cpp: build fix.
(edit) @57917   9 年 vboxsync tstRTProcCreateEx: Use RTProcQueryUsernameA to get the the user name - …
(edit) @57916   9 年 vboxsync IPRT: More windows process creation hacking and cleaning up. Cleaned …
(edit) @57906   9 年 vboxsync RTProc/win,RTErr: Avoid doing LogonUserW when we don't need to get the …
(edit) @57905   9 年 vboxsync IPRT: More build for NT4 fun, but the VBoxRT.dll we build when …
(edit) @57872   9 年 vboxsync process-creation-posix.cpp: solaris build fix.
(edit) @57871   9 年 vboxsync process-creation-posix.cpp: darwin build fix.
(edit) @57869   9 年 vboxsync process-creation-posix.cpp: Hacked up support for RTPROC_FLAGS_PROFILE …
(edit) @57865   9 年 vboxsync IPRT,libs: Hacks for building IPRT testcases that can run on NT4. …
(edit) @57864   9 年 vboxsync IPRT: Hacks for building IPRT testcases that can run on NT4.
(edit) @57847   9 年 vboxsync tstRTUri: a couple of more tests.
(edit) @57845   9 年 vboxsync RTProcCreateEx/win: uninitialized rc fix and made the …
(edit) @57843   9 年 vboxsync RTProcCreateEx/win: Implemented RTPROC_FLAGS_PROFILE and …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette