connman
2008-07-03 Marcel HoltmannAdd the generated symbol lists to ignored files
2008-07-03 Marcel HoltmannOnly export external functions when building daemon
2008-07-02 Marcel HoltmannDisable compilation of obsoleted code
2008-07-02 Marcel HoltmannAdd skeleton for new storage support using SQLite3
2008-07-02 Marcel HoltmannAdd priority property to elements
2008-07-01 Marcel HoltmannAdd support for detecting modem devices
2008-07-01 Marcel HoltmannFirst steps into wpa_supplicant integration
2008-06-30 Marcel HoltmannUse read/write lock for element list instead of a mutex
2008-06-30 Marcel HoltmannUse new signal callback function from libgdbus
2008-06-30 Marcel HoltmannDeal with another libgdbus API change
2008-06-30 Marcel HoltmannDon't unregister elements that are not valid
2008-06-30 Marcel HoltmannFix removing elements from list
2008-06-30 Marcel HoltmannDon't load plugins that have lib prefix
2008-06-30 Marcel HoltmannInstall the connman.pc for external plugin development
2008-06-30 Marcel HoltmannFix wrong EXTRA_DIST statements
2008-06-30 Marcel HoltmannUse read/write lock for driver list instead of a mutex
2008-06-29 Marcel HoltmannUpdate the D-Bus API documentation
2008-06-29 Marcel HoltmannAdd first attempt for the property system
2008-06-29 Marcel HoltmannAdd first draft of new D-Bus API
2008-06-28 Marcel HoltmannAdd skeleton for WiFi interface plugin
2008-06-28 Marcel HoltmannDisable setup of RTNL, interfaces and networks
2008-06-28 Marcel HoltmannAdd skeleton for IPv4 configuration plugin
2008-06-28 Marcel HoltmannUpdate dhclient plugin with support for element infrast...
2008-06-28 Marcel HoltmannAdd simple Ethernet plugin
2008-06-28 Marcel HoltmannUpdate Bluetooth plugin with hardware detection support
2008-06-28 Marcel HoltmannAdd HAL based hardware detection plugin
2008-06-28 Marcel HoltmannAdd new element infrastructure
2008-06-28 Marcel HoltmannUse org.moblin instead of org.freedesktop
2008-06-28 Marcel HoltmannUse constants for the dhclient interface and path values
2008-06-28 Marcel HoltmannUse the exported D-Bus service name instead of hardcode...
2008-06-28 Marcel HoltmannExport the D-Bus service and interface constants
2008-06-28 Marcel HoltmannFix breakage caused by libgdbus API change
2008-06-28 Marcel HoltmannDon't use libconnman- prefix for plugins
2008-04-20 Marcel HoltmannInclude filename in debug output
2008-04-20 Marcel HoltmannCheck for GLib development files
2008-04-13 Marcel HoltmannUse GLib option parsing
2008-04-13 Marcel HoltmannSetup GLib and D-Bus threading support
2008-04-13 Marcel HoltmannAdd skeleton for Bluetooth plugin
2008-04-13 Marcel HoltmannUpdate copyright information
2008-04-08 Marcel HoltmannAdd support for creating and removing networks
2008-04-08 Marcel HoltmannUpdate scripts to handle new network methods
2008-04-07 Marcel HoltmannDecode Network Manager states into strings
2008-04-07 Marcel HoltmannAdd script to check the Network Manager compat layer
2008-04-07 Marcel HoltmannAdd simple script to show the master state
2008-04-07 Marcel HoltmannAdd documentation for GetState method and StateChanged...
2008-04-07 Marcel HoltmannImplement master state and fix Network Manager compat...
2008-04-07 Marcel HoltmannAlways unregister the whole object hierarchy
2008-04-04 Marcel HoltmannAdd callbacks for loading known networks
2008-04-04 Marcel HoltmannAdd skeleton for network functions
2008-04-04 Marcel HoltmannImprove selecting of networks
2008-04-04 Marcel HoltmannAdd script for seleting networks
2008-04-04 Marcel HoltmannOn successful connect store the network identifier
2008-04-04 Marcel HoltmannGive wpa_supplicant more hints on what is going on
2008-04-04 Marcel HoltmannUpdate state machine handling for wireless networks
2008-04-01 Marcel HoltmannDon't return IPv4 settings when in off or ignore policy
2008-03-28 Marcel HoltmannRemove filter on device removal
2008-03-28 Marcel HoltmannAlso check for the plugin suffix
2008-03-28 Marcel HoltmannFix DHCP release and dhclient termination
2008-03-26 Marcel HoltmannAdd workaround for my D-Link access point
2008-03-24 Marcel HoltmannThe only supported IPv4 method is DHCP at the moment
2008-03-24 Marcel HoltmannAdd allow policy for org.isc.dhclient
2008-03-24 Marcel HoltmannUpdate DHCP plugin to use D-Bus low-level calls
2008-03-24 Marcel HoltmannFix handling of networks without security
2008-03-24 Marcel HoltmannAdd more debug output for known networks
2008-03-24 Marcel HoltmannAdd resolver plugin using resolvconf helper tool
2008-03-24 Marcel HoltmannAdd abstraction for resolver modifications
2008-03-24 Marcel HoltmannAdd debug line for found passphrases
2008-03-13 Marcel HoltmannUse debug helper for the RTNL debugging output
2008-03-13 Marcel HoltmannUse list of known networks to re-connect to
2008-03-12 Marcel HoltmannAdd D-Bus configuration files for supplicant
2008-03-12 Marcel HoltmannAdd simple test script for D-Bus supplicant
2008-03-12 Marcel HoltmannChange 802.11 plugin to use D-Bus interface of supplicant
2008-03-12 Marcel HoltmannChange variables inside the network structure
2008-03-12 Marcel HoltmannAdd option for interface limitation
2008-03-11 Marcel HoltmannUse start/stop callbacks if provided
2008-03-07 Marcel HoltmannFix missing IW_EV_LCP_PK_LEN definition on some distrib...
2008-03-07 Marcel HoltmannFix compiler warning
2008-03-07 Marcel HoltmannDisable unused RTNL address handling for now
2008-03-03 Marcel HoltmannAdd plugin and script directories to pkg-config
2008-03-03 Marcel HoltmannRename package from connman-core to connman
2008-03-02 Marcel HoltmannAdd support for pkg-config
2008-03-01 Marcel HoltmannAdd first draft of plugin API description
2008-03-01 Marcel HoltmannAdd system activation support
2008-03-01 Marcel HoltmannImplement start and stop callbacks for 802.11
2008-03-01 Marcel HoltmannUpdate function names of 802.11 plugin
2008-03-01 Marcel HoltmannUpdate function names of 802.03 plugin
2008-03-01 Marcel HoltmannAdd callbacks for starting and stopping interface
2008-03-01 Marcel HoltmannFix endless loop in wireless event parsing
2008-02-27 Marcel HoltmannUpdate state machine for interfaces
2008-02-27 Marcel HoltmannEnable scanning flag and fix connect/disconnect handling
2008-02-26 Marcel HoltmannAdd example for showing the full introspection data
2008-02-26 Marcel HoltmannAdd support for indicating security methods
2008-02-26 Marcel HoltmannFix reconnect case when ESSID or PSK changes
2008-02-26 Marcel HoltmannAdd supplicant disconnect function
2008-02-26 Marcel HoltmannAdd support for storing last network and passphrases
2008-02-26 Marcel HoltmannFix ESSID parsing on 64-bit architectures
2008-02-26 Marcel HoltmannRename syslog parameter
2008-02-26 Marcel HoltmannAdd constant for user confirmation policy
2008-02-26 Marcel HoltmannAdd example for a simple agent
2008-02-26 Marcel HoltmannAdd example for starting scanning
next