summaryrefslogtreecommitdiff
path: root/src/profile.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-17One second timeout for service list update delays is enoughMarcel Holtmann1-1/+1
2009-07-17Fix reference counting with multiple networks with same SSIDMarcel Holtmann1-18/+2
2009-07-17When network gets remove ensure to disconnect the serviceMarcel Holtmann1-0/+4
2009-07-17Fix issues with current auto-connect logicMarcel Holtmann1-2/+0
2009-07-16Trigger auto-connect from service list changed signalsMarcel Holtmann1-0/+2
2009-07-16Some service list updates should be not delayedMarcel Holtmann1-1/+6
2009-07-16Delay the update of service list by 2 secondsMarcel Holtmann1-4/+25
2009-06-28Check for valid default route when updating profile detailsMarcel Holtmann1-0/+2
2009-05-13Make some service function private for nowMarcel Holtmann1-2/+2
2009-04-23Export active profile path and ident informationMarcel Holtmann1-7/+18
2009-04-21Add basic handling of configuration stateMarcel Holtmann1-14/+0
2009-04-21Add support for carrier service stateMarcel Holtmann1-1/+1
2009-04-21Create proper service interface abstractionMarcel Holtmann1-424/+22
2009-04-13Fix infinite loop for service lookupMarcel Holtmann1-0/+2
2009-04-07Move service type and state declarations to header fileMarcel Holtmann1-17/+0
2009-04-07Add missing service statesMarcel Holtmann1-2/+17
2009-04-06Add support for handling carrier updates from devicesMarcel Holtmann1-11/+31
2009-04-05Add error checking for service methodsMarcel Holtmann1-0/+23
2009-04-05Use proper constants for service typeMarcel Holtmann1-16/+83
2009-04-05Add support for sending signals when service list changesMarcel Holtmann1-52/+84
2009-04-05Add initial steps for sorting service listMarcel Holtmann1-2/+31
2009-04-05Prefix group names with the service typeMarcel Holtmann1-2/+18
2009-04-04Use sequence instead of hash table for service listMarcel Holtmann1-10/+26
2009-04-04Add skeleton for service state propertyMarcel Holtmann1-0/+26
2009-04-04Update service interface declarationsMarcel Holtmann1-4/+44
2009-04-04Don't set name for Ethernet devicesMarcel Holtmann1-1/+0
2009-04-04Add support for favorite service settingMarcel Holtmann1-0/+6
2009-03-31Add support for mode, security and signal strength service propertiesMarcel Holtmann1-3/+43
2009-03-31Export device and network names via service interfaceMarcel Holtmann1-1/+10
2009-03-31Add initial support for service propertiesMarcel Holtmann1-4/+55
2009-03-31Add basic automatic clustering support for networksMarcel Holtmann1-3/+124
2009-03-11Add more helpers for handling profile/service supportMarcel Holtmann1-1/+13
2009-03-11Add skeleton for profile/service integrationMarcel Holtmann1-0/+28
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-20Use connman_dbus_dict_append_variant() instead of self-coded versionMarcel Holtmann1-18/+2
2008-08-07Add properties to the profile interfaceMarcel Holtmann1-0/+45
2008-08-07Add object path for the default profileMarcel Holtmann1-0/+35
2008-08-07Add initial skeleton for profile supportMarcel Holtmann1-0/+38