VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16302   16 years vboxsync OVF: spelling in constants
(edit) @16301   16 years vboxsync webservice: logging improvements, optimizations
(edit) @16299   16 years vboxsync OVF: fix windows burn
(edit) @16298   16 years vboxsync OVF: copy disk image & attach it to the IDE controller for now
(edit) @16295   16 years vboxsync Should return TRUE for WM_POWERBROADCAST according to MSDN.
(edit) @16289   16 years vboxsync HostImpl.cpp: continuation indent.
(edit) @16267   16 years vboxsync #3575: bump IPC_MAX_CLIENTS to 1500 (unix platforms) and fd softlimit …
(edit) @16266   16 years vboxsync Fix a handful of GCC warnings to reduce noise on stderr.
(edit) @16261   16 years vboxsync Main: HostImpl/USBProxyService-linux: documentation update
(edit) @16258   16 years vboxsync Main/USBProxyService-linux: clean up error reporting a bit
(edit) @16251   16 years vboxsync HostNetIf API: Fixed UUID generation for host network interfaces on Linux.
(edit) @16250   16 years vboxsync OVF: updated testcase to changed API
(edit) @16248   16 years vboxsync OVF: turn IAppliance::getDisks into real attribute, code cleanup, …
(edit) @16246   16 years vboxsync more of device work, initialization part
(edit) @16244   16 years vboxsync Main: Use a non-zero proj_id in ftok() as suggested by the libc manual.
(edit) @16239   16 years vboxsync OVF: updated test case
(edit) @16238   16 years vboxsync Change the FramebufferPixelFormat enum value for Opaque from …
(edit) @16237   16 years vboxsync OVF: add separate IAppliance::interpret() method, API docs
(edit) @16235   16 years vboxsync disable keywords on VirtualBox.xidl to avoid excessive recompiles …
(edit) @16234   16 years vboxsync coding style
(edit) @16233   16 years vboxsync OVF: more lenient parsing of IDE disk correlation
(edit) @16231   16 years vboxsync OVF: formating; todo updates
(edit) @16229   16 years vboxsync disable keywords on VirtualBox.xidl to avoid excessive recompiles …
(edit) @16228   16 years vboxsync OVF: handle IDE controllers
(edit) @16225   16 years vboxsync Main: build HostHardwareLinux.cpp even if we aren't doing DBus
(edit) @16224   16 years vboxsync OVF: fix parsing of hardware items
(edit) @16222   16 years vboxsync Fixed typo, IFramebuffer was written as IFrameBuffer.
(edit) @16218   16 years vboxsync OVF: Added VirtualBox object member, make the vm name unique & use …
(edit) @16216   16 years vboxsync Main: Perform case-insensitive Guest OS type ID comparisons and …
(edit) @16215   16 years vboxsync Reapplied r41613.
(edit) @16212   16 years vboxsync OVF: add VirtualSystemDescriptionType_Name, suggest VM name
(edit) @16210   16 years vboxsync OVF: parse VirtualSystem/@id as machine name
(edit) @16209   16 years vboxsync OVF: fix ulong overflow
(edit) @16208   16 years vboxsync OVF: parse EulaSection
(edit) @16207   16 years vboxsync Replaced iterations over IHostNetworkInterface array with …
(edit) @16205   16 years vboxsync appliance to OSE
(edit) @16199   16 years vboxsync displayRefreshCallback: removed obsolete assertion (xTracker #3489).
(edit) @16198   16 years vboxsync HostNetIf API: added findHostNetworkInterfaceByName and …
(edit) @16196   16 years vboxsync handleDisplayResize: corrected the return code (xTracker #3489).
(edit) @16191   16 years vboxsync VirtualBoxImpl.h: forward declaration of IAppliance doesn't work on …
(edit) @16190   16 years vboxsync Main: improve USB proxy service error reporting
(edit) @16188   16 years vboxsync Merge OVF branch.
(edit) @16185   16 years vboxsync handleDisplayResize postpones the resize if framebuffer is being …
(edit) @16181   16 years vboxsync Fixed a EMT-GUI deadlock in Main:Display::InvalidateAndUpdate
(edit) @16178   16 years vboxsync Main/Linux: fixes and clean ups in the DBus code
(edit) @16174   16 years vboxsync renamed VirtualBox4 to VirtualBox
(edit) @16170   16 years vboxsync More device work
(edit) @16166   16 years vboxsync purge the obsolete Qt3 GUI
(edit) @16137   16 years vboxsync Main: more Linux host USB enumeration adjustments
(edit) @16126   16 years vboxsync fixed webservice copyright
(edit) @16125   16 years vboxsync Guest::SetStatistic argument check as well.
(edit) @16124   16 years vboxsync fixed webservice copyright
(edit) @16123   16 years vboxsync Typo in Guest::GetStatistic argument check.
(edit) @16122   16 years vboxsync fixed webservice copyright
(edit) @16120   16 years vboxsync export webservices to OSE
(edit) @16118   16 years vboxsync Main: Fixed %ls/%s and Utf8Str/Bstr mismatch in hard disk code.
(edit) @16093   16 years vboxsync Main: try to get the USB enumeration right on RHEL5, again
(edit) @16089   16 years vboxsync Main: Mention in the docs that hard disk format identifiers are …
(edit) @16081   16 years vboxsync Main: case-insensitive comparison of hard disk formats
(edit) @16068   16 years vboxsync Main: next attempt to get USB enumeration working on RHEL5
(edit) @16049   16 years vboxsync HPET&SMC config
(edit) @16044   16 years vboxsync Main: attempt to support USB with sysfs on older Linux hosts
(edit) @16042   16 years vboxsync reverted r41685 (thanks Sander)
(edit) @16041   16 years vboxsync reverted 41727
(edit) @16040   16 years vboxsync #3285: Improve error handling API to include unique error numbers - …
(edit) @16039   16 years vboxsync Temporary reverted ACPI changes, till 2.1.2 out
(edit) @16018   16 years vboxsync Main: FreeBSD stubbing.
(edit) @16016   16 years vboxsync Main: FreeBSD stubbing.
(edit) @16006   16 years vboxsync Main: attempt to fix symbol conflicts with dynamically loaded libdbus-1
(edit) @16005   16 years vboxsync Implemented in-place disable of ACPI devices, added disabled by …
(edit) @16004   16 years vboxsync Main/Global.cpp: Increase the memory size recommendations for Ubuntu …
(edit) @16001   16 years vboxsync Main: Fixed r41667.
(edit) @16000   16 years vboxsync Main: Don't write a zero char to the end of a virgin global or machine …
(edit) @15998   16 years vboxsync Main/SettingsConverter: Fixed: Conversion fails on a virgin 1.3 …
(edit) @15994   16 years vboxsync Fe/VBoxManage, Main: Enumerating guest properties did not work …
(edit) @15991   16 years vboxsync Main: Fixed: CD/DVD and Floppy not locked for reading when manually …
(edit) @15978   16 years vboxsync Main: Backed out r41613.
(edit) @15970   16 years vboxsync Spaces.
(edit) @15968   16 years vboxsync Added Windows 7 to OS types list.
(edit) @15966   16 years vboxsync NetIfList-win.cpp: Don't assert if I haven't loaded the driver/whatever.
(edit) @15965   16 years vboxsync Main: Added ISharedFolder::lastAccessError.
(edit) @15945   16 years vboxsync Main: Pass inaccessible shared folders to the guest instead of …
(edit) @15936   16 years vboxsync Changed the way linux network interfaces are enumerated so the …
(edit) @15916   16 years vboxsync Added a missed autoInitSpan.setSucceeded to the …
(edit) @15905   16 years vboxsync Main-OSX: Trigger save state on power low event.
(edit) @15904   16 years vboxsync Bump copyright year to 2009.
(edit) @15888   16 years vboxsync Main: Improved r41336.
(edit) @15874   16 years vboxsync More detailed assertion message.
(edit) @15869   16 years vboxsync Typo
(edit) @15849   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15848   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15834   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15829   16 years vboxsync #3285: Improve error handling API to include unique error numbers - …
(edit) @15828   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15827   16 years vboxsync #3285: Improve error handling API to include unique error numbers - …
(edit) @15814   16 years vboxsync Global.cpp: realign.
(edit) @15812   16 years vboxsync Fixed completely broken Display::COMGETTER(Width)
(edit) @15776   16 years vboxsync Linux 2.6.28 hack
(edit) @15775   16 years vboxsync FreeBSD 7.0 installer hangs on low memory (64M), thus update template …
(edit) @15766   16 years vboxsync valgrind warning
Note: See TracRevisionLog for help on using the revision log.

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