Add header file for common types
[connman] / plugins /
2008-12-29 Marcel HoltmannUse the correct domain for uDHCP
2008-12-28 Marcel HoltmannUpdate D-Bus filter registration and removal
2008-12-28 Marcel HoltmannAdd missing includes
2008-12-28 Marcel HoltmannAdd initial implementation for uDHCP support
2008-12-28 Marcel HoltmannAdd helpers for task handling
2008-12-28 Marcel HoltmannAdd helper for getting index from interface names
2008-12-28 Marcel HoltmannUse helpers for ifup and ifdown
2008-12-28 Marcel HoltmannAdd helpers for ifup and ifdown
2008-12-28 Marcel HoltmannUse manual policy as default
2008-12-27 Marcel HoltmannAdd skeleton for Option HSO driver
2008-12-27 Marcel HoltmannRemove unused statement
2008-12-27 Marcel HoltmannRemove RTNL link detection plugin
2008-12-26 Marcel HoltmannAdd initial support for Bluetooth networks
2008-12-26 Marcel HoltmannConvert WiFi device handling to generic driver
2008-12-25 Marcel HoltmannAdd support for different network modes
2008-12-25 Marcel HoltmannFix broken device driver details of Bluetooth plugin
2008-12-25 Marcel HoltmannUse device helpers to set power and carrier states
2008-12-25 Marcel HoltmannCreate devices instead of raw elements
2008-12-24 Marcel HoltmannConvert Bluetooth plugin into a device driver
2008-12-24 Marcel HoltmannConvert Ethernet plugin into a device driver
2008-12-23 Marcel HoltmannUse an unsigned iterator variable
2008-12-22 Marcel HoltmannDon't start DHCP again after handshake
2008-12-22 Marcel HoltmannChange udhcp plugin to fail driver binding
2008-12-21 Marcel HoltmannProvide udhcpc binary location from configuration
2008-12-21 Marcel HoltmannUse resolvconf binary found during configuration
2008-12-21 Marcel HoltmannAdd support for exporting the WiFi network mode
2008-12-20 Marcel HoltmannIterate over the Bluetooth Devices property
2008-12-20 Marcel HoltmannUse private adapter data structure
2008-12-20 Marcel HoltmannLet plugins use connman_dbus_get_connection() function
2008-12-20 Marcel HoltmannAdd support for switching Bluetooth devices on and off
2008-12-20 Marcel HoltmannReturn failure when disabling Bluetooth
2008-12-19 Marcel HoltmannCheck for dhclient binary availability
2008-12-19 Marcel HoltmannAdd skeleton for uDHCP plugin
2008-12-18 Marcel HoltmannFix duplicate wireless scan results
2008-12-18 Marcel HoltmannActivate wpa_supplicant if needed
2008-12-17 Marcel HoltmannHandle element registration failures
2008-12-17 Marcel HoltmannHandle failure of device registration
2008-12-17 Marcel HoltmannIndicate scanning state while not associated
2008-12-17 Marcel HoltmannTrack scanning state changes of Bluetooth devices
2008-12-17 Marcel HoltmannRetrieve list of Bluetooth devices
2008-12-17 Marcel HoltmannUse ignore policy as default for Bluetooth
2008-12-17 Marcel HoltmannTrack mode changes of Bluetooth devices
2008-12-17 Marcel HoltmannAdd support dynamic Bluetooth adapter detection
2008-12-15 Marcel HoltmannAllow numbers in path for network objects
2008-12-15 Marcel HoltmannExecute resolvconf commands
2008-12-15 Marcel HoltmannUse IFF_LOWER_UP instead of IFF_RUNNING for link detection
2008-12-15 Marcel HoltmannAdd support for enabling/disabling gateway setting
2008-12-15 Marcel HoltmannTrack gateway changes and don't overwrite default gateway
2008-12-15 Marcel HoltmannFix error handling of init routine
2008-12-15 Marcel HoltmannOnly connect known networks when in inactive state
2008-12-15 Marcel HoltmannOnly update signal strength when it changes
2008-12-15 Marcel HoltmannTrigger update process after scan results
2008-12-15 Marcel HoltmannMake signal strength value available
2008-12-14 Marcel HoltmannFix wrong subtype assignment within network devices
2008-12-14 Marcel HoltmannAdd DNS proxy/multiplexer implementation
2008-12-14 Marcel HoltmannFix bridge and WiMAX device detection
2008-12-14 Marcel HoltmannAdd generic signal strength property
2008-12-13 Marcel HoltmannIndicate changes to the signal strength
2008-12-13 Marcel HoltmannOnly try to connect to available networks
2008-12-13 Marcel HoltmannAdd support for automatically connecting known networks
2008-12-13 Marcel HoltmannAdd skeleton for DNS proxy resolver plugin
2008-12-13 Marcel HoltmannRestart scanning after disconnecting
2008-12-13 Marcel HoltmannRemove linkage of unused functions
2008-12-13 Marcel HoltmannConvert IPv4 setting to use new resolver framework
2008-12-13 Marcel HoltmannRemove misuse of parent element parameter name
2008-12-13 Marcel HoltmannAdd support for inactive and cleanup timers
2008-12-13 Marcel HoltmannFix broken invalid character replacement code
2008-12-13 Marcel HoltmannRemove unused variable
2008-12-13 Marcel HoltmannAdd detection of no longer available networks
2008-12-12 Marcel HoltmannAdd callback to invalidate old results
2008-12-12 Marcel HoltmannFix issue with wpa_supplicant disconnecting
2008-12-11 Marcel HoltmannCreate unique device name and object path
2008-12-11 Marcel HoltmannAdd common index to ident conversion helper
2008-12-10 Marcel HoltmannAdd Available and Remember properties for networks
2008-12-09 Marcel HoltmannUse generic Name property instead of WiFi.Name
2008-12-09 Marcel HoltmannInclude signal strength property
2008-12-06 Marcel HoltmannAllow pre-processor pasting of plugin name
2008-12-05 Marcel HoltmannSet loopback interface parameters during setup
2008-12-05 Marcel HoltmannAdd skeleton for loopback setup plugin
2008-12-05 Marcel HoltmannConvert hex WEP key string into binary
2008-12-05 Marcel HoltmannUse separate enable/disable callbacks
2008-12-05 Marcel HoltmannTrack global connection state
2008-12-05 Marcel HoltmannFix detection of Bluetooth devices
2008-12-04 Marcel HoltmannFix missing device index for resolver elements
2008-12-03 Marcel HoltmannReplace more unallowed characters
2008-12-03 Marcel HoltmannDisable strength and noise properties for now
2008-12-03 Marcel HoltmannDon't overwrite security settings if already set
2008-12-03 Marcel HoltmannSet the correct key management for WEP protected networks
2008-12-03 Marcel HoltmannPropagate WiFi.Security information properly
2008-12-03 Marcel HoltmannAdd signal strength and noise properties
2008-12-02 Marcel HoltmannExtract all properties from scan result
2008-12-02 Marcel HoltmannOptimize SSID character replacement
2008-12-02 Marcel HoltmannFill WiFi.Security property with details
2008-12-02 Marcel HoltmannAdd extra acccess policy for passphrases
2008-12-02 Marcel HoltmannRemove usage of GStaticMutex since it causes compiler...
2008-11-23 Marcel HoltmannProvide connection element and its interface
2008-11-23 Marcel HoltmannDetect wpa_supplicant service and WiFi devices
2008-11-23 Marcel HoltmannCall connect function if service is present
2008-11-23 Marcel HoltmannDon't detect WiFi and Bluetooth devices anymore
2008-11-19 Marcel HoltmannRemove HAL device detection support
next