VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @34079   14 years vboxsync Additions/WINNT/Graphics: more refactoring
(edit) @34078   14 years vboxsync shared folder: one more missed check
(edit) @34077   14 years vboxsync FE/Qt: 5356: Register/unregister VM in GUI: Added *.xml files support.
(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) @34070   14 years vboxsync FE/Qt: Problem reporter: spelling fix for r67756.
(edit) @34069   14 years vboxsync FE/Qt: 5356: Register/unregister VM in GUI: Ups, files missed.
(edit) @34068   14 years vboxsync FE/Qt: 5356: Register/unregister VM in GUI: Initial implementation.
(edit) @34067   14 years vboxsync RHEL6
(edit) @34066   14 years vboxsync Additions/common/VBoxGuestLib: don't leak HGCM handle during termination
(edit) @34065   14 years vboxsync FE/Qt4: use the global file extension lists
(edit) @34064   14 years vboxsync FE/Qt4: add user sortable VM guest list
(edit) @34063   14 years vboxsync FE/Qt4: boot table: enable drag & drop; add icons; code cleanup
(edit) @34062   14 years vboxsync Audio/HDA: typo.
(edit) @34061   14 years vboxsync Audio/HDA: usage/accessing SDnFIFO registers with respect to ICH6 …
(edit) @34060   14 years vboxsync some tar bits
(edit) @34058   14 years vboxsync minor extpack adjustments.
(edit) @34057   14 years vboxsync Main: Unset the bootable flag on other controllers automatically …
(edit) @34055   14 years vboxsync vfs/tar: symlink fixes.
(edit) @34054   14 years vboxsync crOpenGL/wddm: missing change
(edit) @34053   14 years vboxsync crOpenGL/wddm: fix refcounting for shared ctx in shapshots
(edit) @34052   14 years vboxsync tar: fixed bugs, listing output is identical to gnutar (when using --utc).
(edit) @34051   14 years vboxsync shared folders: code missed by r67658
(edit) @34050   14 years vboxsync build fix
(edit) @34049   14 years vboxsync iprt/tarvfs: Working on validating and parsing the tar headers.
(edit) @34048   14 years vboxsync Main/GuestProperties: two missing NULL checks
(edit) @34047   14 years vboxsync EFI: remove debug boot flags, otherwise pressing power button exits to …
(edit) @34046   14 years vboxsync build fix
(edit) @34045   14 years vboxsync iprt: more tar code and vfs filesystem stream bugfixes.
(edit) @34044   14 years vboxsync Main: refcounting bug
(edit) @34043   14 years vboxsync NAT: warning.
(edit) @34042   14 years vboxsync NAT: warning.
(edit) @34041   14 years vboxsync NAT: handling occasional mbuf chain transmission.
(edit) @34040   14 years vboxsync NAT: more asserts.
(edit) @34039   14 years vboxsync NAT: if_encap doesn't allocate intermediate buffer, IP-fragmentation …
(edit) @34038   14 years vboxsync NAT:UDP: fetch as much as possible at once and compose mbuf chain if …
(edit) @34037   14 years vboxsync NAT:IP: fragmentation of mbuf chain.
(edit) @34036   14 years vboxsync NAT: help routine.
(edit) @34035   14 years vboxsync ACPI: added IRQ9 override (present on all real boxes I have), ignore …
(edit) @34034   14 years vboxsync NAT: use right mbuf lenght calculation.
(edit) @34033   14 years vboxsync Shared Folders/linux: fixed memory leak when accessing non-existing files
(edit) @34032   14 years vboxsync AssertPtrReturn
(edit) @34031   14 years vboxsync iprt/vfs.h: RTVfsSymlink*. build fix.
(edit) @34030   14 years vboxsync vfs: lock cleanup
(edit) @34029   14 years vboxsync iprt/vfs/tar: more code.
(edit) @34028   14 years vboxsync UsbKbd: Fixed off-by-one bug which broke the Right GUI key translation.
(edit) @34027   14 years vboxsync zipgzip.cpp -> gzipvfs.cpp
(edit) @34026   14 years vboxsync Accidental commit.
(edit) @34025   14 years vboxsync VBoxTray: Implemented global message registration/handling mechanism, …
(edit) @34024   14 years vboxsync VGA: Added support for double scanned text modes.
(edit) @34023   14 years vboxsync typo
(edit) @34022   14 years vboxsync Main/Console: handle the core directory for the Solaris custom core …
(edit) @34020   14 years vboxsync VMMR0/TRPMR0.cpp: use a 64-bit gate descriptor on 64-bit hosts (cleans …
(edit) @34018   14 years vboxsync wddm: more secondary monitor autoresize fixes
(edit) @34016   14 years vboxsync iprt: split out RTFileQueryInfo bits from fileio-posix.cpp into …
(edit) @34015   14 years vboxsync iprt: try split out some of the RTPathQueryInfo* dependent bits into …
(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) @34009   14 years vboxsync Devices/Storage: Introduce Bootable CFGM key to enable BIOS access
(edit) @34008   14 years vboxsync Storage/VMDK: fix
(edit) @34007   14 years vboxsync FE/Qt4: do it right
(edit) @34006   14 years vboxsync FE/Qt4: still necessary for older Qt versions
(edit) @34005   14 years vboxsync HDA/Audio: typo.
(edit) @34004   14 years vboxsync FE/Qt4-OSX: Make the settings page animation much smoother by removing …
(edit) @34003   14 years vboxsync build fix
(edit) @34002   14 years vboxsync iprt: Working on tar vfs.
(edit) @34001   14 years vboxsync UsbKbd: Proper fix for funny Korean keys.
(edit) @34000   14 years vboxsync UsbKbd: Tentative fix for funny Korean keys.
(edit) @33999   14 years vboxsync PGM: derefence pointer before sanity check (strict builds only)
(edit) @33998   14 years vboxsync MM: even larger hyperheap for ICH9
(edit) @33997   14 years vboxsync Additions/WINNT/Graphics: more refactoring and some cleanup
(edit) @33996   14 years vboxsync Storage/VMDK: access to pointer before we check for NULL
(edit) @33995   14 years vboxsync GuestHost/clipboard: typo
(edit) @33994   14 years vboxsync shfl: Replaced RTFSOBJINFO and RTFSPROPERTIES with shared folder …
(edit) @33992   14 years vboxsync Grrr
(edit) @33991   14 years vboxsync and another one
(edit) @33990   14 years vboxsync next try
(edit) @33989   14 years vboxsync crOpenGL: those ain't continuous arrays
(edit) @33988   14 years vboxsync crOpenGL/wddm: more multithreading fixes, vista expirience index works now
(edit) @33987   14 years vboxsync and again
(edit) @33986   14 years vboxsync next try
(edit) @33985   14 years vboxsync next try
(edit) @33984   14 years vboxsync try to fix Windows
(edit) @33983   14 years vboxsync wddm: vidpn more logging + cosmetics
(edit) @33982   14 years vboxsync iprt: Moving zip.cpp and tar.cpp from common/misc/ and into common/zip/.
(edit) @33981   14 years vboxsync build fix.
(edit) @33980   14 years vboxsync wddm: vidpn logging + bugfixes
(edit) @33979   14 years vboxsync build fix
(edit) @33978   14 years vboxsync NAT: log.
(edit) @33977   14 years vboxsync *: replaced a bunch of sprintf() by snprintf()
(edit) @33976   14 years vboxsync now for real
(edit) @33975   14 years vboxsync free fix
(edit) @33974   14 years vboxsync Fixed MSVC warnings (unary minus applied to unsigned type).
(edit) @33973   14 years vboxsync vfs: the gunzip stream works, except for some double frees somewhere.
(edit) @33972   14 years vboxsync forgotten include
(edit) @33971   14 years vboxsync recompiler: type fix
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