service: Indicate IP Configuration Ready Event
[framework/connectivity/connman.git] / src / connection.c
2011-05-31 Grant Ericksonservice: Indicate IP Configuration Ready Event
2011-02-25 Samuel Ortizconnection: Do not move to DISCONNECT when removing...
2011-02-25 Samuel Ortiznetwork: Remove gateway when network disconnects
2011-02-22 Martin Xuconnection: Check gateway_hash value before call update...
2011-02-15 Daniel Wagnerconnection: Remove connection element
2011-02-11 Jukka Rissanenservice: Split service state to IPv4 and IPv6 parts
2011-01-06 Jukka Rissanenmemoryleak: IPv6 gateway was not freed
2010-12-31 Jukka Rissanenmemoryleak: remove the element for real
2010-12-21 Samuel Ortizconnection: Add gateway host routes for non NULL gateways
2010-11-03 Samuel Ortizconnection: Prefer IPv4 peer over the regular address
2010-08-20 Samuel OrtizSet VPN services as the default ones
2010-07-30 Marcel HoltmannUpdate service domain name when connection becomes...
2010-07-29 Martin XuInitial IPv6 support
2010-07-14 Martin Xuchange data->gateway to data->ipv4_gateway in src/conne...
2010-07-12 Samuel OrtizCheck for add_gateway() return value before dereferenci...
2010-07-12 Samuel OrtizSet DNS host routes before toggling the service READY...
2010-07-12 Samuel OrtizFactorize host route setting routine
2010-06-15 Kalle ValoSupport for ppp default route setting
2010-06-10 Marcel HoltmannFix potential uninitilized variable usage
2010-06-10 Marcel HoltmannPrefer to use err instead of ret for variable names
2010-06-08 Samuel OrtizSet default gateway when route deletion fails
2010-05-06 Mohamed AbbasClean all VPN added host and gateway entries on VPN...
2010-05-06 Mohamed AbbasFix issue with two default gateways when using VPN
2010-03-25 Martin XuAdd static gateway support
2010-02-11 Mohamed AbbasFix VPN issue when setting up host route
2010-01-05 Marcel HoltmannUse common set of INET routing helpers
2010-01-05 Marcel HoltmannAdd helper for removing host routes
2010-01-05 Marcel HoltmannSplit gateway and host route setting in two separate...
2010-01-02 Marcel HoltmannUpdate copyright information
2009-12-30 Martin XuUse new functions for setting gateway address or interface
2009-12-08 Mohamed AbbasAdd special routing handling for VPN support
2009-12-07 Marcel HoltmannRemove unused connection interface
2009-08-09 Marcel HoltmannAdd support for storing default gateway information
2009-07-23 Marcel HoltmannFix signals for connected and default technologies
2009-07-16 Marcel HoltmannDelay the update of service list by 2 seconds
2009-07-16 Marcel HoltmannFix handling of strict-aliasing rules
2009-07-15 Marcel HoltmannReturn a proper order value for the default service
2009-06-30 Samuel OrtizCheck for active_gateway being non NULL before derefere...
2009-06-26 Marcel HoltmannAdd support for switching default route based on servic...
2009-05-27 Marcel HoltmannAdd host route to default gateway first
2009-05-16 Marcel HoltmannAdd support for default route notifications
2009-05-13 Marcel HoltmannFix service state signal emission and error handling
2009-04-21 Marcel HoltmannAdd support for service ready and disconnect state...
2009-04-21 Marcel HoltmannRename helper function to get device/network path
2009-04-13 Marcel HoltmannRemove gateway from list when switching connections
2009-03-11 Marcel HoltmannAdd fully dynamic property storage capabilities
2009-01-23 Marcel HoltmannMove connection signal handling away from elements...
2009-01-21 Marcel HoltmannAdd support for static IPv4 settings
2009-01-21 Marcel HoltmannVerify argument type before processing
2009-01-10 Marcel HoltmannAdd Device and Network property to connection interface
2009-01-06 Marcel HoltmannAdd support for different security privileges
2009-01-05 Marcel HoltmannAdd support for connection strength property
2009-01-05 Marcel HoltmannAdd support for connection type property
2009-01-05 Marcel HoltmannAdd support for IPv4 details in connection interface
2009-01-05 Marcel HoltmannAdd property to indicate default connections
2009-01-05 Marcel HoltmannExport interface name via connection
2009-01-05 Marcel HoltmannRemove gateway setup into the core connection handling
2009-01-05 Marcel HoltmannRegister connection interface
2009-01-05 Marcel HoltmannAdd skeleton for core connection driver