summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-11service: Set autoconnect according to configured preferencesPatrik Flykt1-5/+14
2012-04-11main: Add 'DefaultAutoConnectTechnologies' configuration optionPatrik Flykt1-0/+59
2012-04-11service: Add __connman_service_string2type() functionPatrik Flykt2-0/+28
2012-04-05timeserver: Check for resolv before accessing itAlok Barsode1-1/+1
2012-04-05timeservers: Add Fallback TimerserversAlok Barsode2-0/+14
2012-04-05main: Parse FallbackTimeservers list from main.confAlok Barsode1-0/+21
2012-04-05ntp: Shorten NTP failure delayAlok Barsode1-2/+2
2012-04-05timeserver: Add Timeservers.Configuration to timeserver listAlok Barsode2-0/+9
2012-04-05service: Add Timeservers.Configuration PropertyAlok Barsode1-0/+79
2012-04-05timeserver: Add service gateway to timeserver listAlok Barsode1-3/+17
2012-04-05timeserver: Create timeserver listAlok Barsode2-83/+119
2012-04-05timeserver: Trigger ntp on default changed notifierAlok Barsode2-7/+30
2012-04-05service: Add __connman_service_get_defaultAlok Barsode2-6/+7
2012-04-05Replace older system timeserver values with new ones instead of appendingAlok Barsode2-96/+23
2012-04-05connection: Add host route for VPN when setting default gatewayJukka Rissanen1-0/+4
2012-04-05connection: Remove wrong VPN routeJukka Rissanen1-10/+22
2012-04-05inet: Build failure fixPatrik Flykt1-1/+1
2012-04-056to4: Connectivity check was done too earlyJukka Rissanen1-13/+71
2012-04-056to4: Add web debug printsJukka Rissanen1-0/+9
2012-04-05inet: Refactor rtnl functions in 6to4.cJukka Rissanen3-191/+375
2012-04-05connection: Set additional point-to-point routeJukka Rissanen1-16/+40
2012-04-05service: Nameservers behind P-t-P link need special handlingJukka Rissanen1-8/+23
2012-04-05net: Add functions to get dest address of P-t-P linkJukka Rissanen1-0/+94
2012-04-05connection: Remove original default route only when neededJukka Rissanen1-2/+8
2012-04-05service: Return service split routing statusJukka Rissanen2-0/+7
2012-04-05connection: Update service list orderJukka Rissanen1-0/+2
2012-04-05service: Add function to update the service list orderJukka Rissanen2-0/+10
2012-04-05service: Save/load split routing information for VPNJukka Rissanen1-2/+8
2012-04-05service: Allow user to do split routing for VPN servicesJukka Rissanen1-6/+30
2012-04-05provider: Check if there are any routes for the providerJukka Rissanen2-0/+18
2012-04-05provider: Allow user to set routes when creating providerJukka Rissanen1-2/+51
2012-04-05provider: Save and load user specified routesJukka Rissanen1-4/+74
2012-04-05provider: Add support for user defined routesJukka Rissanen2-0/+36
2012-04-02dnsproxy: Refactor request destroy codeDaniel Wagner1-14/+13
2012-03-27provider: Free provider when destructing itJukka Rissanen1-0/+1
2012-03-21dnsproxy: Remove pending requests before destroying the channelJulien Massot1-0/+4
2012-03-20service: Fix refcount leak on ipconfigsDaniel Wagner1-0/+25
2012-03-20ipconfig: Disable IPv6 for new interfacesDaniel Wagner1-0/+7
2012-03-20ipconfig: Track ipconfigs enabled/disabled stateDaniel Wagner1-0/+7
2012-03-20ipconfig: Do not enable IPv6 ipconfigs when loading the propertiesDaniel Wagner1-3/+0
2012-03-20service: Enable AutoConnect for new ethernet servicesDaniel Wagner1-1/+2
2012-03-20service: Load/store AutoConnect and Favorite properties for ethernetDaniel Wagner1-12/+14
2012-03-19wispr: do not take care about http_proxyTomasz Bursztyka1-3/+0
2012-03-19wispr: do not lookup for proxy if service does not provide anyTomasz Bursztyka1-6/+23
2012-03-19connection: Try to avoid having two default gatewaysJukka Rissanen1-13/+131
2012-03-19connection: Remove obsolete routes for VPNJukka Rissanen1-6/+0
2012-03-19connection: Check all active gateways in updateJukka Rissanen1-17/+34
2012-03-19connection: Get correct VPN phy link dataJukka Rissanen1-56/+93
2012-03-19connection: Do not set host routes in VPN caseJukka Rissanen1-17/+0
2012-03-19connection: Avoid stale memory accessJukka Rissanen1-1/+2