platform/upstream/connman.git
2010-08-12 Marcel HoltmannRelease 0.57 0.57
2010-08-12 Samuel OrtizBoth host and domain provider strings should not be...
2010-08-12 Samuel OrtizDevice is not offline when enabled succeeds or is in...
2010-08-10 Marcel HoltmannFix typo
2010-08-10 Samuel OrtizRemove unpaired Bluetooth devices
2010-08-10 Samuel OrtizWatch for Bluetooth device changes
2010-08-09 Samuel OrtizAdd BLOCKED technology state
2010-08-09 Samuel OrtizExport devices blocked status
2010-08-09 Samuel OrtizDisconnect VPNs when all services are offline
2010-08-09 Samuel OrtizFix provider refcounting
2010-08-06 Samuel OrtizDisable offline devices upon device_set_connected(TRUE...
2010-08-06 Yingan DengIf device is powered, set powered_pending from device_s...
2010-08-06 Samuel OrtizAlways create a default profile
2010-08-05 Samuel OrtizExport IPv4 PAC
2010-08-05 Samuel OrtizExport the VPN PAC file to the VPN service
2010-08-05 Samuel OrtizBuild VPN services based on VPN host and domain strings
2010-08-05 Samuel OrtizSimplify the provider creation code path
2010-08-05 Samuel OrtizRemove useless provider_free routine
2010-08-04 Marcel HoltmannRelease 0.56 0.56
2010-08-03 Marcel HoltmannUse five retries for DHCP discover and select requests
2010-08-03 Samuel OrtizUse connman_resolver_append() for adding VPN nameservers
2010-08-03 Samuel OrtizAdd VPN nameservers after being connected
2010-08-03 Samuel OrtizHave providers going through the configuration state
2010-08-03 Samuel OrtizAdd ipconfig layer to the VPN services
2010-08-03 Samuel OrtizReturn when VPN ip setting fails
2010-08-03 Marcel HoltmannIf hostname is not provided then don't request one...
2010-08-03 Samuel OrtizForward device_enable() error from enable_technolgy()
2010-08-03 Samuel OrtizDo not try to enable a device if it's rfkill blocked
2010-08-03 Samuel OrtizToggle the powered_pending device flag only if driver...
2010-08-03 Samuel OrtizUse __connman_device_[enable|disable] from set_powered
2010-08-03 Ying An DengToggle offline mode only if device enablement succeeds
2010-08-03 Samuel OrtizAdd server ID option support to dhcp-lib
2010-08-02 Samuel OrtizLink VPN nameservers and domains to the VPN service
2010-08-02 Samuel OrtizTrack and report VPN providers states
2010-08-02 Samuel OrtizUpdate the provider related documentation
2010-08-02 Samuel OrtizRemove the manager Providers property
2010-08-02 Samuel OrtizRemove provider PassphraseRequired property
2010-08-02 Samuel OrtizSwitch VPN service state to IDLE when being disconnected
2010-08-02 Samuel OrtizFix test-manager
2010-08-02 Samuel OrtizUpdate test scripts for the new provider interface
2010-08-02 Samuel OrtizRemove the provider D-Bus interface
2010-08-02 Samuel OrtizLink providers with services
2010-08-02 Samuel OrtizUnref openconnect provider on disconnect and remove
2010-08-02 Marcel HoltmannFix potential NULL pointer with DHCP plugin and hostname
2010-08-01 Marcel HoltmannFix up test tool for web service library
2010-08-01 Marcel HoltmannAdd some initial support for HTTP to web service library
2010-08-01 Marcel HoltmannReport error if lookup fails
2010-08-01 Marcel HoltmannFix small function prototype mismatch
2010-07-31 Marcel HoltmannAdd simple test tool for web service library
2010-07-31 Marcel HoltmannAdd skeleton for web service library
2010-07-31 Marcel HoltmannAdd placeholder for PAC file download
2010-07-30 Marcel HoltmannFix WPAD issue with empty result list
2010-07-30 Marcel HoltmannCheck also top-level DNS records for WPAD information
2010-07-30 Marcel HoltmannFix broken printout of proxy auto-configuration test...
2010-07-30 Marcel HoltmannAdd test script for retrieving proxy auto-configuration
2010-07-30 Marcel HoltmannAdd decoding of IPv6 properties for get-services test...
2010-07-30 Marcel HoltmannAdd support for property changed signal for domain...
2010-07-30 Marcel HoltmannFix missing export of current domain name
2010-07-30 Marcel HoltmannClaim ownership of some task from TODO list
2010-07-30 Marcel HoltmannAdd decoding support for IPv6 properties
2010-07-30 Marcel HoltmannAdd support for WPAD setting proxy information
2010-07-30 Marcel HoltmannAdd proxy auto-config support to service and IP config...
2010-07-30 Marcel HoltmannAdd support for proxy auto-configuration D-Bus properties
2010-07-30 Marcel HoltmannAdd support for retrieving proxy auto-configuration...
2010-07-30 Marcel HoltmannAdd function to get nameserver address for a service
2010-07-30 Marcel HoltmannAdd function for retrieving index value from service
2010-07-30 Marcel HoltmannUpdate service domain name when connection becomes...
2010-07-30 Marcel HoltmannAdd support for storing service specific domain name
2010-07-30 Marcel HoltmannProvide access to hostname and domainname element prope...
2010-07-30 Marcel HoltmannFix memory leak with IPv6 address and network values
2010-07-30 Marcel HoltmannStore host and domain names retrieved from DHCP
2010-07-30 Marcel HoltmannRequest proxy auto configuration from DHCP server
2010-07-30 Marcel HoltmannAdd missing src/wpad.c file
2010-07-30 Marcel HoltmannAdd skeleton for WPAD integration
2010-07-29 Marcel HoltmannFix build issue with dhclient-test utility
2010-07-29 Marcel HoltmannAdd simple test tool for running WPAD DNS queries
2010-07-29 Marcel HoltmannRemove some unneeded casts in DHCP plugin
2010-07-29 Marcel HoltmannAdd domain name support to DHCP plugin
2010-07-29 Marcel HoltmannAdd domain name support to DHCP test tool
2010-07-29 Marcel HoltmannAdd DHCP library constant for requesting domain name
2010-07-29 Marcel HoltmannFix stupid typo
2010-07-29 Marcel HoltmannAdd some debug handling for received packets in DHCP...
2010-07-29 Marcel HoltmannRemove unused timer code from DHCP library
2010-07-29 Samuel OrtizSkip IPv6 link-local addresses reporting
2010-07-29 Samuel OrtizSet default ipconfig method to OFF for IPv6
2010-07-29 Marcel HoltmannAdd minimal debug support for DHCP client library
2010-07-29 Marcel HoltmannAdd CONNMAN_DHCP_DEBUG handling to DHCP plugin
2010-07-29 Samuel OrtizDisable offline mode when enabling a technology from...
2010-07-29 Martin XuSet default IPv6 method as off
2010-07-29 Samuel OrtizFix dhclient-test.c build error
2010-07-29 Samuel OrtizSeparate v4 and v6 gateways in connman_ipdevice structure
2010-07-29 Samuel OrtizAdd a family argument to the ipconfig routing functions
2010-07-29 Samuel OrtizAdd a family member to connman_ipaddress
2010-07-29 Samuel OrtizUpdate test scripts for IPv6 support
2010-07-29 Samuel OrtizTrack IPv6 address changes through rtnl
2010-07-29 Martin XuInitial IPv6 support
2010-07-28 Marcel HoltmannFix timer handling for DHCP library test tool
2010-07-28 Marcel HoltmannAdd tool for standalone dhclient testing
2010-07-28 Marcel HoltmannAdd some extra checks to dhclient callout script
2010-07-28 Marcel HoltmannReport human readable status information for resolver...
next