VirtualBox

source: vbox/trunk/src/VBox/Main/src-server

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @49874   11 years vboxsync Main: fix Windows host warnings, hide internal data.
(edit) @49873   11 years vboxsync 6813 stage 4 - further bug removal
(edit) @49872   11 years vboxsync 6813 stage 4 - bug removal
(edit) @49871   11 years vboxsync 6813 - User server side API wrapper code in all interfaces.. stage 4 rev 1
(edit) @49866   11 years vboxsync Main/Medium: fix regression in the wrapper conversion which caused …
(edit) @49818   11 years vboxsync HostDnsService.cpp: adds helper routines to dump fetched host DNS …
(edit) @49806   11 years vboxsync SerialPortImpl: fixed regression from r91125.
(edit) @49795   11 years vboxsync 6813 - stage 3 rev 1
(edit) @49778   11 years vboxsync Main/Host: actually return the host only and progress objects, plus …
(edit) @49764   11 years vboxsync Main/Host: actually return the progress object
(edit) @49762   11 years vboxsync Main/NATNetwork: fix string format change in previous changeset
(edit) @49761   11 years vboxsync Main/Host: remove redundant casts, plus lots of whitespace cleanup
(edit) @49760   11 years vboxsync 6813 stage 2 rev 4
(edit) @49753   11 years vboxsync small fix
(edit) @49751   11 years vboxsync small fix
(edit) @49749   11 years vboxsync pr7074. OVF import: Restoring original UUIDs of imported images in VM …
(edit) @49747   11 years vboxsync ApplianceImplExport.cpp: C++11 build fix …
(edit) @49744   11 years vboxsync 6813 stage 2 rev3 issues on Solaris sorted
(edit) @49743   11 years vboxsync 6813 stage 2 rev2 issues sorted
(edit) @49742   11 years vboxsync 6813 stage 2 - Use the server side API wrapper code..
(edit) @49738   11 years vboxsync Main/BandwidthControl: fix regression (iterator incremented twice), …
(edit) @49730   11 years vboxsync SerialPortImpl: fixed regression from r90887, com port mode could not …
(edit) @49718   11 years vboxsync Various FreeBSD fixes submitted Bernhard Froehlich
(edit) @49716   11 years vboxsync pr7091. Fixed: OVF import of VM with type "LsiLogicSas" of SCSI controller
(edit) @49687   11 years vboxsync Main/Snapshot: block deleting of current snapshot if it has child …
(edit) @49674   11 years vboxsync NetIf-darwin.cpp: warning [-Wdangling-else].
(edit) @49673   11 years vboxsync DHCPServerImpl: re-inroduce r90836 cancelled in r90887.
(edit) @49672   11 years vboxsync DHCPServerImpl.cpp: fixes regression introduced in r90887. Adding …
(edit) @49662   11 years vboxsync VRDEServerImpl: minor fixes for r90887
(edit) @49644   11 years vboxsync stage 1/8 of 6813 changes
(edit) @49620   11 years vboxsync pr7072. Search an appropriate medium format using, firstly, URL given …
(edit) @49618   11 years vboxsync Main/DHCPServerImpl: move DHCPServer::Data closer to implementation, …
(edit) @49614   11 years vboxsync since r90752 VBoxNetNAT always connects to VBoxSVC, so there're no …
(edit) @49612   11 years vboxsync NATNetworkImpl.cpp: FindDHCPServerByNetworkName() returns HRESULT, but …
(edit) @49594   11 years vboxsync pr7072. fix in using com::ErrorInfo.
(edit) @49590   11 years vboxsync Main/NetworkAdapter: fix refcounting when switching aware from a NAT …
(edit) @49587   11 years vboxsync NAT networks: enable the network and the DHCP server by default
(edit) @49586   11 years vboxsync newer gcc versions require a space between literal and identifier
(edit) @49585   11 years vboxsync pr7072. noninformative error messages from the function …
(edit) @49552   11 years vboxsync Main/Machine: the API description clearly says that deleting a VM …
(edit) @49541   11 years vboxsync Main/NATNetwork: Always do AddGlobalOption(DhcpOpt_Router,) to enforce …
(edit) @49517   11 years vboxsync Main: NetworkServiceRunner dependencies included in …
(edit) @49516   11 years vboxsync Introduce option "--need-main(-M) on|off" in network services to …
(edit) @49497   11 years vboxsync build-fix: like r90651.
(edit) @49496   11 years vboxsync build-fix: like r90651.
(edit) @49494   11 years vboxsync Main/NetServiceRunner: Make command line more flexible for adding …
(edit) @49489   11 years vboxsync Main/src-server: Warning.
(edit) @49460   11 years vboxsync fixed burn
(edit) @49459   11 years vboxsync Main: fixed race
(edit) @49447   11 years vboxsync pr7072. Changing the old logic for finding an appropriate image format …
(edit) @49446   11 years vboxsync pr7074. import logic for work with multiple VMs in OVF appliance was …
(edit) @49445   11 years vboxsync Main/HostDnsServiceWin: use sizeof() here
(edit) @49444   11 years vboxsync Main/HostDnsServiceWin: initlialization of local variables in …
(edit) @49416   11 years vboxsync pr7074. import logic for work with multiple VMs in OVF appliance was fixed.
(edit) @49409   11 years vboxsync Main/HostDnsService: fixed object deletion and coding style
(edit) @49408   11 years vboxsync Main: spaces
(edit) @49400   11 years vboxsync Main/HostNetworkInterfaceImpl: fixed regression from r82492 (xtracker 7054)
(edit) @49295   11 years vboxsync NATNetworkImpl.cpp: NATNetwork::Data initialization on class object …
(edit) @49293   11 years vboxsync typo in prev change
(edit) @49292   11 years vboxsync Main/Machine: regression, incorrect UUID check, leading to Windows …
(edit) @49268   11 years vboxsync Main/HostDnsServiceLinux: Warning and spaces.
(edit) @49248   11 years vboxsync Main/HostDnsMonitor::getInfo() don't need to lock here. dns-monitor …
(edit) @49243   11 years vboxsync Main/HostDnsServiceDarwin: parent has been changed HostDnsService -> …
(edit) @49242   11 years vboxsync Main/HostDnsServiceDarwin.cpp: no this in static method.
(edit) @49241   11 years vboxsync Main/HostDnsServiceWin.cpp: cast-hummer (char *)BYTE.
(edit) @49240   11 years vboxsync Main/HostDnsServiceWin: Monitoring code dont need VirtualBox obj (aParent)
(edit) @49239   11 years vboxsync Main/HostDnsServiceWin.cpp: update->updateInfo
(edit) @49238   11 years vboxsync Main/HostDnsServiceDarwin: build fix.
(edit) @49237   11 years vboxsync Main/HostDnsServiceSolaris: Attempt to fix Solaris build.
(edit) @49236   11 years vboxsync Main/HostDnsServiceWin.cpp: Attemp of Windows build fix.
(edit) @49235   11 years vboxsync Main/HostDnsService: splits HostDnsService on "singleton" …
(edit) @49228   11 years vboxsync Main/HostDnsService: Lockee & ALock (not used for now).
(edit) @49224   11 years vboxsync Main/HostDnsService.h: puvlic -> public.
(edit) @49223   11 years vboxsync Main/HostDnsService.h: c++-mode (indentation).
(edit) @49219   11 years vboxsync VirtualBox.cpp: VirtualBox::natNetworkRefInc and …
(edit) @49202   11 years vboxsync Makefile.kmk: adds HostDnsServiceLinux.cpp to build on Linux host …
(edit) @49201   11 years vboxsync HostDnsServiceLinux.cpp: inotify based watcher for /etc/resolv.conf.
(edit) @49190   11 years vboxsync Main,VBoxManage: Implement hotpluggable setting stubs
(edit) @49139   11 years vboxsync Main/NATNetworkImpl.cpp: 2 lines between methods.
(edit) @49136   11 years vboxsync Main/NATNetworkImpl.cpp: G/c -line.
(edit) @49133   11 years vboxsync Main/NATNetworkImpl.cpp: replace explicit autolock releasing with scopping.
(edit) @49132   11 years vboxsync Main/HostVideoInputDeviceImpl: use VBoxHostWebcamList.
(edit) @49131   11 years vboxsync Main/NATNetworkImpl.cpp: update comment in …
(edit) @49129   11 years vboxsync Main/NATNetworkImpl.h: G/c drops NAT_XML_SERIALIZATION and do …
(edit) @49127   11 years vboxsync Main/NATNetworkImpl.cpp: do settings saving and event firing iff new …
(edit) @49126   11 years vboxsync NATNetwork::saveSettings: fireNATNetworkSettingEvent also for …
(edit) @49103   11 years vboxsync pr6927. ISO images are skipped by default during export. The command …
(edit) @49101   11 years vboxsync Main/NATNetwork.cpp: replace implicit call of autolock release, with scope.
(edit) @49100   11 years vboxsync Main/NATNetwork: reorder saving settings and firing change events, …
(edit) @49074   11 years vboxsync Main, FE/Qt: Added a triple fault handling OS hint and a new OS/2 1.x …
(edit) @49073   11 years vboxsync NATNetwork::saveSettings: add IPv6 port-forwarding rules to the …
(edit) @49058   11 years vboxsync Main: Added a TripleFaultReset switch.
(edit) @49047   11 years vboxsync pr6927. the state of CD/DVD image is checked, only ISO image is …
(edit) @49039   11 years vboxsync IPRT: Filename extension versus suffix cleanup, long overdue.
(edit) @49038   11 years vboxsync Main/Appliance: change API of IAppliance::write, allowing easy …
(edit) @48989   11 years vboxsync Main/NetworkAdapterImpl.cpp: Avoids lock drops and re-acquirings on …
(edit) @48988   11 years vboxsync NetworkAdapter::COMSETTER(AttachmentType): makes disabled network …
(edit) @48987   11 years vboxsync NetworkAdapterImpl.cpp: revert r89338 (partly). No need to touch NAT …
(edit) @48985   11 years vboxsync Main, Frontends: Make the port count of the SAS controller …
(edit) @48983   11 years vboxsync Main,Frontends: Support for the USB storage controller
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