Switch to g_strcmp0 instead of g_ascii_strcasecmp
[framework/connectivity/connman.git] / src /
2009-12-07 Marcel HoltmannAdd DHCP value configuration handling
2009-12-07 Marcel HoltmannAdd DHCP bound, renew and fail handling
2009-12-07 Marcel HoltmannAdd function to get index value from DHCP structure
2009-12-07 Marcel HoltmannAdd DHCP driver and element handling
2009-12-07 Marcel HoltmannAdd skeleton for DHCP driver transition
2009-12-06 Marcel HoltmannRemove unfinished and unneeded PPP support
2009-12-06 Marcel HoltmannRemove unused device types
2009-12-06 Marcel HoltmannRemove unused device specific connect/disconnect callbacks
2009-12-06 Marcel HoltmannRemove new unused special carrier state of a service
2009-12-05 Marcel HoltmannThe network interface for informational purpose only
2009-12-05 Marcel HoltmannAllow service removal to clear failure state
2009-12-05 Marcel HoltmannRequire udev-143 or later
2009-11-30 Sam LefflerAdd workaround for DHCP startup failures with WiFi...
2009-11-30 Marcel HoltmannAdd function to get current network connecting state
2009-11-30 Marcel HoltmannUse proper debug class for udev device detection
2009-11-30 Marcel HoltmannPrint some details of the interface statistics
2009-11-29 Marcel HoltmannCheck for capabilities support via libcap-ng
2009-11-29 Marcel HoltmannUse network details also for Ethernet devices
2009-11-29 Marcel HoltmannAdd network type for cable/carrier detection
2009-11-29 Marcel HoltmannSend signal with empty default technology when not...
2009-11-29 Marcel HoltmannFix segmentation fault with service type lookup
2009-11-28 Marcel HoltmannAdd method to retrieve interface name from service
2009-11-28 Marcel HoltmannAdd support for default service changed notifier
2009-11-28 Marcel HoltmannUse one common service type to string conversion routine
2009-11-26 Martin XuDisable reconnect when removing service
2009-11-26 Martin XuAdd PropertyChanged signal for service Favorite setting
2009-11-26 Marcel HoltmannAdd device function for scheduling a scan
2009-11-26 Marcel HoltmannFix segmentation fault on resolver shutdown
2009-11-25 Marcel HoltmannAdd support for dynamic debug framework
2009-11-25 Marcel HoltmannRemove element signal emission
2009-11-23 Martin XuAdd function connman_network_set_error
2009-11-23 Martin XuAdd function connman_device_remove_all_networks
2009-11-23 Martin XuAdd network type CONNMAN_NETWORK_TYPE_CELLULAR
2009-11-23 Martin XuAdd device type CONNMAN_DEVICE_TYPE_CELLULAR
2009-11-20 Haibo ZhuClear scan trigger in device_destruct function
2009-11-03 Mohamed AbbasFix issue with adding nameserver that doesn't exist
2009-11-03 Mohamed AbbasFix issue when no broadcast address is given
2009-10-31 Martin XuRemove problematic retry on failure code path
2009-10-27 Martin XuSet reconnect to FALSE when power off or disabling...
2009-10-26 Marcel HoltmannRemove connect timer before second connect attempt
2009-10-26 Martin XuRun auto-connect once service goes into idle state...
2009-10-26 Martin XuAdd support for setting reconnect state
2009-10-26 Martin XuAdd set_reconnect_state and get_reconnect_state helper...
2009-10-26 Martin XuAdd device reconnect state and its helper functions
2009-10-20 Marcel HoltmannFix some coding style issues and make it more readable
2009-10-20 Sam LefflerFilter out signal strength values of zero
2009-10-20 Sam LefflerUpdate services sorting after a signal strength change
2009-10-20 Sam LefflerFix command line options for device filtering
2009-10-10 Inaky Perez-GonzalezUse free() instead of g_free() for things returned...
2009-10-02 Marcel HoltmannUse Ethernet MAC address for MBM devices
2009-10-02 Marcel HoltmannUse 120 seconds timeout for service connect operation
2009-09-22 Martin XuAdd function connman_device_cleanup_scanning()
2009-09-22 Martin XuAdd internal helper scanning_changed function
2009-09-19 Marcel HoltmannDon't auto-connect services if they are roaming
2009-09-19 Marcel HoltmannAdd support for handling cellular roaming state changes
2009-09-19 Marcel HoltmannAdd support for network roaming property
2009-09-19 Marcel HoltmannAdd support for basic boolean properties
2009-09-18 Marcel HoltmannAdd support for cellular modes and change notifications
2009-09-18 Marcel HoltmannEnable auto-connect support for cellular devices
2009-09-18 Marcel HoltmannFix issue with not removing cellular configuration
2009-09-18 Marcel HoltmannFix build problem when udev is disabled
2009-09-18 Marcel HoltmannFix copy and paste mistake from previous commit
2009-09-18 Marcel HoltmannAdd support for cellular username and password settings
2009-09-18 Marcel HoltmannAdd MCC and MNC values to service properties
2009-09-18 Marcel HoltmannAdd attribute for cellular roaming indication
2009-09-18 Marcel HoltmannAdd support for setting cellular APN details
2009-09-18 Marcel HoltmannFix issue with missing service ready state notification
2009-09-14 Marcel HoltmannAdd inet helper to retrieve current flags
2009-09-14 Marcel HoltmannAdd support for monitoring operation state from plugins
2009-09-14 Marcel HoltmannAdd support for tracking the operation state
2009-09-14 Marcel HoltmannAdd support for multiple connection attempts
2009-09-14 Marcel HoltmannAdd extra message for RFKILL block/unblock state changes
2009-09-14 Marcel HoltmannAdd message when udev based RFKILL processing is enabled
2009-09-14 Marcel HoltmannFix issue with udev versus /dev/rfkill event processing
2009-09-13 Marcel HoltmannFix issue with missing scanning after disconnect
2009-09-13 Marcel HoltmannFix issue with not triggering auto-connect in some...
2009-09-13 Marcel HoltmannMove hidden counter variable to be global
2009-09-13 Martin XuFix issue with switching between hidden WiFi networks
2009-09-05 Marcel HoltmannAdd helper to check if it is a mac80211 interface
2009-09-05 Marcel HoltmannUse extra phy80211 directory check in case WEXT got...
2009-09-06 Marcel HoltmannSet powered_pending to TRUE during setup to fix race...
2009-08-31 Marcel HoltmannIgnore loopback devices from IP configuration
2009-08-30 Marcel HoltmannDetect missing storage entries for AutoConnect setting
2009-08-30 Marcel HoltmannAdd basic hookup of passphrase agent callback
2009-08-30 Marcel HoltmannFix profile cleanup race condition
2009-08-30 Marcel HoltmannAdd support for handling errors from agent registration
2009-08-30 Marcel HoltmannRemove all the useless D-Bus connection passing
2009-08-26 Marcel HoltmannIgnore bonding Ethernet interfaces
2009-08-24 Marcel HoltmannDisable IP configuration callbacks for now
2009-08-24 Marcel HoltmannUse an umask fo 077 to protect profile storage
2009-08-23 Marcel HoltmannConvert to fully non-recursive build system
2009-08-23 Marcel HoltmannAdd support for cloning IP configurations
2009-08-23 Marcel HoltmannMake use of $(AM_V_at) for silent commands
2009-08-16 Marcel HoltmannUse $(AM_V_GEN) for custom rules
2009-08-15 Marcel HoltmannOnly add IP configurations with callbacks to the list
2009-08-15 Marcel HoltmannFix wrong service state handling on timeouts
2009-08-13 Marcel HoltmannAdd function for printing warnings
2009-08-12 Jackie WuGrant D-Bus access to user 'system'
2009-08-12 Marcel HoltmannAdd callbacks for IP bound and release events
2009-08-11 Marcel HoltmannUse global IP address structure for transaction
next