summaryrefslogtreecommitdiff
path: root/src/manager.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-28RemoveProvider argument is an object pathSamuel Ortiz1-3/+3
2010-09-09Remove the no longer needed security frameworkMarcel Holtmann1-32/+0
2010-08-02Remove the manager Providers propertySamuel Ortiz1-2/+0
2010-07-29Disable offline mode when enabling a technology from offline modeSamuel Ortiz1-1/+1
2010-07-23Update RegisterCounter method parametersMarcel Holtmann1-4/+7
2010-07-03Add initial bits and pieces for Tethering supportMarcel Holtmann1-1/+19
2010-05-13Fix wrong return type of LookupService messageMarcel Holtmann1-1/+1
2010-05-13Minor whitespace versus tab changeMarcel Holtmann1-1/+1
2010-05-13Add method to retrieve sorted list of tuples for servicesMarcel Holtmann1-0/+30
2010-05-13Add initial support for LookupService helper methodMarcel Holtmann1-0/+20
2010-05-12Fail immediately enabling/disabling unregistered technologyForest Bond1-0/+6
2010-04-03Add session D-Bus manager APISamuel Ortiz1-0/+42
2010-01-25Add support for technology interfaceMarcel Holtmann1-3/+2
2010-01-05Move online/offline state handling into notifier frameworkMarcel Holtmann1-10/+3
2010-01-04Add framework for counter callbacksMarcel Holtmann1-0/+44
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-19Rename D-Bus helper function for variable arraysMarcel Holtmann1-9/+9
2009-12-19Add user data parameter to dictionary helpersMarcel Holtmann1-9/+9
2009-12-19Rename D-Bus helper for basic dictionary typesMarcel Holtmann1-4/+4
2009-12-19Fix typo with exported device listMarcel Holtmann1-1/+1
2009-12-19Use new D-Bus helpers wherever possibleMarcel Holtmann1-231/+20
2009-12-09Add interfaces for connecting providersMohamed Abbas1-0/+76
2009-12-07Remove unused connection interfaceMarcel Holtmann1-25/+0
2009-11-25Add support for dynamic debug frameworkMarcel Holtmann1-0/+51
2009-08-29Add support for handling errors from agent registrationMarcel Holtmann1-18/+10
2009-08-29Remove all the useless D-Bus connection passingMarcel Holtmann1-4/+7
2009-08-04Add support for creating, modifying and removing profilesMarcel Holtmann1-76/+35
2009-07-24Fix wrong variable reference when sending technology repliesMarcel Holtmann1-1/+1
2009-07-24Add timeout for technology enable and disable operationMarcel Holtmann1-0/+25
2009-07-24Add support for blocking enable and disable technology changesMarcel Holtmann1-21/+77
2009-07-23Fix wrong usage of device types instead of service typesMarcel Holtmann1-18/+18
2009-07-22Fix the state value of Network Manager compatibility supportMarcel Holtmann1-1/+4
2009-07-22Add support for global offline mode storageMarcel Holtmann1-0/+58
2009-07-22Enforce current offline mode for new devicesMarcel Holtmann1-0/+5
2009-07-19Add support for default technology propertyMarcel Holtmann1-0/+5
2009-07-19Add simple GetState method for really simple applicationsMarcel Holtmann1-0/+21
2009-07-19Add support for ConnectedTechnologies propertyMarcel Holtmann1-9/+53
2009-07-19Rename Technologies property to AvailableTechnologiesMarcel Holtmann1-1/+1
2009-07-19Track service types and not device types for technologies listingMarcel Holtmann1-1/+1
2009-07-17Add full support for enable/disable technology methodsMarcel Holtmann1-2/+52
2009-07-16Add skeleton for EnableTechnology/DisableTechnology methodsMarcel Holtmann1-8/+36
2009-07-16Add support for Technologies and EnabledTechnologies propertiesMarcel Holtmann1-0/+32
2009-07-16Add global method call to request scanningMarcel Holtmann1-1/+36
2009-07-16Add support for connecting existing services via SSIDMarcel Holtmann1-17/+8
2009-07-14Make the ConnectService method asyncMarcel Holtmann1-1/+2
2009-06-30Return positive result if properties are already setMarcel Holtmann1-1/+1
2009-06-29The global policy also makes no sense and so remove that, tooMarcel Holtmann1-52/+1
2009-06-29Return error for invalid properties on manager and service interfacesMarcel Holtmann1-1/+2
2009-05-16Add special StateChanged signalMarcel Holtmann1-0/+1
2009-05-13Add callback skeleton for generic service connect methodMarcel Holtmann1-6/+40