VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @53939   10 years vboxsync shared uppercase template.
(edit) @53938   10 years vboxsync capiidl.xsl: Must use xsl:key+key() to access interface[@name=?]. …
(edit) @53937   10 years vboxsync SED needs no help from /bin/sh to open files for reading and writing.
(edit) @53936   10 years vboxsync glue-java.xsl: Don't end the file list with an escaped new line. (nit …
(edit) @53935   10 years vboxsync (C) year
(edit) @53934   10 years vboxsync glue-java.xsl,typemap-shared.inc.xsl: Generalized and optimized the …
(edit) @53933   10 years vboxsync websrv-wsdl.xsl: Use keys for eaching all interface and enum elements. …
(edit) @53932   10 years vboxsync websrv-python.xsl: Not sure if this style sheet avoids the big output …
(edit) @53930   10 years vboxsync (C) year
(edit) @53929   10 years vboxsync websrv-php.xsl: Micro optimation using xsl:key + key() on a …
(edit) @53928   10 years vboxsync websrv-typemap.xsl: Avoid useing emitNewline.
(edit) @53926   10 years vboxsync Moved G_sNewLine to typemap-shared.inc.xsl.
(edit) @53925   10 years vboxsync websrv-wsdl2gsoapH.xsl: Use xsl:key and key() to optimize four …
(edit) @53924   10 years vboxsync websrv-cpp.xsl: Call xsltprocNewlineOutputHack once per interface to …
(edit) @53923   10 years vboxsync testconverter and testconverter2 are outdated.
(edit) @53922   10 years vboxsync glue-java.xsl: xsl:key + key() optimizations, xsltproc buffer flushing …
(edit) @53920   10 years vboxsync midl.xsl,xpidl.xsl: Include typemap-shared.inc.xsl and use the utility …
(edit) @53919   10 years vboxsync glue/constants-python.xsl: try convince xsltproc to not realloc the …
(edit) @53917   10 years vboxsync comimpl.xsl: Use xsl:key + key() to access interfaces[@name=?] and …
(edit) @53915   10 years vboxsync apiwrap-server.xsl: Work around stupid xsltproc performance issue when …
(edit) @53914   10 years vboxsync cleanup
(edit) @53913   10 years vboxsync Main: Split the wrapper source generator job into two to speed reduce …
(edit) @53906   10 years vboxsync The java stuff doesn't like the DTD?
(edit) @53905   10 years vboxsync apiwrap-server.xsl: Optimizing the parameter code a little, the no-tmp …
(edit) @53904   10 years vboxsync VirtualBox.dtd: Added some missing DTD bits; VirtualBox.xidl: Include …
(edit) @53903   10 years vboxsync apiwrap-server.xsl: Use xsl:key + key() to lookup interfaces and enums …
(edit) @53890   10 years vboxsync Host 3D: scaling: more instrumentation.
(edit) @53889   10 years vboxsync Host 3D: a bit more error reporting for scaling factor stuff.
(edit) @53888   10 years vboxsync Host 3D scaling: src-client: fix GUI notification about result of …
(edit) @53886   10 years vboxsync fix
(edit) @53885   10 years vboxsync micro opts.
(edit) @53884   10 years vboxsync oops, didn't mean to commit kmk_time.
(edit) @53883   10 years vboxsync More micro opts
(edit) @53882   10 years vboxsync apiwrap-server.xsl: Micro optimizations.
(edit) @53881   10 years vboxsync shut up.
(edit) @53880   10 years vboxsync Main/Makefile.kmk: Cleanups and fixed VBoxAPI.d generation.
(edit) @53879   10 years vboxsync apiwrap-server.xsl: Fixed a couple of bugs in previous commit and …
(edit) @53878   10 years vboxsync apiwrap-server.xsl: Generate headers and VBoxAPI.d in separate runs …
(edit) @53876   10 years vboxsync build fix
(edit) @53875   10 years vboxsync Use the native line ending because kmk_append does and we don't like …
(edit) @53873   10 years vboxsync Main/include: remove some unneeded includes, they created an …
(edit) @53871   10 years vboxsync Dependency fix.
(edit) @53870   10 years vboxsync Main/Makefile.kmk: dtrace fixes.
(edit) @53867   10 years vboxsync Main: Added machine state change probe.
(edit) @53865   10 years vboxsync Main: Added dtrace probes to the auto generated wrappers (half …
(edit) @53851   10 years vboxsync Host 3D & Main: coding style update.
(edit) @53850   10 years vboxsync missing 'virtual'
(edit) @53849   10 years vboxsync Attempt to fix Windows burns.
(edit) @53847   10 years vboxsync Host 3D: content scalling: export IDisplay interface and connect it to …
(edit) @53844   10 years vboxsync fixed resource files
(edit) @53842   10 years vboxsync not yet
(edit) @53840   10 years vboxsync addded more Windows resource files
(edit) @53834   10 years vboxsync missing error handling
(edit) @53831   10 years vboxsync PDM/Audio: Build fix; forgot some files.
(edit) @53815   10 years vboxsync Rename include/VBox/VBoxOGLTest.h to more common name (VBoxOGL.h) …
(edit) @53805   10 years vboxsync added more missing Windows resource files
(edit) @53781   10 years vboxsync added a bunch of missing Windows resource files and fixed a few minor bugs
(edit) @53767   10 years vboxsync s/VERR_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST/VERR_VMMDEV_CPU_HOTPLUG_NOT_M …
(edit) @53760   10 years vboxsync Main/ConsoleImpl: when doing VMR3ReqCall requests, do always drop the …
(edit) @53758   10 years vboxsync Main/DisplayImpl: replaced a few %d by %Rrc where appropriate
(edit) @53748   10 years vboxsync DisplayImpl: Cache the 'Accelerated3DEnabled && GraphicControlerType …
(edit) @53739   10 years vboxsync Main: Fix race condition between Medium::Close and Medium::i_queryInfo …
(edit) @53730   10 years vboxsync DisplayImpl.cpp: VMSVGA3d does not use the mCrOglCallbacks.
(edit) @53723   10 years vboxsync Don't enabled the VBoxSharedOpenGL stuff if we're using VMSVGA3d.
(edit) @53722   10 years vboxsync Fixed some missing H()s in the graphics department. Use ptr for …
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53603   10 years vboxsync Main: Don't try to delete the storage of a disk image when the format …
(edit) @53560   10 years vboxsync Main: Fixes for disk encryption, delete the key again if configuring …
(edit) @53541   10 years vboxsync Missing file
(edit) @53540   10 years vboxsync Missing file
(edit) @53528   10 years vboxsync Devices/Graphics, Devices/PC/DevACPI, Main: add support for sending …
(edit) @53523   10 years vboxsync PDM/Audio: Add ALSA backend (work in progress).
(edit) @53508   10 years vboxsync warning
(edit) @53492   10 years vboxsync Some fixes for windows cross build using wine.
(edit) @53486   10 years vboxsync PDM/Audio: Warnings.
(edit) @53442   10 years vboxsync PDM Audio: Branch -> trunk.
(edit) @53407   10 years vboxsync Disk encryption: Make sure the DekMissing guest property is set before …
(edit) @53387   10 years vboxsync missing dependency for javadoc rule.
(edit) @53386   10 years vboxsync glue-java.xsl: Fixed bug in string-trim where it was looking at the …
(edit) @53385   10 years vboxsync javadoc v8 HTML fixes.
(edit) @53354   10 years vboxsync R7524 - needs testing in VBoxManage.
(edit) @53344   10 years vboxsync Main: VRDEServer property TCP/Ports should accept 0 as default value
(edit) @53330   10 years vboxsync ConsoleImpl2.cpp: Replaced VERR_GENERAL_FAILURE with more specific …
(edit) @53323   10 years vboxsync Main/VirtualBox: take vbox lock before locking dhcp server list (#7500)
(edit) @53318   10 years vboxsync NDIS6/NetLwf: Use new component id (oracle_VBoxNetLwf) instead of old …
(edit) @53297   10 years vboxsync Main: Added API to report actual USB device speed.
(edit) @53243   10 years vboxsync Main/glue/glue-java.xsl: additional tweaking, to make sure that newer …
(edit) @53242   10 years vboxsync Main/HostDnsService: Tcpip\Parameters\NameServer value is not updated …
(edit) @53222   10 years vboxsync Devices/vmsvga: enabled 3D and a few warning fixes
(edit) @53219   10 years vboxsync Main/glue/glue-java.xsl: make the jax-ws API binding use TLS only, …
(edit) @53201   10 years vboxsync Devices/Main: vmsvga updates
(edit) @53186   10 years vboxsync Main/webservice: better protocol selection
(edit) @53185   10 years vboxsync Main/webservicee/vbobweb.cpp: more strict protocol
(edit) @53171   10 years vboxsync MachineImpl: delete TRANSIENT and TRANSRESET guest properties on VM …
(edit) @53170   10 years vboxsync MachineImpl: delete TRANSIENT and TRANSRESET guest properties on VM …
(edit) @53165   11 years vboxsync Main/HostDnsService: brush up old Windows code. In general no …
(edit) @53160   11 years vboxsync Main/EventImpl.cpp: fix passive event handling regression from wrapper …
(edit) @53159   11 years vboxsync Main/HostDnsService: revert windows code back to r91891. The rewrite …
(edit) @53154   11 years vboxsync Spell "changed" correctly in an identifier.
(edit) @53151   11 years vboxsync Main/HostDnsService: bring back Windows changes of r96331 but with …
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