VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21848   15 years vboxsync zip.cpp: make sure we return VERR_NOT_SUPPORTED for attempts using …
(edit) @21847   15 years vboxsync VMM logging: avoid crash
(edit) @21846   15 years vboxsync crOpenGL: make all messages appear in log file
(edit) @21845   15 years vboxsync crOpenGL: fix crash in SecondLife
(edit) @21844   15 years vboxsync IPRT/RTZip: Fixed LZJB support and added LZO.
(edit) @21843   15 years vboxsync crOpenGL: fix farcry crash on level load
(edit) @21842   15 years vboxsync FE/Qt4: Fixing quite old crash happening if going f/s mode just when …
(edit) @21841   15 years vboxsync crOpenGL: tabs to spaces
(edit) @21840   15 years vboxsync tstCompressionBenchmark: More tests.
(edit) @21839   15 years vboxsync Storage/iSCSI: fix parameter negotiation inconsistency
(edit) @21838   15 years vboxsync typo
(edit) @21837   15 years vboxsync ACPI: correect PM rebasing, now Fedora EFI installs with ACPI timer
(edit) @21836   15 years vboxsync FE/Qt4: A little correction for r50461 changeset.
(edit) @21835   15 years vboxsync Main: snapshots cleanup, documentation, memory leak fix, locking
(edit) @21834   15 years vboxsync FE/Qt4: prevent Qt painter warning
(edit) @21833   15 years vboxsync FE/Qt4: 2705: Auto-convert settings files: Progress-bar for …
(edit) @21832   15 years vboxsync crOpenGL: tabs to spaces
(edit) @21831   15 years vboxsync recompiler: correct implementation of testandset()
(edit) @21830   15 years vboxsync crOpenGL: minor fix for gl_ext_draw_range_elements + remove hack from …
(edit) @21829   15 years vboxsync DevACPI: r=bird: r50434
(edit) @21828   15 years vboxsync ConsoleImpl.cpp: r=name is only used when reviewing (someone else's) …
(edit) @21827   15 years vboxsync Main: base appliance interfaces on VirtualBoxBase, not …
(edit) @21826   15 years vboxsync Main: fix wrong snapshot counts introduced by r50442 (erroneous error …
(edit) @21825   15 years vboxsync Main: fix accidental infinite recursion creating snapshots introduced …
(edit) @21824   15 years vboxsync Main: fix snapshot cleanup error that leads to hangs to startup
(edit) @21823   15 years vboxsync Main: merge VirtualBoxBaseNEXT onto VirtualBoxBase, adjust Host …
(edit) @21822   15 years vboxsync Solaris/Installer: minor boot-archive adjustment.
(edit) @21821   15 years vboxsync Additions/solaris: update boot-archive on postinstall.
(edit) @21820   15 years vboxsync ACPI: implement remappable PM device, better saved states, need some …
(edit) @21819   15 years vboxsync API/webservice: eliminate the last traces of special UUID data type …
(edit) @21818   15 years vboxsync Main: more snapshot documentation fixes.
(edit) @21817   15 years vboxsync Network: check for change in network attachment type and allow only …
(edit) @21816   15 years vboxsync No LZJB of course.
(edit) @21815   15 years vboxsync tstCompressionBenchmark: moved block compression APIs to runtime, …
(edit) @21814   15 years vboxsync IPRT: RTZipBlock for block compression.
(edit) @21813   15 years vboxsync Runtime: little fixes
(edit) @21812   15 years vboxsync Runtime: rename
(edit) @21811   15 years vboxsync OVF: Fix the exists check on Windows.
(edit) @21810   15 years vboxsync IPRT: r=bird: RTZip - dunno if anything works after my changes because …
(edit) @21809   15 years vboxsync Main: rewrite snapshot documentation
(edit) @21808   15 years vboxsync Main: rewrite snapshot documentation
(edit) @21807   15 years vboxsync Storage/iSCSI: clip read/write block size to sane values, and make …
(edit) @21806   15 years vboxsync Storage/VBoxHDD: resurrect the facility to dump information about disk …
(edit) @21805   15 years vboxsync FE/Qt4-NLS: Merged Khmer & Ukranian.
(edit) @21804   15 years vboxsync FE/Qt4-OSX: Manually delete the settings toolbar. Fix rare segfaults …
(edit) @21803   15 years vboxsync tstCompressionBenchmark.cpp: more body.
(edit) @21802   15 years vboxsync tstCompressionBenchmark: code in progress.
(edit) @21801   15 years vboxsync IPRT: Clearified RTFileReadAll*.
(edit) @21800   15 years vboxsync zip.cpp: do LZF block by block.
(edit) @21799   15 years vboxsync Fixed old SSMR3Seek.
(edit) @21798   15 years vboxsync SSMInternal.h: A few of extra members for the new code.
(edit) @21797   15 years vboxsync SSM-new.cpp: Initial implementation of the revised saved state format …
(edit) @21796   15 years vboxsync trailing spaces
(edit) @21795   15 years vboxsync include/VBox/ssm.h: Clearified the extern load exec return code (new code).
(edit) @21794   15 years vboxsync iprt/log.h: Assume gcc 4+ on dawrin and set LOG_USE_C99.
(edit) @21793   15 years vboxsync tstSSM: updates and fixes (bug in old SSMR3Seek causes test failure …
(edit) @21792   15 years vboxsync iprt/assert.h: added AssertCompile2MemberOffsets.
(edit) @21791   15 years vboxsync RTStrPutCpInternal: Fixed an irrelevant bug.
(edit) @21790   15 years vboxsync Main API: fixed few missed IDispatch interface map entries
(edit) @21789   15 years vboxsync PDMDriver/DevHlp.cpp: Don't use dash when mangling queue names, STAM …
(edit) @21788   15 years vboxsync PDMQueue.cpp: Deregister all statistics.
(edit) @21787   15 years vboxsync SSMR3ValidateFile/ConsoleImpl.cpp: Don't waste lots of time …
(edit) @21786   15 years vboxsync API: fix build breakage caused by missing code for Windows, to make …
(edit) @21785   15 years vboxsync OpenGL-OSX: Disable update context, cause it doesn't work with DirectX …
(edit) @21784   15 years vboxsync Runtime: Implemented tar archive I/O.
(edit) @21783   15 years vboxsync API: make IVirtualBoxErrorInfo available via the webservice, and …
(edit) @21782   15 years vboxsync DevACPI: Fixed FADT version 1 checksum.
(edit) @21781   15 years vboxsync crOpenGL: typo
(edit) @21780   15 years vboxsync crOpenGL: dump opcodes number only when needed
(edit) @21779   15 years vboxsync ConsoleImpl.cpp: Allowing attachment change even if they are of same type.
(edit) @21778   15 years vboxsync crOpenGL: allow to transfer upto 16megs in r3 hgcm calls, fixes compiz …
(edit) @21777   15 years vboxsync FE/Qt4: 2703: FE/Qt4: ISO unmounting broken - Warn user if unmounting …
(edit) @21776   15 years vboxsync ogl/vboxhgcm.c: adjust ioctl return code check for linux, init the …
(edit) @21775   15 years vboxsync Solaris/Installer: vboxconfig.sh update.
(edit) @21774   15 years vboxsync Solaris/Installer: vboxnet0 default netmask fix.
(edit) @21773   15 years vboxsync SSM.cpp: doc updates.
(edit) @21772   15 years vboxsync FE/Qt: fix a double mouse pointer issue in Moblin
(edit) @21771   15 years vboxsync Frontends/VBoxFB: make it build again and clean up the obvious parts …
(edit) @21770   15 years vboxsync FE/Qt4: 4132: Option for bleeding edge updates: Initial version …
(edit) @21769   15 years vboxsync Network: fixed the hostonly adaptor bringingup as mentioned in 3573#c25
(edit) @21768   15 years vboxsync Python shell: shell command
(edit) @21767   15 years vboxsync Python shell: sweeter lambda for 'run'
(edit) @21766   15 years vboxsync thread-r0drv-linux.c: shot at the 2.4 additions build breaks.
(edit) @21765   15 years vboxsync crOpenGL: dump debug info in debug builds only
(edit) @21764   15 years vboxsync Solaris/Installer: add Python dependencies.
(edit) @21763   15 years vboxsync webserver: handle nulls saner (at least no crash)
(edit) @21762   15 years vboxsync Python shell: add machById into context, for external commands to use
(edit) @21761   15 years vboxsync FE/Qt: another attempt to fix the X11 visuals problems - forgotten …
(edit) @21760   15 years vboxsync FE/Qt: another attempt to fix the X11 visuals problems
(edit) @21759   15 years vboxsync OVF-S3: Some hint on the host clock when the Access Denied error happens.
(edit) @21758   15 years vboxsync OVF: added manifest file creation/verification
(edit) @21757   15 years vboxsync Runtime: fix return type documentation
(edit) @21756   15 years vboxsync Runtime: wording
(edit) @21755   15 years vboxsync Network: fixed the hostonly adaptor bringingup as mentioned in 3573#c25
(edit) @21754   15 years vboxsync Runtime: fix doxygen documentation
(edit) @21753   15 years vboxsync Runtime: typos
(edit) @21752   15 years vboxsync Python shell: make sleep command interruptible
(edit) @21751   15 years vboxsync Runtime: typo
(edit) @21750   15 years vboxsync Runtime: forgot the headers as always
(edit) @21749   15 years vboxsync Runtime: optimization hint
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