summaryrefslogtreecommitdiff
path: root/src/connection.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15connection: Disconnect VPN when underlaying service disconnectsJukka Rissanen1-41/+63
2012-08-09connection: Set VPN default route to the VPN interfaceJukka Rissanen1-16/+4
2012-08-09connection: Add more debugging when setting VPN routesJukka Rissanen1-0/+7
2012-05-18connection: Refactor VPN route setupJukka Rissanen1-64/+72
2012-05-08connection: Fix possible NULL dereferenceAdrien Bustany1-15/+19
2012-05-08connection: Fix host route to VPN serverDaniel Wagner1-2/+13
2012-05-02connection: Set host route to VPN serverJukka Rissanen1-8/+24
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-12provider: Disconnect VPN when phy service is disconnectedJukka Rissanen1-0/+22
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-05connection: Set additional point-to-point routeJukka Rissanen1-16/+40
2012-04-05connection: Remove original default route only when neededJukka Rissanen1-2/+8
2012-04-05connection: Update service list orderJukka Rissanen1-0/+2
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: Allow removing only certain type nameserversJukka Rissanen1-1/+1
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-01-20connection: Only take service ref when saving serviceJukka Rissanen1-9/+5
2012-01-13connection: Fix service refcountYu A Wang1-0/+8
2011-12-01service: Recompute service state when moving it upTomasz Bursztyka1-2/+0
2011-09-12connection: Service was not ref counted properlyJukka Rissanen1-2/+4
2011-08-24connection: Default gateway is changed when reorganizing servicesJukka Rissanen1-2/+87
2011-08-18connection: Fix IPv6 host route setting when using VPNJukka Rissanen1-1/+2
2011-08-18connection: Fix indentationJukka Rissanen1-4/+4
2011-08-17connection: Fix vpn on networks without gatewayYu A Wang1-2/+33
2011-08-16connection: Set proper gateway for ppp linksYu A Wang1-0/+11
2011-07-08network: Let the gateway code handle the READY transitionSamuel Ortiz1-1/+2
2011-07-07service: Use __connman_service_ipconfig_indicate_state()Daniel Wagner1-2/+4
2011-06-27connection: Separate IPv4 and IPv6 gateway and routing handling.Jukka Rissanen1-120/+375
2011-05-31service: Indicate IP Configuration Ready EventGrant Erickson1-2/+1
2011-02-25connection: Do not move to DISCONNECT when removing a gatewaySamuel Ortiz1-8/+0
2011-02-25network: Remove gateway when network disconnectsSamuel Ortiz1-0/+4
2011-02-22connection: Check gateway_hash value before call update_order()Martin Xu1-0/+3
2011-02-15connection: Remove connection elementDaniel Wagner1-195/+135
2011-02-11service: Split service state to IPv4 and IPv6 partsJukka Rissanen1-2/+4
2011-01-05memoryleak: IPv6 gateway was not freedJukka Rissanen1-0/+1
2010-12-31memoryleak: remove the element for realJukka Rissanen1-0/+2
2010-12-21connection: Add gateway host routes for non NULL gatewaysSamuel Ortiz1-2/+5
2010-11-03connection: Prefer IPv4 peer over the regular addressSamuel Ortiz1-1/+7
2010-08-20Set VPN services as the default onesSamuel Ortiz1-4/+11
2010-07-29Update service domain name when connection becomes activeMarcel Holtmann1-3/+9
2010-07-29Initial IPv6 supportMartin Xu1-4/+20
2010-07-14change data->gateway to data->ipv4_gateway in src/connection.cMartin Xu1-21/+23