Use new D-Bus helpers wherever possible
[platform/upstream/connman.git] / src / network.c
2009-12-19 Marcel HoltmannUse new D-Bus helpers wherever possible
2009-12-19 Marcel HoltmannAdd helpers for appending flexible D-Bus arrays
2009-12-17 Martin XuHandle static method at function set_connected
2009-12-17 Martin XuClear associating and connecting state at connman_netwo...
2009-12-17 Martin XuAdd function connman_network_get_element
2009-12-07 Marcel HoltmannRemove unused secondary feature of devices and networks
2009-12-06 Marcel HoltmannRemove unfinished and unneeded PPP support
2009-12-05 Marcel HoltmannThe network interface for informational purpose only
2009-11-30 Marcel HoltmannAdd function to get current network connecting state
2009-11-29 Marcel HoltmannUse network details also for Ethernet devices
2009-11-29 Marcel HoltmannAdd network type for cable/carrier detection
2009-11-23 Martin XuAdd function connman_network_set_error
2009-11-23 Martin XuAdd network type CONNMAN_NETWORK_TYPE_CELLULAR
2009-09-19 Marcel HoltmannAdd support for network roaming property
2009-09-13 Marcel HoltmannMove hidden counter variable to be global
2009-09-13 Martin XuFix issue with switching between hidden WiFi networks
2009-08-08 Marcel HoltmannAdd initial steps for IPv4 monitoring via RTNL
2009-08-06 Marcel HoltmannAdd support for grouping Bluetooth networks into a...
2009-07-25 Marcel HoltmannFix missing update of signal strength from scan results
2009-07-22 Marcel HoltmannRemove deprecated and unused network storage callbacks
2009-07-20 Marcel HoltmannRemove support for network Connect and Disconnect methods
2009-07-17 Marcel HoltmannProtect hidden and active networks during scanning
2009-07-17 Marcel HoltmannIf the signal strength is zero don't declare this as...
2009-07-17 Marcel HoltmannUse proper function to set association state
2009-07-17 Marcel HoltmannIf the WiFi signal strength is below 20 then don't...
2009-07-17 Marcel HoltmannFix small coding style issue
2009-07-16 Marcel HoltmannSet state to association if network driver doesn't...
2009-07-16 Marcel HoltmannReset the connecting and associating variables properly
2009-07-16 Marcel HoltmannReport a connected network as that and not as in progress
2009-07-16 Marcel HoltmannIf network is attempting to connect already, return...
2009-07-16 Marcel HoltmannFix detection of association errors from supplicant
2009-07-16 Marcel HoltmannDon't allow network connection attempts twice
2009-07-16 Marcel HoltmannAllow cancelling of a network connection attempt
2009-07-16 Martin XuAdd function to retrieve network association state
2009-07-16 Marcel HoltmannTrack connection attempts and report error if it fails
2009-07-12 Marcel HoltmannAdd MBM and HSO networks to the service list
2009-07-12 Marcel HoltmannAdd network type for Ericsson MBM devices
2009-07-11 Marcel HoltmannAdd missing comment for connman_network_get_group(...
2009-07-11 Samuel OrtizSet hidden network group name at time of association
2009-07-05 Marcel HoltmannFix race condition with IDLE state on disconnect
2009-06-29 Marcel HoltmannHook up setting of IPv4 properties
2009-06-29 Marcel HoltmannAdd IP configuration details to devices, networks and...
2009-05-21 Marcel HoltmannAdd helper for setting network address and use it
2009-05-21 Marcel HoltmannAdd helpers for setting network name and signal strengt...
2009-05-20 Marcel HoltmannDisconnect currently connected networks first
2009-05-20 Marcel HoltmannFix transition of network connection state
2009-05-20 Marcel HoltmannMake network connect function private for now
2009-05-19 Marcel HoltmannFill WiFi channel property with correct values
2009-05-19 Marcel HoltmannAdd frequency property to network objects
2009-05-19 Marcel HoltmannFix broken network group name handling
2009-05-17 Marcel HoltmannFix broken handling of last network when disconnectiong...
2009-05-17 Marcel HoltmannRemove all usage of the Remember network property
2009-05-17 Marcel HoltmannRemove priority details from network structure
2009-05-17 Marcel HoltmannRemove storage of network information
2009-05-15 Marcel HoltmannRemove Available and Remember network properties
2009-05-13 Marcel HoltmannFix service state signal emission and error handling
2009-05-01 Marcel HoltmannAdd support for marking devices as secondary
2009-04-23 Marcel HoltmannAdd functions for handling unique device identifiers
2009-04-21 Marcel HoltmannOnly add WiFi and WiMAX networks to service list for now
2009-04-13 Marcel HoltmannAdd error message for network and device storing failures
2009-04-05 Marcel HoltmannAdd function for getting network type
2009-04-04 Marcel HoltmannLeave the network identifier encoding to the plugins...
2009-04-01 Marcel HoltmannAdd function to retrieve string represenation for netwo...
2009-04-01 Marcel HoltmannAdd basic automatic clustering support for networks
2009-04-01 Marcel HoltmannUse common helper to encode object name
2009-04-01 Marcel HoltmannAdd function for setting network group name
2009-03-26 Marcel HoltmannCheck result before overwriting WiFi.Security and WiFi...
2009-03-25 Marcel HoltmannUnregister children of networks before disconnecting
2009-03-26 Marcel HoltmannAdd support for network address property
2009-03-24 Marcel HoltmannHandle DHCP failures and disconnect from the network
2009-03-11 Marcel HoltmannAdd fully dynamic property storage capabilities
2009-03-11 Marcel HoltmannAdd skeleton for profile/service integration
2009-03-08 Marcel HoltmannUse idle callback and make sure it is not called twice
2009-03-08 Marcel HoltmannLet the network drivers set connection state via idle...
2009-03-08 Marcel HoltmannMove network connection state handling to idle callback
2009-03-08 Marcel HoltmannFix connected state change handling
2009-02-26 Marcel HoltmannConvert identifier on-demand if needed
2009-02-26 Marcel HoltmannAdd network type for WiMAX
2009-01-21 Marcel HoltmannRemove the disconnected state once connected
2009-01-21 Marcel HoltmannAdd support for special disconnected device state
2009-01-21 Marcel HoltmannReconnecting to last selected network by default
2009-01-21 Marcel HoltmannDon't sent available signal for connected networks
2009-01-21 Marcel HoltmannMore simplification of property functions
2009-01-21 Marcel HoltmannTrack current network within device framework
2009-01-21 Marcel HoltmannAdd support for disconnecting networks first
2009-01-21 Marcel HoltmannVerify argument type before processing
2009-01-20 Marcel HoltmannRemove old property system
2009-01-12 Marcel HoltmannFix setting network remember status
2009-01-10 Marcel HoltmannFix signal emission for network changes
2009-01-07 Marcel HoltmannAdd support for storage setup callbacks
2009-01-07 Marcel HoltmannUse priority and strength to select known network
2009-01-07 Marcel HoltmannOnly store and load security details for known networks
2009-01-07 Marcel HoltmannAdd support for network priorities
2009-01-07 Marcel HoltmannAdd support for getting network availability setting
2009-01-07 Marcel HoltmannAdd support for setting remember state
2009-01-07 Marcel HoltmannDon't send signals for unregistered networks
2009-01-07 Marcel HoltmannAdd support for setting network availability
2009-01-06 Marcel HoltmannFix missing signal for connected state changes
2009-01-06 Marcel HoltmannRestrict passphrase access to secret privilege
2009-01-06 Marcel HoltmannAdd support for different security privileges
next