VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @50404   11 years vboxsync 6813 - src-client/USBDeviceImpl.cpp vn 2
(edit) @50403   11 years vboxsync 6813 - src-client/USBDeviceImpl.cpp
(edit) @50367   11 years vboxsync Make %RTnaipv6 and %RTnaddr format IPv6 addresses according to RFC …
(edit) @50206   11 years vboxsync tar.cpp: hVfsIos init bug.
(edit) @50205   11 years vboxsync tar.cpp: Drop the TAR file reading code.
(edit) @50201   11 years vboxsync rtZipTarReaderIsAtEnd: Hack for our tar.cpp writer code.
(edit) @50194   11 years vboxsync tar.cpp: Stripped it futher down and documented what …
(edit) @50180   11 years vboxsync fix
(edit) @50154   11 years vboxsync Reduce the TAR API to what's currently used.
(edit) @50153   11 years vboxsync tar.cpp: Made RT_USE_TAR_VFS_FOR_ALL_READS default.
(edit) @50147   11 years vboxsync tar.cpp: Prepared for dropping all the TAR reading code and use the …
(edit) @50146   11 years vboxsync gzipvfs.cpp,tarvfs.cpp: Allow the pfnRead off parameter to be the …
(edit) @50139   11 years vboxsync tar.cpp: Fixed wrong checksum calculation (should be unsigned) and …
(edit) @50086   11 years vboxsync tarvfs.cpp: Fix for VMWare header with non-posix version field content.
(edit) @49997   11 years vboxsync oops
(edit) @49996   11 years vboxsync Runtime/uri.cpp: warning [-Wunsequenced] char szNum[] = { …
(edit) @49942   11 years vboxsync Runtime/common/log/log.cpp: fix getting the log destination (reversed …
(edit) @49939   11 years vboxsync Runtime/common/log/log.cpp: fix signed/unsigned issue
(edit) @49938   11 years vboxsync Main/src-server/win/HostPowerWin.cpp: fix long standing bug which …
(edit) @49848   11 years vboxsync duh!
(edit) @49845   11 years vboxsync Adding ASMWrMsrEx and ASMRdMSrEx.
(edit) @49788   11 years vboxsync Runtime: AVL callback functions return an IPRT status code and so do …
(edit) @49768   11 years vboxsync rtDbgModExportsAddSegmentsCallback: Tweak.
(edit) @49724   11 years vboxsync Added ASMAtomicUo[And|Or]U[32|64].
(edit) @49326   11 years vboxsync IPRT: exposes RTNetStrToMAC (resolves todo in misc/getopt.cpp).
(edit) @49233   11 years vboxsync RTZipBlockDecompress: Fixed pcbSrcActual for zlib case.
(edit) @49194   11 years vboxsync build fix, bug fix, testcase.
(edit) @49193   11 years vboxsync Correct copy&past fix.
(edit) @49192   11 years vboxsync Reverted r90068: wrong fix - don't writing 64-bit values to 32-bit …
(edit) @49191   11 years vboxsync Runtime: copy and paste
(edit) @49185   11 years vboxsync ASMCpuIdExSlow burn fix.
(edit) @49182   11 years vboxsync Added ASMCpuIdExSlow and made CPUM use it.
(edit) @49135   11 years vboxsync Runtime: Minor nit. Coding style.
(edit) @49082   11 years vboxsync IPRT: darwin debugging fixes.
(edit) @49076   11 years vboxsync IPRT: DWARF reader, enum the image symbols and add what's missing (or …
(edit) @49061   11 years vboxsync More Mach-O symbol hacking.
(edit) @49057   11 years vboxsync build fix
(edit) @49055   11 years vboxsync uninitialize variable fix.
(edit) @49054   11 years vboxsync Resolve the uuid mapping link, in case the caller doesn't know the …
(edit) @49053   11 years vboxsync IPRT: More .dSYM hacking.
(edit) @49045   11 years vboxsync error conversion.
(edit) @49044   11 years vboxsync Darwin guest OS digger hacking in progress. Adding symbol cache util …
(edit) @49040   11 years vboxsync More ext -> suff corrections.
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @49028   11 years vboxsync iprt/cpp/xml: Fixed attribute lookup with namespace by doing the same …
(edit) @48992   11 years vboxsync ASMGetSegAttr.asm: shorter.
(edit) @48990   11 years vboxsync Runtime: ASMGetSegAttr.
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48895   11 years vboxsync Runtime: warning
(edit) @48868   11 years vboxsync XAR: The checksum style is case insensitive.
(edit) @48844   11 years vboxsync build fix
(edit) @48843   11 years vboxsync build fix
(edit) @48842   11 years vboxsync build fix
(edit) @48838   11 years vboxsync More or less usable XAR reader.
(edit) @48836   11 years vboxsync IPRT: Added a flag to the gzip decompressor I/O stream for accepting …
(edit) @48835   11 years vboxsync IPRT: Added RTTimeFromString and RTTimeSpecFromString for simple …
(edit) @48820   11 years vboxsync IPRT/RTFileModeToFlags(Ex): Introduced "oa" mode for opening + …
(edit) @48807   11 years vboxsync Runtime/common/once: Fix assertion in RTOnceReset().
(edit) @48797   11 years vboxsync A bit more XAR hacking.
(edit) @48780   11 years vboxsync Started on a XAR file system stream similar to what we have for TAR …
(edit) @48693   11 years vboxsync dbgmoddwarf.cpp: mach_kernel kludge.
(edit) @48636   11 years vboxsync RTLdr: don't leak RTLDRMODINTERNAL::pReader.
(edit) @48628   11 years vboxsync Runtime/manifest: unimportant memory leak
(edit) @48484   11 years vboxsync Runtime: RTReq -> RTReqQueue
(edit) @48398   11 years vboxsync dbgmoddwarf.cpp: mach_kernel hack.
(edit) @48396   11 years vboxsync Runtime: fixed typo (thanks Mathias Krause)
(edit) @48175   11 years vboxsync Backed out r88349 because the code was deliberatly checking if rc was …
(edit) @48021   11 years vboxsync IPRT/vfsbase: RTVfsUtilPumpIoStreams(): properly detect detect EOF
(edit) @47827   11 years vboxsync Missed one RTLogCom call.
(edit) @47826   11 years vboxsync No COM port usage by default, except on double faults.
(edit) @47824   11 years vboxsync RTDbgDwarf: Read gcc 4.8.1 dwarf output.
(edit) @47783   11 years vboxsync IPRT/RTFileModeToFlags.cpp: Set default sharing modes.
(edit) @47782   11 years vboxsync IPRT/RTFileModeToFlags.cpp: Check for unknown disposition mode.
(edit) @47762   11 years vboxsync IPRT: Added RTFileModeToFlags* APIs + testcase.
(edit) @47516   11 years vboxsync Backed out r87679: Still working on the wrong solution... Sigh.
(edit) @47500   11 years vboxsync pr6022. Second variant of support GZIP files for OVA appliance.
(edit) @47443   11 years vboxsync Use a loop for executing the N command.
(edit) @47359   11 years vboxsync IPRT: Added compression to the gzip VFS I/O stream class …
(edit) @47356   11 years vboxsync IPRT: Added RTVfsIoStrmOpenNormal and RTVfsFileOpenNormal.
(edit) @47343   11 years vboxsync pr6022. cleaning up the code. RTZip interface …
(edit) @47340   11 years vboxsync pr6022. OVA appliance don't fail when a certificate file exists. GZIP …
(edit) @47339   11 years vboxsync kStuff is up to date on trunk, with KLDRMOD_OPEN_FLAGS_FOR_INFO …
(edit) @47332   11 years vboxsync Runtime/dbgmoddwarf: Ignore a few more sections emitted by apple llvm-clang
(edit) @47290   11 years vboxsync Fixes related to reading symbols from a 64-bit linux kernel (3.7).
(edit) @47060   11 years vboxsync KLDRMOD_OPEN_FLAGS_FOR_INFO
(edit) @47057   11 years vboxsync RTLdrFlt,dwarf: Sequeeze more info out of the darwin kernel debug info.
(edit) @46982   11 years vboxsync build fix
(edit) @46981   11 years vboxsync typo.
(edit) @46980   11 years vboxsync Deprecated the old manifest API. r=bird: IPRT does NOT use ugly C++ …
(edit) @46972   11 years vboxsync pr6022. Relative paths in the OVA package are processed from now.
(edit) @46971   11 years vboxsync pr6022. Support handling directories in the TAR has been added. Added …
(edit) @46941   11 years vboxsync Moved some related files from win/amd64 to common/asm while at it (LDTR).
(edit) @46939   11 years vboxsync Missing ASMGetLDTR on win64.
(edit) @46936   11 years vboxsync fix
(edit) @46934   11 years vboxsync dbgmodcodeview.cpp: Forced the code to deal with the bios symbol files.
(edit) @46916   11 years vboxsync dbgmoddwarf.cpp: Ignore abbreviations with code 0, they're just …
(edit) @46593   11 years vboxsync updates
(edit) @46548   11 years vboxsync asmdefs.mac,bootsectors,*: Removed xS and sZ in favor of xCB and sCB.
(edit) @46518   11 years vboxsync Export/import OVA/OVF package supports ISO images. The problem with …
(edit) @46489   11 years vboxsync rtGetOptSearchLong: when seraching standard options, check …
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