VirtualBox

source: vbox/trunk/src/VBox/Main/linux

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @34716   14 years vboxsync Main/linux/USB: more thorough checks for the different USB probing methods
(edit) @34456   14 years vboxsync Main/linux/USB and Installer/linux: switch to using our own device …
(edit) @34341   14 years vboxsync Main/linux/USB and RDP/client/vrdp: clean up the handling of the USB …
(edit) @34165   14 years vboxsync Main/linux/USBGetDevices: force Utf8 for the usbfs too
(edit) @33992   14 years vboxsync Grrr
(edit) @33977   14 years vboxsync *: replaced a bunch of sprintf() by snprintf()
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33518   14 years vboxsync warning
(edit) @33516   14 years vboxsync Main: free on error
(edit) @33464   14 years vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33331   14 years vboxsync Main: SLES10.1 compile fix
(edit) @33100   14 years vboxsync Main/linux/USB enumeration: set close-on-exec and close files
(edit) @32469   14 years vboxsync Main/USB/linux: minor fixes to USBGetDevides
(edit) @32431   14 years vboxsync scm cleanup
(edit) @32324   14 years vboxsync Main/USBProxyServiceLinux: split out USB enumeration from …
(edit) @32301   14 years vboxsync Main/USBProxyServiceLinux: split out the check for usbfs into a static …
(edit) @32299   14 years vboxsync Main/USBProxyServiceLinux: move the implementation of the device …
(edit) @32262   14 years vboxsync Main/linux/vector container: simplification
(edit) @32261   14 years vboxsync Main/HostHardwareLinux: simplification
(edit) @32258   14 years vboxsync Main/USB/linux: simplified the vector container and the code using it
(edit) @32143   14 years vboxsync Main/HostHardwareLinux: removed an unused parameter
(edit) @32142   14 years vboxsync Main/linux/USB: moved a vector container-based implementation detail …
(edit) @32115   14 years vboxsync Main/HostHardwareLinux: directory enumeration clean-up
(edit) @32080   14 years vboxsync Main/linux/USB proxy: fixed typo to properly ignore USB hubs
(edit) @32079   14 years vboxsync Main/linux/USB proxy: don't access an uninitialized variable (debug …
(edit) @31892   14 years vboxsync OSE header fixes
(edit) @31891   14 years vboxsync Main: export USBProxyService and USBFilter to OSE
(edit) @31652   14 years vboxsync re-applied r64780
(edit) @31648   14 years vboxsync backed out r64780
(edit) @31644   14 years vboxsync Main/HostHardwareLinux: switch the stl vectors to a C implementation
(edit) @31581   14 years vboxsync Main/HostHardwareLinux: convert USB enumeration to C, first part
(edit) @31564   14 years vboxsync Main/HostHardwareLinux: removed all the unused hal/DBus stuff
(edit) @31040   14 years vboxsync gcc warning
(edit) @30659   14 years vboxsync Main/HostHardwareLinux: removed an assertion based on an incorrect …
(edit) @29969   15 years vboxsync Main/PerformanceLinux: gcc warnings
(edit) @29352   15 years vboxsync Main/HostHardwareLinux: also check for changed permissions of USB …
(edit) @29085   15 years vboxsync OSE header fixes
(edit) @28886   15 years vboxsync Main/linux/USB: don't call close(-1)
(edit) @28882   15 years vboxsync Main/HostHardwareLinux: use inotify instead of FAM for USB hotplug …
(edit) @28847   15 years vboxsync Main/HostHardwareLinux: for now, use hal in preference to fam if …
(edit) @28824   15 years vboxsync FAM: fixed bogus tests leading to crashes on my FAM
(edit) @28811   15 years vboxsync SVC killer
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28783   15 years vboxsync Main/USBProxyService: check for errors which occur in wait
(edit) @28782   15 years vboxsync Main/HostHardwareLinux: fix a typo
(edit) @28781   15 years vboxsync Main/HostHardwareLinux: disable USB probing using hal/DBus by default
(edit) @28779   15 years vboxsync Main/HostHardwareLinux: cleanup
(edit) @28741   15 years vboxsync Main/HostHardwareLinux: introduce an ifdef for building USB with raw …
(edit) @28682   15 years vboxsync Main/HostHardwareLinux: reconnect to the FAM daemon if the connection …
(edit) @28616   15 years vboxsync Main/HostHardwareLinux: fix an assertion followed by a NULL-pointer …
(edit) @28576   15 years vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @28574   15 years vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @28553   15 years vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @28349   15 years vboxsync Main/HostHardwareLinux: generalised the VBoxMainHotplugWaiter class to …
(edit) @28315   15 years vboxsync Main/HostHardwareLinux: fix a burn when VBOX_WITH_DBUS is not defined
(edit) @28313   15 years vboxsync build fix
(edit) @28312   15 years vboxsync build fix
(edit) @28309   15 years vboxsync Main/HostHardwareLinux: added code for querying USB device information …
(edit) @28296   15 years vboxsync Main: cosmetical fixes, mostly spaces
(edit) @27950   15 years vboxsync #4790: Metrics: Fixed preCollect for Windows and Linux
(edit) @26296   15 years vboxsync more warnings.
(edit) @26186   15 years vboxsync Main: coding style fixes
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @25942   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25728   15 years vboxsync *: Use RTMSINTERVAL for timeouts.
(edit) @24592   15 years vboxsync Main: fixed an uninitialized variable found by valgrind introduced …
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23855   15 years vboxsync VBox Runtime/D-Bus: Renamed loading function to RTDBusLoadLib().
(edit) @23848   15 years vboxsync Main/D-Bus: Moved to VBox Runtime.
(edit) @23845   15 years vboxsync VBoxClient/VBoxTray/VBgl: Reverted last check-ins to redo D-BUS movement.
(edit) @23819   15 years vboxsync VBoxClient:
(edit) @23563   15 years vboxsync Main/HostHardwareLinux: function descriptions and removed a header file
(edit) @23522   15 years vboxsync Main/HostHardwareLinux: more rewriting of the Linux host drive code, …
(edit) @23386   15 years vboxsync @note isn't for line commenting. (Doxygen will (IIRC) put in in the …
(edit) @23385   15 years vboxsync Main/HostHardwareLinux: test host floppy drives using an ioctl, not a …
(edit) @23382   15 years vboxsync Main/HostHardwareLinux: test host floppy drives using an ioctl, not a …
(edit) @23310   15 years vboxsync Main/HostHardwareLinux: use sysfs for querying host drives if hal is …
(edit) @23203   15 years vboxsync Main/NetIf-linux: don't crash VBoxSVC if /proc/net/route couldn't be opened
(edit) @22180   15 years vboxsync Fixed failure in CreateHostOnlyNetworkInterface() on linux (no GUID).
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21713   15 years vboxsync Main/HostHardwareLinux: always allow the environment variable to …
(edit) @21436   15 years vboxsync Main: make HostHardwareLinux use MiniString instead of std::string; …
(edit) @21432   15 years vboxsync Main: fix some exception handling
(edit) @20481   15 years vboxsync #3773: Detection of primary NIC for bridging in Linux.
(edit) @19433   16 years vboxsync #2957: Dynamic adding/removing host-only adapters via GUI/Main.
(edit) @19233   16 years vboxsync #2946 & #2954: Main API now supports dynamic adding/removing network …
(edit) @19094   16 years vboxsync gcc-4 fixes
(edit) @18926   16 years vboxsync Main: do not attempt to load older versions of libdbus
(edit) @18732   16 years vboxsync NetIfList-* -> renamed to NetIf-*, tapinit_solaris.sh removed
(edit) @18018   16 years vboxsync Made the name check for vboxnetN adapters more strict.
(edit) @17929   16 years vboxsync Main: enabled -Wunused; fixed some warnings
(edit) @17834   16 years vboxsync Fix for listing Linux hostonly adapters.
(edit) @17443   16 years vboxsync #3656: Moved IP config function stubs from solaris, darwin and linux …
(edit) @17419   16 years vboxsync VBoxManage interface to hostonly if basis
(edit) @17358   16 years vboxsync Main: ip setter API adjustment, implementation for win
(edit) @17275   16 years vboxsync networking API renaming
(edit) @16968   16 years vboxsync burn fix
(edit) @16543   16 years vboxsync Main/HostHardwareLinux: assertions
(edit) @16528   16 years vboxsync Main/HostHardwareLinux: fixed some uncaught exceptions and added two …
(edit) @16363   16 years vboxsync Main/USBProxyServiceLinux: logging and fix a burn
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