Release 0.60
[platform/upstream/connman.git] / src /
2010-09-08 Pekka Pessinetwork: don't connect if already removed
2010-09-08 Pekka Pessinetwork: don't add into profile while unregistered
2010-09-08 Pekka Pessiservice: debug log ref and unref
2010-09-08 Pekka PessiRevert "service: don't keep ref to a removed network"
2010-09-08 Samuel OrtizSet the devices offline mode to FALSE when setting...
2010-09-08 Samuel OrtizTry to detect portal even if the location driver is...
2010-09-08 Samuel OrtizSend Ethernet property changed signal when the ipconfig...
2010-09-07 Samuel OrtizReset proxy setting when disconnecting
2010-08-28 Pekka Pessiservice: don't keep ref to a removed network
2010-08-28 Pekka Pessidevice: remove stale pointer from network
2010-08-28 Martin XuIngnore the offline operation of the blocked device
2010-08-21 Marcel HoltmannEnsure that all provider object paths are valid
2010-08-21 Marcel HoltmannEnsure to also replace colon in provider D-Bus object...
2010-08-20 Samuel OrtizFix VPN nameservers parsing
2010-08-20 Samuel OrtizDisconnect VPNs when no physical services are left
2010-08-20 Samuel OrtizDefault service change notification when going online
2010-08-20 Samuel OrtizVPN services should have the highest order
2010-08-20 Samuel OrtizVPN services also have an interface
2010-08-20 Samuel OrtizSet VPN services as the default ones
2010-08-20 Samuel OrtizService lookup based on interface index
2010-08-20 Pekka Pessierror: fix warning about formatting string
2010-08-20 Marcel HoltmannMove the backtrace functions to a different place
2010-08-19 Marcel HoltmannRemove wrong comma from D-Bus error message helper
2010-08-19 Daniel WagnerFix whitespace damage
2010-08-18 Daniel WagnerAdd support for roaming/home network statistic
2010-08-18 Daniel WagnerRemove "__connman" prefix from static functions
2010-08-17 Samuel OrtizConnMan backtrace support
2010-08-16 Samuel OrtizSave profile when enabling device while in offline...
2010-08-13 Samuel OrtizDisable technology when removing device
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-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-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 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-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 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 OrtizRemove the provider D-Bus interface
2010-08-02 Samuel OrtizLink providers with services
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 HoltmannAdd support for property changed signal for domain...
2010-07-30 Marcel HoltmannFix missing export of current domain name
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 HoltmannAdd missing src/wpad.c file
2010-07-30 Marcel HoltmannAdd skeleton for WPAD integration
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 Samuel OrtizDisable offline mode when enabling a technology from...
2010-07-29 Martin XuSet default IPv6 method as off
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 OrtizTrack IPv6 address changes through rtnl
2010-07-29 Martin XuInitial IPv6 support
2010-07-26 Samuel OrtizHave ondemand_connected always return TRUE
2010-07-26 Samuel OrtizDon't try to connect when service list is empty
2010-07-26 Samuel OrtizAdd a resolver flush method
2010-07-26 Samuel OrtizInitial on-demand connection implementation
2010-07-24 Marcel HoltmannUpdate RegisterCounter method parameters
2010-07-21 Samuel OrtizCheck for NULL service pointer in nameserver host route...
2010-07-15 Marcel HoltmannProvide unique identifier along with the interface...
2010-07-15 Marcel HoltmannAdd service property and signals for LoginRequired
2010-07-15 Marcel HoltmannFix Ethernet service type detection
2010-07-15 Marcel HoltmannFix proper detection for pure Ethernet technology types
2010-07-15 Marcel HoltmannAdd technology driver callbacks for adding/removing...
2010-07-15 Marcel HoltmannMonitor interface creation/removal and check DEVTYPE
2010-07-15 Marcel HoltmannAdd technology driver callback for setting Tethering
next