VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31637   14 years vboxsync Linux Additions: fix installer
(edit) @31636   14 years vboxsync EM: Addressed VBOXSTRICTRC todo from r64673. Decided to only use …
(edit) @31635   14 years vboxsync remove the unused Mesa 7.5 stuff
(edit) @31634   14 years vboxsync Windows Additions: export shared folders and installer to OSE
(edit) @31633   14 years vboxsync events: more on reusability
(edit) @31632   14 years vboxsync webservice/Makefile.kmk: Added missing VBOX_FILESPLIT order dependency …
(edit) @31631   14 years vboxsync Wrong assertion
(edit) @31630   14 years vboxsync Wrong queue flag
(edit) @31629   14 years vboxsync doc/idl: fix a bunch of broken links
(edit) @31628   14 years vboxsync RDP/Makefile.kmk: Use a different directory by adding a subdir. Spaces …
(edit) @31627   14 years vboxsync vboxnetflt: fixed system lockup during VM shutdown (#5033) (corrected)
(edit) @31626   14 years vboxsync Reverted r64750 as it was inconvenient for backporting
(edit) @31625   14 years vboxsync Main: add a getter in IProgress for getting the current operation weight
(edit) @31624   14 years vboxsync Runtime: cast
(edit) @31623   14 years vboxsync Runtime: add progress callback support to the tar backend
(edit) @31622   14 years vboxsync vboxnetflt: fixed system lockup during VM shutdown (#5033)
(edit) @31621   14 years vboxsync RDP/client: temporary hack to unbreak incremental builds, fixed
(edit) @31620   14 years vboxsync RDP/client: temporary hack to unbreak incremental builds
(edit) @31619   14 years vboxsync iSCSI: Read timeout handling for poll to catch broken connections
(edit) @31618   14 years vboxsync Main: API docs
(edit) @31617   14 years vboxsync Missing else
(edit) @31616   14 years vboxsync iSCSI: Reattach when the target hangs up. Poll doesn't return with the …
(edit) @31615   14 years vboxsync Main: Implemenation of per-machine media registries; …
(edit) @31614   14 years vboxsync back out svn:ignore, problem was elsewhere
(edit) @31613   14 years vboxsync vboxweb.cpp: typo.
(edit) @31612   14 years vboxsync Compile fix
(edit) @31611   14 years vboxsync EventQueue.cpp: Fixed (/ worked around) another darwin issue when …
(edit) @31610   14 years vboxsync Wrong check
(edit) @31609   14 years vboxsync ignore copied around source files
(edit) @31608   14 years vboxsync iSCSI: Proper handling of lost connections. Reset the state and resend …
(edit) @31607   14 years vboxsync vboxapi.py: Made tdPython1.py work on windows.
(edit) @31606   14 years vboxsync Timer init changes
(edit) @31605   14 years vboxsync HDA: Removed incorrect F00/05 parameter for DACs (it was probably …
(edit) @31604   14 years vboxsync waitForEvents: Don't return None, another test.
(edit) @31603   14 years vboxsync build fix
(edit) @31602   14 years vboxsync Fixed type
(edit) @31601   14 years vboxsync EventQueue/py: Return codes, docs and testcase for waitForEvents and …
(edit) @31600   14 years vboxsync Extra debug command
(edit) @31599   14 years vboxsync FE/VBoxManage: fix the usage output for convertfromraw on Windows (no …
(edit) @31598   14 years vboxsync EventQueue: Don't return VERR_TIMEOUT if we processed a message in …
(edit) @31597   14 years vboxsync vboxweb.cpp: error handling and message cleanup.
(edit) @31596   14 years vboxsync Main: API docs
(edit) @31595   14 years vboxsync Main: remove deprecated VirtualBox::createLegacyMachine() and …
(edit) @31594   14 years vboxsync disabled VBoxFixHdd
(edit) @31593   14 years vboxsync PGM,IOM: MMIO optimization - hacking in progress. (still disabled)
(edit) @31592   14 years vboxsync space
(edit) @31591   14 years vboxsync IOMALLMMIO.cpp: Don't waste time check uErrorCode to figure out …
(edit) @31590   14 years vboxsync iprt/err.h: VINF_INTERRUPTED and VINF_TIMEOUT.
(edit) @31589   14 years vboxsync EventQueue: windows fixes.
(edit) @31588   14 years vboxsync Remove wrap to EF define
(edit) @31587   14 years vboxsync iSCSI: First working version of async iSCSI
(edit) @31586   14 years vboxsync VBoxHDD: Needed enhancements for async iSCSI. Make it possible to let …
(edit) @31585   14 years vboxsync Another one
(edit) @31584   14 years vboxsync Try to fix burning builds
(edit) @31583   14 years vboxsync Runtime/Sg: Extend RTSgBufSegArrayCreate to allow just counting the …
(edit) @31582   14 years vboxsync Runtime/sockets: Don't loop in the non blocking calls
(edit) @31581   14 years vboxsync Main/HostHardwareLinux: convert USB enumeration to C, first part
(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) @31578   14 years vboxsync whitespace
(edit) @31577   14 years vboxsync Main, docs: <see> behavior isn't nice, also added …
(edit) @31576   14 years vboxsync SDK docs: typos and corrections
(edit) @31575   14 years vboxsync uninitialized variable
(edit) @31574   14 years vboxsync Main: bring back boolean argument to IConsole::discardSavedState()
(edit) @31573   14 years vboxsync VBoxHDD: Update the transfer counter in the I/O interface at the …
(edit) @31572   14 years vboxsync events: vacation-time idea of reusable events (for perfomance-critical …
(edit) @31571   14 years vboxsync Main: protect Medium::setIDs depending on medium state
(edit) @31570   14 years vboxsync Main: fix for missing UUIDs for dvd and floppy media
(edit) @31569   14 years vboxsync HWACCM: burn fix / VBOXSTRICTRC cleanup - a bit risky…
(edit) @31568   14 years vboxsync Main: combine IVirtualBox::openHardDisk(), openDVDImage(), …
(edit) @31567   14 years vboxsync Additions/solaris/SharedFolders: follow code style in file.
(edit) @31566   14 years vboxsync Additions/solaris/SharedFolders: fixed a panic, correct errors for …
(edit) @31565   14 years vboxsync PGM,HWACCM: MMIO optimizations - coding in progress.
(edit) @31564   14 years vboxsync Main/HostHardwareLinux: removed all the unused hal/DBus stuff
(edit) @31563   14 years vboxsync FE/Qt: 1900: Create GUI support for NAT forwarding: Added cancel …
(edit) @31562   14 years vboxsync Main: merge IVirtualBox::FindHardDisk, GetHardDisk, FindDVDImage, …
(edit) @31561   14 years vboxsync Config.kmk: KBUILD_HOST not KBUILD_TARGET here
(edit) @31560   14 years vboxsync RDP/client: build adjustment after r64483
(edit) @31559   14 years vboxsync RDP/client/Makefile.kmk: include subfooter.kmk at the right place. Use …
(edit) @31558   14 years vboxsync Devices/USB and RDP/client: things that should not have been in r64661
(edit) @31557   14 years vboxsync Devices/USB and RDP/client: share USB code
(edit) @31556   14 years vboxsync strncpy
(edit) @31555   14 years vboxsync vboxnetadp: sanity check for dev->dev_addr
(edit) @31554   14 years vboxsync Linux installer: ship VRDPAuthSimple.so
(edit) @31553   14 years vboxsync Build fix
(edit) @31552   14 years vboxsync Build fix
(edit) @31551   14 years vboxsync this does not work as newline on Windows (0x0d,0x0a) is replaced by …
(edit) @31550   14 years vboxsync build fix
(edit) @31549   14 years vboxsync Additions/crOpenGL: make fakedri_drv.c build on recent systems. Patch …
(edit) @31548   14 years vboxsync build fix
(edit) @31547   14 years vboxsync build fix
(edit) @31546   14 years vboxsync build fix
(edit) @31545   14 years vboxsync build fix
(edit) @31544   14 years vboxsync build fix
(edit) @31543   14 years vboxsync build fix
(edit) @31542   14 years vboxsync build fix
(edit) @31541   14 years vboxsync FE/Qt4: typos
(edit) @31540   14 years vboxsync FE/Qt4-OSX: enable sheets in the port forwarding dialog
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31538   14 years vboxsync USBProxyDevice-linux: corrected the headers and the file check rule in …
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