summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-19service: Check redundant default changed notifyJukka Rissanen1-1/+6
2012-03-19service: Allow removing only certain type nameserversJukka Rissanen3-11/+23
2012-03-19connection: Remove nameserver routes only onceJukka Rissanen1-2/+0
2012-03-19connection: Trigger service updates only after setting gatewaysJukka Rissanen1-7/+15
2012-03-19connection: Fix debugging printsJukka Rissanen1-3/+40
2012-03-19inet: Fix debugging printsJukka Rissanen1-7/+14
2012-03-04ipconfig: Fix broken attempt to handle {IPv4,IPv6}.ConfigurationMarcel Holtmann1-45/+14
2012-03-04service: Fix two small style issuesMarcel Holtmann1-2/+2
2012-03-04core: Add extra checks for set property methodsMarcel Holtmann4-0/+28
2012-03-04clock: Revert change to accept variant of variantMarcel Holtmann1-25/+0
2012-03-01ipconfig: Accept variant types in __connman_ipconfig_set_config()Tim Sander1-0/+36
2012-03-01clock: Accept variant types in SetPropertyTim Sander1-0/+25
2012-03-01service: Fix ServiceRemoved signalsPatrik Flykt1-10/+5
2012-03-01inet: Ensure data->channel exist before accessing itOtavio Salvador1-3/+5