summaryrefslogtreecommitdiff
path: root/src/connection.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-12Check for add_gateway() return value before dereferencing itSamuel Ortiz1-6/+11
2010-07-12Set DNS host routes before toggling the service READY stateSamuel Ortiz1-6/+11
2010-07-12Factorize host route setting routineSamuel Ortiz1-4/+4
2010-06-16Support for ppp default route settingKalle Valo1-16/+17
2010-06-10Fix potential uninitilized variable usageMarcel Holtmann1-0/+2
2010-06-10Prefer to use err instead of ret for variable namesMarcel Holtmann1-6/+6
2010-06-08Set default gateway when route deletion failsSamuel Ortiz1-4/+10
2010-05-06Clean all VPN added host and gateway entries on VPN disconnectMohamed Abbas1-10/+13
2010-05-06Fix issue with two default gateways when using VPNMohamed Abbas1-0/+1
2010-03-25Add static gateway supportMartin Xu1-2/+3
2010-02-11Fix VPN issue when setting up host routeMohamed Abbas1-2/+3
2010-01-05Use common set of INET routing helpersMarcel Holtmann1-210/+17
2010-01-05Add helper for removing host routesMarcel Holtmann1-1/+1
2010-01-05Split gateway and host route setting in two separate functionsMarcel Holtmann1-0/+2
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-30Use new functions for setting gateway address or interfaceMartin Xu1-75/+16
2009-12-09Add special routing handling for VPN supportMohamed Abbas1-5/+204
2009-12-07Remove unused connection interfaceMarcel Holtmann1-200/+0
2009-08-08Add support for storing default gateway informationMarcel Holtmann1-2/+0
2009-07-23Fix signals for connected and default technologiesMarcel Holtmann1-0/+2
2009-07-16Delay the update of service list by 2 secondsMarcel Holtmann1-2/+7
2009-07-16Fix handling of strict-aliasing rulesMarcel Holtmann1-29/+38
2009-07-15Return a proper order value for the default serviceMarcel Holtmann1-5/+7
2009-06-30Check for active_gateway being non NULL before dereferencing itSamuel Ortiz1-1/+1
2009-06-26Add support for switching default route based on service orderMarcel Holtmann1-92/+128
2009-05-27Add host route to default gateway firstMarcel Holtmann1-0/+22
2009-05-16Add support for default route notificationsMarcel Holtmann1-4/+15