VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @34172   14 years vboxsync Main/GuestImpl: Improved error/cancel handling for automatic Guest …
(edit) @34165   14 years vboxsync Main/linux/USBGetDevices: force Utf8 for the usbfs too
(edit) @34155   14 years vboxsync Main/GuestImpl: Post Guest Additions install status on automatic update.
(edit) @34140   14 years vboxsync 2d: saved state as part of vga state
(edit) @34123   14 years vboxsync Main: use safer string functions
(edit) @34121   14 years vboxsync VRDE: do not return an error for an empty string.
(edit) @34111   14 years vboxsync Pass RDP credentials to the guest only from one client, when multiple …
(edit) @34101   14 years vboxsync Main-OVF: address r67784
(edit) @34093   14 years vboxsync r=bird: 'RT' and 'rt' is reserved for use in IPRT, please address the …
(edit) @34086   14 years vboxsync Main: Pass more IVirtualBox pointers to the extension pack. VRDE …
(edit) @34075   14 years vboxsync warnings
(edit) @34074   14 years vboxsync build fix
(edit) @34073   14 years vboxsync ExtPack: Fixes to IExtPack (QueryInterface can't be used for getting …
(edit) @34058   14 years vboxsync minor extpack adjustments.
(edit) @34057   14 years vboxsync Main: Unset the bootable flag on other controllers automatically …
(edit) @34048   14 years vboxsync Main/GuestProperties: two missing NULL checks
(edit) @34044   14 years vboxsync Main: refcounting bug
(edit) @34023   14 years vboxsync typo
(edit) @34022   14 years vboxsync Main/Console: handle the core directory for the Solaris custom core …
(edit) @34014   14 years vboxsync scm whitespace cleanup
(edit) @34013   14 years vboxsync Main: few PCI assignment tweaks
(edit) @34012   14 years vboxsync Main: keyboard events now work with RDP
(edit) @34011   14 years vboxsync Burn fix
(edit) @34010   14 years vboxsync Main, FE/VBoxManage: Make it possible to mark specific controllers as …
(edit) @33992   14 years vboxsync Grrr
(edit) @33977   14 years vboxsync *: replaced a bunch of sprintf() by snprintf()
(edit) @33964   14 years vboxsync bit better error handling
(edit) @33963   14 years vboxsync Main: moved listeners to location usable by fronends, rework
(edit) @33959   14 years vboxsync Main: code for generic listener creation
(edit) @33952   14 years vboxsync Main: replaces callback mechanism of NAT redirect change event …
(edit) @33946   14 years vboxsync fix
(edit) @33945   14 years vboxsync More vfs code, new iprt error range..
(edit) @33934   14 years vboxsync Main: make saved state paths relative to machines again (trunk regression)
(edit) @33921   14 years vboxsync Main: rework 'save registries' logic to ensure that all media …
(edit) @33918   14 years vboxsync Main: allow multiple AHCI controllers
(edit) @33915   14 years vboxsync Main, QT/FE, VBoxManage: per-chipset controller count limits
(edit) @33914   14 years vboxsync typo
(edit) @33913   14 years vboxsync Main/Medium: if the medium is inaccessible try to get the up to date …
(edit) @33910   14 years vboxsync Main, PXE: pass bus number too
(edit) @33908   14 years vboxsync Main: sort Medium methods to have the same order in .h und .cpp
(edit) @33907   14 years vboxsync Main: more PCI assignment rules
(edit) @33905   14 years vboxsync Main: fix regression that media in 4.0 machine folders became …
(edit) @33904   14 years vboxsync Main: fix snapshot folder and log folder regression (since 4.0 …
(edit) @33902   14 years vboxsync burn fix
(edit) @33898   14 years vboxsync Guest Control/Main+VBoxManage: Implemented first bits for on-guest …
(edit) @33893   14 years vboxsync space
(edit) @33866   14 years vboxsync Main: don't register with the same name or with the same pair …
(edit) @33864   14 years vboxsync Main,NAT: Don't bother NAT back-end with rule name.
(edit) @33862   14 years vboxsync iprt/cpp/ministring.h: Changed the substring constructors to match …
(edit) @33849   14 years vboxsync whitespace
(edit) @33848   14 years vboxsync Main/Console+Machine: move progress object for Console::SaveState from …
(edit) @33842   14 years vboxsync comment typos
(edit) @33835   14 years vboxsync Main;Runtime: fix memory freeing returned by libxml2
(edit) @33828   14 years vboxsync xml: win build fix. (explicit type conversion).
(edit) @33827   14 years vboxsync Main,xml: win build fix.
(edit) @33825   14 years vboxsync Main,NAT: Managing port-forwarding at runtime. (xTracker/#4835).
(edit) @33813   14 years vboxsync FreeBSD: USB support, contributed by Hans Petter Selasky (thanks)
(edit) @33812   14 years vboxsync FreeBSD: Fix crash
(edit) @33806   14 years vboxsync ExtPack changes, related IPRT changes.
(edit) @33805   14 years vboxsync iprt::MiniString: Added a substring constructor and joined the …
(edit) @33797   14 years vboxsync Main: use RTPathJoin
(edit) @33794   14 years vboxsync Main: remove superfluous striping of the last path component
(edit) @33788   14 years vboxsync Main-OVF: one more error check; more specific error messages
(edit) @33784   14 years vboxsync Main: Added ExtPackManager to Console and implemented the Console and …
(edit) @33782   14 years vboxsync Main/glue/ErrorInfo: fix regression introduced in r66229, a …
(edit) @33779   14 years vboxsync Forgotten variable initialization.
(edit) @33777   14 years vboxsync Main/HostImpl: Solaris DVD enumeration, minor optimization.
(edit) @33776   14 years vboxsync Main/IGuest::updateGuestAdditions: Introduced additional flags …
(edit) @33774   14 years vboxsync ErrorInfo.cpp: Use assertreturnvoid.
(edit) @33770   14 years vboxsync Main: comments
(edit) @33769   14 years vboxsync Main: use a UUID constant for the global media registry
(edit) @33767   14 years vboxsync Main: API docs
(edit) @33765   14 years vboxsync Main: Added attribute IVirtualBox::ExtensionPackManager.
(edit) @33760   14 years vboxsync Main/Medium: don't just randomly throw exception if a device type …
(edit) @33758   14 years vboxsync Main, Devices/VMMDev, VBoxBFE: some rewrites of the mouse handling code
(edit) @33757   14 years vboxsync Storage/RAW: case insensitive extension matching Main/Medium: For …
(edit) @33756   14 years vboxsync Release logging.
(edit) @33743   14 years vboxsync Main: Windows, starting Vista, shall use HDA audio by default
(edit) @33731   14 years vboxsync Disable large page support by default for Linux hosts until further notice
(edit) @33727   14 years vboxsync fix build
(edit) @33724   14 years vboxsync Comment typo.
(edit) @33723   14 years vboxsync Automatic Guest Additions update: Support/graceful handling for …
(edit) @33722   14 years vboxsync Main, PCI: uniform PCI slots management, please watch/report regressions
(edit) @33720   14 years vboxsync EventQueue::uninit: Don't run the native mac os x runloop in default …
(edit) @33718   14 years vboxsync Main: perform the file system check not only when starting the VM but …
(edit) @33709   14 years vboxsync Main/Machine: Reject any attempt to open a VM config with the same …
(edit) @33708   14 years vboxsync Main: Eliminate the last bits of VirtualBoxBaseWithChildrenNEXT. It …
(edit) @33707   14 years vboxsync Main/Console: use appropriately sized types to resolve the compiler …
(edit) @33706   14 years vboxsync Main/Appliance: MSVC compiler warnings
(edit) @33700   14 years vboxsync Main;Runtime: use size_t
(edit) @33699   14 years vboxsync Main-OVF: fix win burn
(edit) @33698   14 years vboxsync Main-OVF: make it possible to overwrite all available items if a …
(edit) @33697   14 years vboxsync Guest Control: Provide canceling overall task progress as well.
(edit) @33696   14 years vboxsync Guest Control: Updates on guest path/environment resolving, …
(edit) @33695   14 years vboxsync build fix
(edit) @33693   14 years vboxsync Main: More ExtPack code.
(edit) @33691   14 years vboxsync Main: openMedium() should return the same IMedium when called twice …
(edit) @33690   14 years vboxsync PCI: more slot management bits
(edit) @33688   14 years vboxsync PIC: forgotten code to record assignment
(edit) @33687   14 years vboxsync PCI: part 1 of PCI slots assignment logic in Main
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