VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31957   14 years vboxsync VRDP: allow to disable display output, input, USB, audio or clipboard.
(edit) @31950   14 years vboxsync iprt: explicitly document that all RTStr* functions return the number …
(edit) @31948   14 years vboxsync PGM: paging hierarchy dumpers refactoring in progress.
(edit) @31938   14 years vboxsync FT updates
(edit) @31927   14 years vboxsync dbg.h: Fixed DBGCVAR_INIT_NUMBER.
(edit) @31911   14 years vboxsync make the VBOX_WITH_NEW_USB_CODE_ON_SOLARIS code mandatory
(edit) @31895   14 years vboxsync FT updates
(edit) @31890   14 years vboxsync OSE header fixes
(edit) @31888   14 years vboxsync Devices: export USB proxy device to OSE
(edit) @31860   14 years vboxsync RTCoreDumper: integration into IPRT, cleanup.
(edit) @31853   14 years vboxsync two Makefile.kup to OSE
(edit) @31847   14 years vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(edit) @31843   14 years vboxsync FreeBSD: build fix
(edit) @31818   14 years vboxsync added HWVirtEx force property to API
(edit) @31793   14 years vboxsync EPTPTEBITS: Added offsets to the comments.
(edit) @31791   14 years vboxsync burn fix
(edit) @31788   14 years vboxsync Moved RTTCPSERVER to types.h
(edit) @31786   14 years vboxsync PGM: AMD-V + NP optimization (IOM sometimes makes use of uErr).
(edit) @31782   14 years vboxsync FT updates
(edit) @31776   14 years vboxsync VBoxHDD: Resize stubs
(edit) @31766   14 years vboxsync FT updates
(edit) @31753   14 years vboxsync FT updates
(edit) @31743   14 years vboxsync FT updates for password
(edit) @31742   14 years vboxsync FT password
(edit) @31737   14 years vboxsync FT updates
(edit) @31732   14 years vboxsync FT updates
(edit) @31723   14 years vboxsync FT updates
(edit) @31721   14 years vboxsync FT skeleton code
(edit) @31718   14 years vboxsync Main: PNG screenshoting API
(edit) @31696   14 years vboxsync gcc warning
(edit) @31695   14 years vboxsync State changes for FT
(edit) @31686   14 years vboxsync FT api update
(edit) @31685   14 years vboxsync FT api
(edit) @31665   14 years vboxsync include: header fixes
(edit) @31636   14 years vboxsync EM: Addressed VBOXSTRICTRC todo from r64673. Decided to only use …
(edit) @31623   14 years vboxsync Runtime: add progress callback support to the tar backend
(edit) @31615   14 years vboxsync Main: Implemenation of per-machine media registries; …
(edit) @31598   14 years vboxsync EventQueue: Don't return VERR_TIMEOUT if we processed a message in …
(edit) @31590   14 years vboxsync iprt/err.h: VINF_INTERRUPTED and VINF_TIMEOUT.
(edit) @31589   14 years vboxsync EventQueue: windows fixes.
(edit) @31586   14 years vboxsync VBoxHDD: Needed enhancements for async iSCSI. Make it possible to let …
(edit) @31583   14 years vboxsync Runtime/Sg: Extend RTSgBufSegArrayCreate to allow just counting the …
(edit) @31580   14 years vboxsync potentially uninitialized variable
(edit) @31579   14 years vboxsync EventQueue: Fix losing messages, use the right queue type on XPCOM …
(edit) @31565   14 years vboxsync PGM,HWACCM: MMIO optimizations - coding in progress.
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31526   14 years vboxsync iprt/sg.h: Made RTSgBufMapToNative a bit safer and fixed some left …
(edit) @31508   14 years vboxsync Windows build fix
(edit) @31491   14 years vboxsync DBGF: Kick-off for DBGFR3Reg*. Implemented simple queried only. The …
(edit) @31490   14 years vboxsync VBox/x86.h: X86TSS16.
(edit) @31489   14 years vboxsync CPUMGetGuestCRx,CPUMGetGuestCR8: Do the PDM TPR querying in CPUM …
(edit) @31481   14 years vboxsync Main: use a shared type for string maps
(edit) @31464   14 years vboxsync Main: support per-machine media registries in XML settings (not yet used)
(edit) @31462   14 years vboxsync Debugger: dt,dt16,dt32,dt64 - work in progress.
(edit) @31460   14 years vboxsync REM,DBGF: Logging fixes, avoid assertion when disassembling.
(edit) @31456   14 years vboxsync VBoxHDD: Make the non blocking read/write socket APIs available in the …
(edit) @31453   14 years vboxsync Runtime/poll: Add a method to change the events to poll for without …
(edit) @31452   14 years vboxsync Fix Windows burn, second try
(edit) @31451   14 years vboxsync Fix Windows burn
(edit) @31449   14 years vboxsync Correct declaration
(edit) @31448   14 years vboxsync Runtime/Sg: Add a method to convert a S/G buffer to a native S/G array …
(edit) @31444   14 years vboxsync PGM: Don't let the ATA device exhaust the dynamic mapping cache - …
(edit) @31430   14 years vboxsync Guest Additions version lookup/status: Fixed loading of guest drivers, …
(edit) @31427   14 years vboxsync mac build fix
(edit) @31419   14 years vboxsync iprt/string.h: Fixed RTSTR_GET_BIT_FLAG. Affects RTStrFormatV and all …
(edit) @31418   14 years vboxsync iprt/string.h,utf-8.cpp: avoid including uni.h; misc nits.
(edit) @31413   14 years vboxsync iprt: ASMCpuId() and ASMGetApicId() return different data on …
(edit) @31404   14 years vboxsync RTPathGetMode: Can simplify this now that we've got RTPathQueryInfoEx.
(edit) @31402   14 years vboxsync PGM: Replaced the hazzardous raw-mode context dynamic mapping code …
(edit) @31401   14 years vboxsync VBox/log.h: +LOG_GROUP_PGM_DYNMAP.
(edit) @31400   14 years vboxsync VBox/cpum.h: CPUMGCCallV86Code docs and right DECL macro.
(edit) @31399   14 years vboxsync iprt/log.h: Added RTLOG_[COMMA]_SRC_POS* defines for function call tracing.
(edit) @31397   14 years vboxsync iprt/getopt.h: docs.
(edit) @31372   14 years vboxsync Main: fix memory leak in VirtualBox::postEvent() when posting the …
(edit) @31364   14 years vboxsync Some more fixes for Guest Additions version lookup/status; moved some …
(edit) @31359   14 years vboxsync Keep track of the native R0 thread handle for each EMT too. Use that …
(edit) @31355   14 years vboxsync SharedFolders/AutoMount: Added support for dynamic mount point prefix.
(edit) @31349   14 years vboxsync Header update
(edit) @31326   14 years vboxsync Pass on cpu priority property.
(edit) @31303   14 years vboxsync Missing update
(edit) @31297   14 years vboxsync gcc warning (order of initializers)
(edit) @31290   14 years vboxsync Missing update
(edit) @31289   14 years vboxsync iprt/err.h: VERR_NS_SYMLINK_CHANGE_OWNER
(edit) @31281   14 years vboxsync Main: one function instead of two for finding DVD and floppy images
(edit) @31275   14 years vboxsync vboxnetflt: host-only checksum fix (UDP pseudo)
(edit) @31272   14 years vboxsync RTNETCSUMTYPE -> PDMNETCSUMTYPE. Assert on invalid parameters.
(edit) @31271   14 years vboxsync vboxnetflt: host-only checksum fix (xtracker 5020)
(edit) @31252   14 years vboxsync Made 'DEFS += RTMEM_WRAP_TO_EF_APIS' work better.
(edit) @31251   14 years vboxsync warning
(edit) @31246   14 years vboxsync Runtime/string: clean up the UTF-8 <-> Latin1 APIs a bit more
(edit) @31241   14 years vboxsync Removed use of interface version for IGuest::getAdditionsVersion, some …
(edit) @31230   14 years vboxsync OHCI/VUSB: Propagate transfer cancellation from the guest to avoid …
(edit) @31221   14 years vboxsync Runtime/string: more Utf-8 <-> Latin-1 fixes
(edit) @31201   14 years vboxsync pgm.h: save macro
(edit) @31199   14 years vboxsync Runtime/string: add Latin-1 <-> Utf-8 conversion APIs - tests and …
(edit) @31185   14 years vboxsync VBoxHDD: Add a flag to disable locking of an image file
(edit) @31180   14 years vboxsync Main/Medium+Main/Console+Storage: Pass a flag for the medium type …
(edit) @31173   14 years vboxsync AsyncCompletion: Add a flag to prevent write locking an image.
(edit) @31157   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @31155   14 years vboxsync iprt/condvar.h: condition variable spec.
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