summaryrefslogtreecommitdiff
path: root/src/profile.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-29Disable offline mode when enabling a technology from offline modeSamuel Ortiz1-2/+4
2010-01-02Add missing PropertyChanged signal from manager interfaceGustavo Sverzut Barbieri1-0/+7
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-19Rename D-Bus helper function for variable arraysMarcel Holtmann1-1/+1
2009-12-19Make use of property changed helper for arraysMarcel Holtmann1-42/+12
2009-12-19Add user data parameter to dictionary helpersMarcel Holtmann1-1/+1
2009-12-19Add user data argument to D-Bus array property helpersMarcel Holtmann1-4/+4
2009-12-19Rename D-Bus helper for basic dictionary typesMarcel Holtmann1-2/+2
2009-12-19Add user data to D-Bus helper function callbacksMarcel Holtmann1-3/+1
2009-12-19Use helper for basic property changed signalsMarcel Holtmann1-28/+4
2009-12-19Use new D-Bus helpers wherever possibleMarcel Holtmann1-82/+31
2009-12-14Add generic suffix handling to storage helpersMarcel Holtmann1-5/+5
2009-12-14Use public function to validate identifiersMarcel Holtmann1-19/+2
2009-12-14Fix memory leak in profiles and rename hash variableMarcel Holtmann1-11/+12
2009-11-29Use network details also for Ethernet devicesMarcel Holtmann1-22/+0
2009-08-29Fix profile cleanup race conditionMarcel Holtmann1-7/+5
2009-08-29Remove all the useless D-Bus connection passingMarcel Holtmann1-4/+4
2009-08-04Add support for creating, modifying and removing profilesMarcel Holtmann1-31/+494
2009-07-25Fix missing update of signal strength from scan resultsMarcel Holtmann1-0/+9
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