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) @103147   10 months vboxsync Main: Some warning fixes about externally visible functions which …
(edit) @102640   12 months vboxsync Main: Darwin Host USB: Fix asssertion on USB device attach to the …
(edit) @100108   18 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @99741   19 months vboxsync Main: More Clang 13 build fixes (warnings as errors).
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @98288   23 months vboxsync Main/src-server: rc -> hrc/vrc (partial). bugref:10223
(edit) @98287   23 months vboxsync Main/iokit.cpp: DarwinSubscribeUSBNotifications was missing a return …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @87377   4 years vboxsync scm
(edit) @87376   4 years vboxsync USB/Darwin: Capture USB devices directly through IOUSBLib, no longer …
(edit) @85929   4 years vboxsync Main: bugref:9224: Main+VBoxManageDisk+doc part
(edit) @85274   4 years vboxsync Main/PerformanceDarwin.cpp: Signed/unsigned conversion issues w/ …
(edit) @85272   4 years vboxsync Main/iokit.cpp: Signed/unsigned conversion issues. bugref:9790
(edit) @85271   4 years vboxsync Main/HostDnsServiceDarwin.cpp,++: Wrong index types (must use …
(edit) @85259   4 years vboxsync Main/HostPowerDarwin.cpp: float/double constant mix. bugref:9790
(edit) @83794   5 years vboxsync Main: VC++ 14.1 adjustments. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @78033   6 years vboxsync Main/HostDnsServiceDarwin: Add and remove the stop source object in …
(edit) @78030   6 years vboxsync Main/HostDnsServiceDarwin: Preliminary fix to make VBoxSVC start on …
(edit) @78013   6 years vboxsync Main/HostDnsServiceDarwin: More shutdown fixes.
(edit) @78004   6 years vboxsync Main/HostDnsServiceDarwin: Formatting nits, moved …
(edit) @78000   6 years vboxsync Main/HostDnsServiceDarwin: Renaming.
(edit) @77999   6 years vboxsync Main/HostDnsServiceDarwin: Made the dynamic store name a bit more …
(edit) @77998   6 years vboxsync Main/HostDnsServiceDarwin: Added this pointer to shutdown callback and …
(edit) @77997   6 years vboxsync Main/HostDnsServiceDarwin: Remove the stopper source from the run loop …
(edit) @77996   6 years vboxsync Main/HostDnsService: Build fix.
(edit) @77995   6 years vboxsync Main/HostDnsService: Build fix.
(edit) @77993   6 years vboxsync Main/HostDnsService: Some more cleanup and renaming.
(edit) @77984   6 years vboxsync Main/HostDnsService: Renaming and cleanup (no functional changes).
(edit) @77872   6 years vboxsync Main/HostDnsServiceDarwin: Fix hang during shutdown due to m_fStop …
(edit) @77666   6 years vboxsync Main/HostDnsServiceDarwin: Fixed shutting down procedure by making …
(edit) @76596   6 years vboxsync Main: Build fix
(edit) @76592   6 years vboxsync Main: Don't use Logging.h.
(edit) @76562   6 years vboxsync Main: Use MAIN_INCLUDED_ and MAIN_INCLUDED_SRC_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76542   6 years vboxsync Artwork: scm --fix-header-guards. bugref:9344
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76367   6 years vboxsync include/VBox/com/Guid.h: Don't include iprt/err.h for no good reason. …
(edit) @74867   6 years vboxsync Main/iokit.cpp: Fixed regression introduced in r125711 (short instead …
(edit) @74772   6 years vboxsync Main/iokit.cpp: Don't assert on stupid Belkin USB-C thingy not getting …
(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 …
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