VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @57014   9 years vboxsync For one Windows test build without VBOX_WITH_NT_DIRENUM
(edit) @57012   9 years vboxsync FE/Qt: updated Traditional Chineses and other translations. Thank you …
(edit) @57011   9 years vboxsync vmsvga: Combined the external FIFO command submission into one …
(edit) @57010   9 years vboxsync vmsvga/ogl: Must destroy shared context on reset and termination, …
(edit) @57009   9 years vboxsync PATM: Fixed assertion in patmSaveFixupRecords when re-saving a …
(edit) @57008   9 years vboxsync CSAM: Fixed saved state (broken since r10346). Won't easily break again.
(edit) @57007   9 years vboxsync Storage: Error formatting fixes.
(edit) @57006   9 years vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(edit) @57004   9 years vboxsync iprt,*: Marked all format strings in the C part of IPRT and fixed the …
(edit) @57001   9 years vboxsync tstTimer: Error printing formatting fix.
(edit) @56999   9 years vboxsync Storage: More formatting fixes.
(edit) @56998   9 years vboxsync rtmon_linux.c: Log formatting fix.
(edit) @56997   9 years vboxsync HostChannel.cpp: Log formatting fixes.
(edit) @56996   9 years vboxsync UIConverterBackendCOM.cpp: Assertion format fix.
(edit) @56995   9 years vboxsync VBoxClient: Fatal error formatting fix.
(edit) @56994   9 years vboxsync Main: Log and assert formatting fixes.
(edit) @56993   9 years vboxsync Storage: Log & Assertion formatting fixes.
(edit) @56992   9 years vboxsync Devices: Log & Assertion formatting fixes.
(edit) @56991   9 years vboxsync DevVirtioNet.cpp: Don't ever split log format strings!! Makes them …
(edit) @56990   9 years vboxsync tstPin.cpp: formatting fix.
(edit) @56989   9 years vboxsync VBoxDTraceR0.cpp: LogRel fix.
(edit) @56988   9 years vboxsync TestExecService.cpp: Log formatting fix.
(edit) @56987   9 years vboxsync tstDisasm-2.cpp: formatting fix.
(edit) @56986   9 years vboxsync Debugger: Logging and assertion formatting fixes.
(edit) @56985   9 years vboxsync VMM: Log and assertion formatting fixes.
(edit) @56983   9 years vboxsync IEMAllCImpl.cpp: Fixed incorrect parameter type for iemCImpl_invlpg. …
(edit) @56982   9 years vboxsync SUPLibLdr.cpp: LogRel format fixes.
(edit) @56978   9 years vboxsync Runtime: Formatting fixes, time.cpp being the most significant.
(edit) @56974   9 years vboxsync WDDM: prevent crash with W10.
(edit) @56972   9 years vboxsync HGSMIHost.cpp: Use AssertLogRelRCReturn instead of AssertRCReturn when …
(edit) @56971   9 years vboxsync DevVGA_VDMA.cpp: Use AssertLogRelRCReturn instead of AssertRCReturn …
(edit) @56970   9 years vboxsync crserverlib: Use AssertLogRelRCReturn instead of AssertRCReturn when …
(edit) @56969   9 years vboxsync DevVGA: Added markers to the saved state that separates various parts …
(edit) @56968   9 years vboxsync duh
(edit) @56967   9 years vboxsync Devices/Storage: Keep track of used host block devices and prevent the …
(edit) @56966   9 years vboxsync build fix - last min adjustments, grr.
(edit) @56965   9 years vboxsync SSM.cpp: Dump (part of) the data unit on load failure to make it …
(edit) @56964   9 years vboxsync HostServices/SharedFolders: guest to host path conversion: use …
(edit) @56963   9 years vboxsync Console: Make sure the members holding the number of encrypted disks …
(edit) @56962   9 years vboxsync HostServices/SharedFolders: enable guest to host path conversion
(edit) @56961   9 years vboxsync HostServices/SharedFolders: guest to host path conversion (new files)
(edit) @56960   9 years vboxsync NAT: adjust IP checksum after decrementing TTL so that if we use this …
(edit) @56959   9 years vboxsync Main/Makefile.kmk: Sketched out how to generate code in makefiles …
(edit) @56958   9 years vboxsync ClientWatcher.cpp: Deal with possible race between watcher getting the …
(edit) @56957   9 years vboxsync NAT: undo byte order conversions on the saved IP header when relaying …
(edit) @56956   9 years vboxsync SSM.cpp: Missing newlines in assert/logrel statements.
(edit) @56955   9 years vboxsync Runtime/r0drv/threadctxhooks: Call preempt_notifier_inc/dec() for …
(edit) @56954   9 years vboxsync FE/Qt: 7676: Encryption support: User-oriented improvement: Focus …
(edit) @56953   9 years vboxsync FE/Qt: 7676: Encryption support: Simplifying UI by moving password …
(edit) @56951   9 years vboxsync Runtime/r0drv: comment.
(edit) @56950   9 years vboxsync Host 3D: Display lists: drop dead code.
(edit) @56949   9 years vboxsync Solaris/Additions: More verbose error logging while failing to find …
(edit) @56948   9 years vboxsync Host 3D: Display Lists: fix IDs convertion.
(edit) @56947   9 years vboxsync vmsvga3dShaderSet: Restore fix, i.e. when pContext is not NULL.
(edit) @56946   9 years vboxsync Host 3D: Display Lists: fix list IDs translation on crServer layer; …
(edit) @56945   9 years vboxsync Devices/Makefile.kmk: Introducing VBOX_WITH_VMSVGA3D_USE_OPENGL for …
(edit) @56944   9 years vboxsync SVGA: Assertions triggered by BB.
(edit) @56943   9 years vboxsync Host 3D: Display Lists: fix crash: only add glListBase() to cache if …
(edit) @56942   9 years vboxsync Host 3D: Display Lists: new implementation for glCallLists(); take …
(edit) @56941   9 years vboxsync VBoxSVC/iokit.cpp: OS X 10.11 USB tweaks.
(edit) @56940   9 years vboxsync testcast/tstRTR0ThreadPreemption: destroy hooks in the error paths …
(edit) @56939   9 years vboxsync Host 3D: force notify Render SPU about parent window ID change in …
(edit) @56938   9 years vboxsync Additions/solaris: package vboxvideo driver for X.org 1.17 for S12 b78+.
(edit) @56937   9 years vboxsync FE/Qt: updated Dutch and Brazilian Portuguese translations. Thank you …
(edit) @56936   9 years vboxsync Installer/darwin: We now require 10.8 and amd64 architecture (aka x86_64).
(edit) @56935   9 years vboxsync FE/Qt: X11: 5978: Adjusting mini-toolbar z-order for GNOME Shell, same …
(edit) @56934   9 years vboxsync FE/Qt: Build fix for r101638.
(edit) @56932   9 years vboxsync FE/Qt: X11: 5978: Adjusting mini-toolbar z-order for Mutter a bit, …
(edit) @56931   9 years vboxsync FE/Qt: X11: 5978: Set transiency for mini-toolbar once, no need to do …
(edit) @56930   9 years vboxsync FE/Qt: X11: Helpers cleanup/rework (step 4): Just some code reordering.
(edit) @56929   9 years vboxsync FE/Qt: X11: Helpers cleanup/rework (step 3): Reworking to detect more …
(edit) @56928   9 years vboxsync FE/Qt: X11: Helpers cleanup/rework (step 2): Coding style and logic …
(edit) @56927   9 years vboxsync FE/Qt: X11: Helpers cleanup/rework (step 1): Doxy.
(edit) @56925   9 years vboxsync Main/Medium: Fix error message
(edit) @56924   9 years vboxsync HostDrivers/Support: Change the TSC-delta thread waiting to an …
(edit) @56923   9 years vboxsync vboxtestvms.py: Don't try use raw-mode windows 8.0 and higher, they …
(edit) @56922   9 years vboxsync 3D: Display List: Expando SPU and DLM module code significantly …
(edit) @56921   9 years vboxsync FE/VBoxManage: Fix possible crash when resizing a medium and the call …
(edit) @56918   9 years vboxsync Frontends/VBoxManage: take different partition numbering (MBR) on …
(edit) @56917   9 years vboxsync FE/Qt: Runtime UI: Few actions doesn't deserve to have default shortcuts.
(edit) @56916   9 years vboxsync FE/Qt: 7699: X11: Make all our widgets native, alien Qt widgets …
(edit) @56912   9 years vboxsync Frontends/VBoxManage: add -relative support for creating raw partition …
(edit) @56911   9 years vboxsync DnD: DnDURIObject: Only set file mode on write, retrieve file mode on …
(edit) @56910   9 years vboxsync Main/VBoxManage: cleanup in raw partition handling, eliminating …
(edit) @56909   9 years vboxsync DnD: Changed DnDURIList's allocation scheme for stored DnDURIObject …
(edit) @56908   9 years vboxsync VBoxDbgStatsQt4.cpp: assertion fix.
(edit) @56907   9 years vboxsync DnD/Main: GuestDnDSourceImpl.cpp: Compare incoming and previously …
(edit) @56906   9 years vboxsync Logging.
(edit) @56904   9 years vboxsync DnD/VbglR3: No need to open files in vglR3DnDGHSendFile() anymore; …
(edit) @56903   9 years vboxsync DnD/DnDURIList: Added support for keeping objects open while in list, …
(edit) @56901   9 years vboxsync DnD/Main: Gracefully rollback on GuestDnDURIData::Reset().
(edit) @56900   9 years vboxsync DnD: DNDDIRDROPPEDFILES: Track directory open status internally.
(edit) @56899   9 years vboxsync DnD: DnDURIList.cpp: Forgot to reset object count on reset.
(edit) @56898   9 years vboxsync VMM/GIM: comment.
(edit) @56897   9 years vboxsync VMM/GIM: comment clarification and typo.
(edit) @56894   9 years vboxsync 5.0.0
(edit) @56889   9 years vboxsync German NLS fix
(edit) @56888   9 years vboxsync deb/rpm: added /sbin/rcvboxdrv
(edit) @56887   9 years vboxsync Additions/installer/linux: log to the log file, not to standard error.
(edit) @56886   9 years vboxsync Additions/x11/vboxvideo: additional default video modes.
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