VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72443   7 years vboxsync HostDnsService: Attempted Darwin build fix for r122914.
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69474   7 years vboxsync *: scm updates - header files should have 'svn:keywords=Id Revision' …
(edit) @68026   7 years vboxsync Main/NetIf (bugref:8915) Moved wireless detection from …
(edit) @65854   8 years vboxsync Main/USBProxyBackendUsbIp: Don't prevent VBoxSVC from starting when …
(edit) @65088   8 years vboxsync Main: doxygen fixes
(edit) @63563   8 years vboxsync scm: cleaning up todos
(edit) @63503   8 years vboxsync warnings (clang)
(edit) @62485   8 years vboxsync (C) 2016
(edit) @62468   8 years vboxsync Main: scm
(edit) @60951   9 years vboxsync NetIf-darwin.cpp: don't use malloc/free, use RTMemAlloc/RTMemFree. (Or …
(edit) @60758   9 years vboxsync Main/{USBProxyBackend|HostUSBDeviceImpl}: Don't hardcode certain host …
(edit) @60742   9 years vboxsync Main/USBProxy{Service|Backend}: Rework interaction between thos two to …
(edit) @60160   9 years vboxsync USB: darwin build fix.
(edit) @60156   9 years vboxsync USB: Purge strings.
(edit) @60107   9 years vboxsync Main/USBProxyService: Save any additional USB device sources in the …
(edit) @60089   9 years vboxsync Main,VBoxManage: Add API to IHost for adding and removing USB device …
(edit) @60068   9 years vboxsync Revert r106058, incomplete conversion of USBProxyBackend to a COM …
(edit) @60067   9 years vboxsync Main: Add API to IHost for adding and removing USB device sources in …
(edit) @59436   9 years vboxsync iokit.cpp: Nits, try use IO_OBJECT_NULL.
(edit) @59374   9 years vboxsync Main/iokit.cpp: Correctly determine the USB device state on El Capitan …
(edit) @59332   9 years vboxsync nit
(edit) @59331   9 years vboxsync D'oh
(edit) @59330   9 years vboxsync Main/IOKit: Fixes for El Capitan, use the new IOUSBHostDevice class to …
(edit) @59123   9 years vboxsync Main/USB: More fixes
(edit) @59122   9 years vboxsync Main/USB: More fixes
(edit) @59120   9 years vboxsync Main: build fixes
(edit) @59119   9 years vboxsync Main: build fixes
(edit) @59117   9 years vboxsync USB,Main: Rework USBProxyService. Split it into a USBProxyService and …
(edit) @57990   9 years vboxsync Removed the 'temporary' VBOX_WITH_NEW_USB_CODE_ON_DARWIN define …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56941   9 years vboxsync VBoxSVC/iokit.cpp: OS X 10.11 USB tweaks.
(edit) @55988   10 years vboxsync iprt/log.h,SUPDrv: Replaced the 'personal' logging groups with 6 more …
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @55224   10 years vboxsync Main/HostDnsService: fix fallout from previous (r99529).
(edit) @55200   10 years vboxsync Main/HostDnsService: use <iprt/cpp/lock.h> instead of a roll-your-own …
(edit) @54662   10 years vboxsync Main/HostDnsService: instead of keeping fragile state g/c notifyAll() …
(edit) @53122   10 years vboxsync Main/HostDnsService: revert r96327 and follow-up r96329 and r96331 to …
(edit) @52901   10 years vboxsync Main: trailing spaces + warning
(edit) @52897   10 years vboxsync Main: DnsMonitorService: step on unicode rails: store network …
(edit) @52743   10 years vboxsync Main/USB: Fix darwin assertion on Macbooks with USB 3.0 (Superspeed) …
(edit) @51578   10 years vboxsync Mac OS X host: improve support for host optical drives; add support …
(edit) @51163   11 years vboxsync Mac OS X host: Host USB: improve checking if storage device is …
(edit) @51159   11 years vboxsync Mac OS X host: USB Device filters: fix filter matching.
(edit) @50695   11 years vboxsync format string fixes
(edit) @50263   11 years vboxsync Main/HostDnsService: - Generic part could be used with threading on …
(edit) @50213   11 years vboxsync spaces
(edit) @49963   11 years vboxsync 6813 MAC bug fix.
(edit) @49674   11 years vboxsync NetIf-darwin.cpp: warning [-Wdangling-else].
(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) @49238   11 years vboxsync Main/HostDnsServiceDarwin: build fix.
(edit) @49235   11 years vboxsync Main/HostDnsService: splits HostDnsService on "singleton" …
(edit) @48955   11 years vboxsync Main: Whitespace (including tabs!) and svn:keywords cleanups by scm.
(edit) @48805   11 years vboxsync Main: HostDnsServiceWin::init(void) -> HostDnsServiceWin::init(const …
(edit) @48492   11 years vboxsync HostDnsServiceDarwin::update() don't panic if host hasn't got networking.
(edit) @48489   11 years vboxsync hostMonitoringRoutine: warnings.
(edit) @48488   11 years vboxsync hostMonitoringRoutine: warnings [-Wunused-parameter]
(edit) @48486   11 years vboxsync HostDnsServiceDarwin: listener for host's DNS configuration update.
(edit) @48346   11 years vboxsync header fixes
(edit) @48330   11 years vboxsync Main/DNS: general host specific DNS and Co handling added. Darwin …
(edit) @48016   11 years vboxsync RT_STR_TUPLE
(edit) @47117   11 years vboxsync Main: RT_ZERO() / RTStrCopy()
(edit) @46775   11 years vboxsync Main/Host(HostPower)+Session+Console: convert HostPower code to signal …
(edit) @46328   12 years vboxsync Main/PerformanceLinux: switch to the runtime function for determining …
(edit) @44742   12 years vboxsync Main/Metrics: Generic implentation of link state and stubs for line …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44475   12 years vboxsync Main/Metrics: Per-VM CPU load fix for Darwin (#6345)
(edit) @44467   12 years vboxsync Reverted r83474
(edit) @44466   12 years vboxsync Main/Metrics: Per-VM CPU load on Darwin brought in line with other …
(edit) @43836   12 years vboxsync Main/Metrics: removed unused functions (#6345)
(edit) @43629   12 years vboxsync Main/Metrics: Linux fs/disk metrics, VBoxManage filtering + minor …
(edit) @43556   12 years vboxsync build fix
(edit) @43555   12 years vboxsync Main/PerformanceDarwin: switch to the runtime function for determining …
(edit) @41774   12 years vboxsync bugref..
(edit) @41528   13 years vboxsync Main/HostUSBDevice(all platforms)+USBProxyService: redo USB locking, …
(edit) @40845   13 years vboxsync 3D check: direct invocation on the client side
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @37599   13 years vboxsync Main/USBProxyService: implementation inheritance is not so great that …
(edit) @35693   14 years vboxsync Main/NetIf: Third attempt to fix VBoxSVC crash when listing host …
(edit) @35691   14 years vboxsync Main/NetIf: Another attempt to fix VBoxSVC crash when listing host …
(edit) @35641   14 years vboxsync Main/NetIf: Fixed VBoxSVC crash when listing host interfaces with no …
(copy) @35368   14 years vboxsync Main: source re-org.
copied from trunk/src/VBox/Main/darwin
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
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