VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21916   15 years vboxsync Main/GuestProperties: create guest properties for the VBox version and …
(edit) @21915   15 years vboxsync VMM/VMMR0: minor logging fix.
(edit) @21914   15 years vboxsync iprt: combined crc32.h and crc64.h into crc.h. Added Adler-32.
(edit) @21913   15 years vboxsync Additions/x11 and common: simplify requests for getting video mode …
(edit) @21912   15 years vboxsync Additions/x11 and common: simplify requests for getting video mode …
(edit) @21911   15 years vboxsync crOpenGL: fix graphics corruption in World of Warcraft
(edit) @21910   15 years vboxsync AHCI: Remove flags indicating hotplug support. We don't support that yet.
(edit) @21909   15 years vboxsync Solaris/VBoxUSB, Solaris/VBoxNetAdp: minor clean up.
(edit) @21908   15 years vboxsync Solaris/VBoxUSBMon, Solaris/VBoxNetAdp: make release logging work.
(edit) @21907   15 years vboxsync Python shell: exportVM command
(edit) @21906   15 years vboxsync Python glue: use Vbox platform in PerfCollector, not system platfrom, …
(edit) @21905   15 years vboxsync VBoxTray: Reverted r50540 (needs a bit of tweaking first).
(edit) @21904   15 years vboxsync VBoxNetFlt-win: comment
(edit) @21903   15 years vboxsync configure: don't force to build libcurl for OSE
(edit) @21902   15 years vboxsync SSM: Fixed a checksum verification issue when loading a stream that …
(edit) @21901   15 years vboxsync SSM: write back thread.
(edit) @21900   15 years vboxsync SSM: Added the read ahead thread.
(edit) @21899   15 years vboxsync JAX-WS glue: fixed wrapper glitch, docs updated
(edit) @21898   15 years vboxsync Java WS glue: better struct treatment, allow using struct fields in …
(edit) @21897   15 years vboxsync SSM: some direct stream buffer access.
(edit) @21896   15 years vboxsync Main/DVDDriveImpl: Hint for missing drive in debug version.
(edit) @21895   15 years vboxsync SSM: Adjusted the CRC in the termination record to include the header. …
(edit) @21894   15 years vboxsync SSM: addressed some more TODOs.
(edit) @21893   15 years vboxsync tstSSM.cpp: re-enable big config.
(edit) @21892   15 years vboxsync SSM: tstSSM works again.
(edit) @21891   15 years vboxsync VBoxTray: Do a thread yield when reloading the cursor. Otherwise …
(edit) @21890   15 years vboxsync r3/init.cpp: Use an atexit callback to flush the default logs.
(edit) @21889   15 years vboxsync Dev/PCBios: Vbox* -> VBox*
(edit) @21888   15 years vboxsync Additions/WINNT: fix problems of the mouse cursor not being shown when …
(edit) @21887   15 years vboxsync configure and Additions/WINNT/Installer: fix Windows Additions cross …
(edit) @21886   15 years vboxsync Main: error messages without the trailing '.' as this character is …
(edit) @21885   15 years vboxsync ifdef indentation (needs cleanup)
(edit) @21884   15 years vboxsync Dev/PCBios: Missing #ifdef for OEM string CFGM lookup.
(edit) @21883   15 years vboxsync PC/DevPcBios.cpp: double entry
(edit) @21882   15 years vboxsync crOpenGL: add warnings for unexpected datatypes
(edit) @21881   15 years vboxsync #4151: Fixed VBoxSVC crash due to uninitialized mVBox.
(edit) @21880   15 years vboxsync crOpenGL: fix openglext viewer reporting no hardware support
(edit) @21879   15 years vboxsync ConsoleImpl.cpp: more readable
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21877   15 years vboxsync ConsoleImpl.cpp: Allow changing the network attachment only when the …
(edit) @21876   15 years vboxsync obsolete defines
(edit) @21875   15 years vboxsync forgot this
(edit) @21874   15 years vboxsync Dev/PcBios: added chassis information; don't change the number of DMI …
(edit) @21873   15 years vboxsync gcc warnings
(edit) @21872   15 years vboxsync RTMemPageAlloc[Z]/win: _aligned_malloc wants an aligned size.
(edit) @21871   15 years vboxsync SSM: partly working buffering.
(edit) @21870   15 years vboxsync Dev/PCBios: Makefile update.
(edit) @21869   15 years vboxsync Dev/PCBios: Added OEM strings for VBox version/revision.
(edit) @21868   15 years vboxsync Additions/x11: don't report absolute mouse movements to the guest …
(edit) @21867   15 years vboxsync Additions/x11: re-enable the hardware cursor immediately when …
(edit) @21866   15 years vboxsync SSM: Incomplete buffering code (have to go).
(edit) @21865   15 years vboxsync NAT: disable libalias debug functions in release builds
(edit) @21864   15 years vboxsync NAT: globals
(edit) @21863   15 years vboxsync Python WS: Python 2.4 compatible, $errorinfo handling was missed
(edit) @21862   15 years vboxsync SSM: Preparing for buffering.
(edit) @21861   15 years vboxsync PDMAll.cpp: Don't assert in PDMVMMDevHeapR3ToGCPhys as it's used …
(edit) @21860   15 years vboxsync DHCP Server: fix for passing on commandline options with no values …
(edit) @21859   15 years vboxsync IPRT/tar: fixed gcc warning (uninitialized variable)
(edit) @21858   15 years vboxsync SSM: optimized checksumming.
(edit) @21857   15 years vboxsync Config.kmk/Solaris VBOXR0DRV: Added fno-omit-frame-pointer.
(edit) @21856   15 years vboxsync SSM: only compress big stuff that's a page or larger.
(edit) @21855   15 years vboxsync ACPI PM device: a bit more of refactoring and logging
(edit) @21854   15 years vboxsync crOpenGL: ignore gldrawpixels with incorrect type/format
(edit) @21853   15 years vboxsync crOpenGL: tabs to spaces
(edit) @21852   15 years vboxsync Config.kmk: try -headerpad_max_install_names on darwin.
(edit) @21851   15 years vboxsync Config.kmk: Try enable the liblzf-3.4 again (fixed some bugs in RTZip …
(edit) @21850   15 years vboxsync liblzf-3.4/Makefile.kmk: nit picking.
(edit) @21849   15 years vboxsync liblzf-3.4/Makefile.kmk: tune it for 4KB.
(edit) @21848   15 years vboxsync zip.cpp: make sure we return VERR_NOT_SUPPORTED for attempts using …
(edit) @21847   15 years vboxsync VMM logging: avoid crash
(edit) @21846   15 years vboxsync crOpenGL: make all messages appear in log file
(edit) @21845   15 years vboxsync crOpenGL: fix crash in SecondLife
(edit) @21844   15 years vboxsync IPRT/RTZip: Fixed LZJB support and added LZO.
(edit) @21843   15 years vboxsync crOpenGL: fix farcry crash on level load
(edit) @21842   15 years vboxsync FE/Qt4: Fixing quite old crash happening if going f/s mode just when …
(edit) @21841   15 years vboxsync crOpenGL: tabs to spaces
(edit) @21840   15 years vboxsync tstCompressionBenchmark: More tests.
(edit) @21839   15 years vboxsync Storage/iSCSI: fix parameter negotiation inconsistency
(edit) @21838   15 years vboxsync typo
(edit) @21837   15 years vboxsync ACPI: correect PM rebasing, now Fedora EFI installs with ACPI timer
(edit) @21836   15 years vboxsync FE/Qt4: A little correction for r50461 changeset.
(edit) @21835   15 years vboxsync Main: snapshots cleanup, documentation, memory leak fix, locking
(edit) @21834   15 years vboxsync FE/Qt4: prevent Qt painter warning
(edit) @21833   15 years vboxsync FE/Qt4: 2705: Auto-convert settings files: Progress-bar for …
(edit) @21832   15 years vboxsync crOpenGL: tabs to spaces
(edit) @21831   15 years vboxsync recompiler: correct implementation of testandset()
(edit) @21830   15 years vboxsync crOpenGL: minor fix for gl_ext_draw_range_elements + remove hack from …
(edit) @21829   15 years vboxsync DevACPI: r=bird: r50434
(edit) @21828   15 years vboxsync ConsoleImpl.cpp: r=name is only used when reviewing (someone else's) …
(edit) @21827   15 years vboxsync Main: base appliance interfaces on VirtualBoxBase, not …
(edit) @21826   15 years vboxsync Main: fix wrong snapshot counts introduced by r50442 (erroneous error …
(edit) @21825   15 years vboxsync Main: fix accidental infinite recursion creating snapshots introduced …
(edit) @21824   15 years vboxsync Main: fix snapshot cleanup error that leads to hangs to startup
(edit) @21823   15 years vboxsync Main: merge VirtualBoxBaseNEXT onto VirtualBoxBase, adjust Host …
(edit) @21822   15 years vboxsync Solaris/Installer: minor boot-archive adjustment.
(edit) @21821   15 years vboxsync Additions/solaris: update boot-archive on postinstall.
(edit) @21820   15 years vboxsync ACPI: implement remappable PM device, better saved states, need some …
(edit) @21819   15 years vboxsync API/webservice: eliminate the last traces of special UUID data type …
(edit) @21818   15 years vboxsync Main: more snapshot documentation fixes.
(edit) @21817   15 years vboxsync Network: check for change in network attachment type and allow only …
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