Fix network out of range detection
[connman] / src / device.c
2009-01-21 Marcel HoltmannFix network out of range detection
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 HoltmannMore simplification of property functions
2009-01-21 Marcel HoltmannAdd support for static IPv4 settings
2009-01-21 Marcel HoltmannTrack current network within device framework
2009-01-21 Marcel HoltmannAdd support for disconnecting networks first
2009-01-21 Marcel HoltmannAdd function to get device mode
2009-01-21 Marcel HoltmannVerify argument type before processing
2009-01-20 Marcel HoltmannRemove old property system
2009-01-20 Marcel HoltmannRename FlightMode to OfflineMode
2009-01-20 Marcel HoltmannRemove networks that are no longer available
2009-01-07 Marcel HoltmannAdd support for storage setup callbacks
2009-01-07 Marcel HoltmannFix wrong assignment of strength value
2009-01-07 Marcel HoltmannUse priority and strength to select known network
2009-01-06 Marcel HoltmannAdd support for different security privileges
2009-01-06 Marcel HoltmannAdd support for device priority setting
2009-01-06 Marcel HoltmannAdd support for basic flight mode implementation
2009-01-05 Marcel HoltmannAdd support for connection type property
2009-01-05 Marcel HoltmannFix typo in debug message
2009-01-05 Marcel HoltmannDon't probe device drivers twice
2009-01-05 Marcel HoltmannRemove element subtype details
2009-01-05 Marcel HoltmannAdd support for connecting known networks
2009-01-05 Marcel HoltmannAdd support for automatic connection policy
2009-01-05 Marcel HoltmannFix memory leak in loading function
2009-01-05 Marcel HoltmannAdd function to get device name
2009-01-05 Marcel HoltmannUse device and network specific storage helpers
2009-01-05 Marcel HoltmannUse dbus_bool_t for exported variables
2009-01-05 Marcel HoltmannCheck for invalid devices first
2009-01-04 Marcel HoltmannAdd support for more device and network properties
2009-01-04 Marcel HoltmannDon't attempt scanning if device is switched off
2009-01-04 Marcel HoltmannAdd support for device default storage
2009-01-04 Marcel HoltmannHook up default storage callbacks
2009-01-04 Marcel HoltmannHook up loading and saving functions
2009-01-04 Marcel HoltmannRegister default device and network storage drivers
2009-01-04 Marcel HoltmannDon't list devices without drivers
2009-01-02 Marcel HoltmannAdd device type for Nozomi based hardware
2009-01-02 Marcel HoltmannAdd device type for Novatel Wireless
2009-01-02 Marcel HoltmannCall disable and remove callbacks when unregistering...
2009-01-02 Marcel HoltmannAdd device type for HUAWEI Mobile
2009-01-01 Marcel HoltmannDon't use default for enum based switch statements
2009-01-01 Marcel HoltmannUpdate copyright information
2009-01-01 Marcel HoltmannRemove deprecated network subtype
2009-01-01 Marcel HoltmannAllow transport definition for device mode
2008-12-30 Marcel HoltmannSet device before registering network
2008-12-30 Marcel HoltmannAdd more debug messages for interface registration
2008-12-30 Marcel HoltmannFree allocated path value
2008-12-30 Marcel HoltmannAdd initial support for Network interface
2008-12-30 Marcel HoltmannMake use of connman_bool_t type
2008-12-28 Marcel HoltmannRemove networks when device gets disabled
2008-12-28 Marcel HoltmannSet correct subtype for transition period
2008-12-28 Marcel HoltmannFix list of device types
2008-12-28 Marcel HoltmannAdd support for changing policy over D-Bus
2008-12-28 Marcel HoltmannEnable devices when policy is set to manual
2008-12-28 Marcel HoltmannAdd function to change initial policy setting
2008-12-28 Marcel HoltmannAdd manual policy to device settings
2008-12-27 Marcel HoltmannClassify HSO devices as cellular
2008-12-27 Marcel HoltmannRegister device interface only when driver is bound
2008-12-26 Marcel HoltmannEmit signal when list of devices changes
2008-12-26 Marcel HoltmannFix networks list of devices
2008-12-26 Marcel HoltmannFix wrong order of arguments
2008-12-26 Marcel HoltmannFix documentation typos
2008-12-26 Marcel HoltmannAdd support for handling network details
2008-12-25 Marcel HoltmannInitialize the element reference count
2008-12-25 Marcel HoltmannAdd support for different network modes
2008-12-25 Marcel HoltmannAdd not supported error and use it
2008-12-25 Marcel HoltmannAdd support for Name property to generic driver
2008-12-25 Marcel HoltmannAdd functions for handling path value
2008-12-25 Marcel HoltmannAdd advanced device specific API
2008-12-24 Marcel HoltmannAdd Type property to generic device driver
2008-12-24 Marcel HoltmannAdd support for scanning property of devices
2008-12-24 Marcel HoltmannAdd support for changing device power state
2008-12-24 Marcel HoltmannAdd support for device power functions
2008-12-24 Marcel HoltmannAdd D-Bus interface features for device driver
2008-12-22 Marcel HoltmannIgnore network devices in generic driver
2008-12-21 Marcel HoltmannRe-enable generic device driver infrastructure
2008-12-05 Marcel HoltmannDisable generic device driver for now
2008-10-15 Marcel HoltmannFix function declaration
2008-10-14 Marcel HoltmannAdd first step towards providing device abstraction