device: Combine two if statements with identical outcome
[framework/connectivity/connman.git] / src / manager.c
2012-05-22 Marcel Holtmannmanager: Use simpler argument names in ServicesChanged...
2012-05-22 Marcel Holtmannmanager: Fix wrong signature for SetProperty method
2012-05-18 Henrique Dante de... Do not set signature and reply in GDBus tables
2012-05-18 Henrique Dante de... Convert GDBus methods and signals to use macro helpers
2012-05-18 Henrique Dante de... Constify GDBus signal tables
2012-05-18 Henrique Dante de... Constify GDBus method tables
2012-04-28 Marcel Holtmanncore: Update copyright information
2012-04-17 Marcel Holtmannmanager: Remove experimental debug properties
2012-04-17 Marcel Holtmannmanager: Make two global variables static
2012-04-11 Patrik Flyktservice: Add ServicesChanged signal
2012-03-05 Marcel Holtmanncore: Add extra checks for set property methods
2012-02-27 Marcel Holtmannmanager: Fix signature of ServicesRemoved signal
2012-02-24 Patrik Flyktservice: Remove 'Services' property from Manager D...
2012-02-24 Patrik Flyktservice: Implement ServicesAdded and ServicesRemoved...
2012-02-24 Patrik Flyktmanager: Use helper function for adding arrays of objpa...
2012-02-15 Alok Barsodemanager: Fix TechnologyAdded signal signature
2012-02-04 Patrik Flyktmanager: Remove RequestScan D-Bus method call
2012-01-20 Patrik Flyktmanager: Remove EnableTechnology and DisableTechnology
2012-01-05 Patrik Flyktmanager: Remove manager 'Technologies' property
2012-01-05 Patrik Flykttechnology: Implement Manager API GetTechnologies metho...
2012-01-05 Patrik Flykttechnology: Add 'TechnologyAdded' and 'TechnologyRemove...
2012-01-05 Patrik Flyktmanager: Remove DefaultTechnology and associated function
2012-01-05 Patrik Flyktmanager: Remove ConnectedTechnologies and associated...
2012-01-05 Patrik Flyktmanager: Remove EnabledTechnologies and associated...
2012-01-05 Patrik Flyktmanager: Remove AvailableTechnologies and associated...
2011-12-10 Marcel Holtmannmanager: Remove support for GetState method and StateCh...
2011-12-10 Marcel Holtmannmanager: Remove support for ProvisionService method
2011-12-10 Marcel Holtmannmanager: Remove support for ConnectService method
2011-12-10 Marcel Holtmannmanager: Remove support for LookupService method
2011-09-19 Daniel Wagnermanager: Only defer result when enabling session mode
2011-08-25 Alok Barsodetechnology: Save/Load offlinemode
2011-08-25 Alok Barsodetechnology: Redo offlinemode logic
2011-08-25 Alok Barsodetechnology: Modify technology enable/disable APIs
2011-08-25 Alok Barsodetechnology: Refactor enable/disable APIs
2011-08-11 Daniel Wagnermanager: Defer return of setting session mode if not...
2011-06-30 Guillaume Zajactethering: Update APIs to be able to use multiple priva...
2011-06-16 Daniel Wagnerelement: Remove element.c
2011-06-07 Daniel Wagnerelement: Remove device code
2011-04-20 Gustavo F. Padovantethering: Add private networks ip configuration and NAT
2011-04-20 Gustavo F. Padovantethering: Add support to create private networks TUN...
2011-04-20 Gustavo F. Padovanmanager: Add hooks for the PrivateNetwork API
2011-04-11 Henri Braggemanager: Implement service provisioning via dbus
2011-04-04 Samuel Ortizmanager: Remove the Create/RemoveProfile D-Bus API
2011-03-31 Daniel Wagnersession: Refactor session API
2011-03-31 Daniel Wagnermanager: Add session mode
2011-02-02 Samuel Ortiztethering: Add a tethering property per technology
2011-01-28 Kalle Valomanager: Remove network-manager compatibility code
2011-01-22 Kalle Valomanager: Send network-manager state change signals
2010-09-28 Samuel OrtizRemoveProvider argument is an object path
2010-09-09 Marcel HoltmannRemove the no longer needed security framework
2010-08-02 Samuel OrtizRemove the manager Providers property
2010-07-29 Samuel OrtizDisable offline mode when enabling a technology from...
2010-07-24 Marcel HoltmannUpdate RegisterCounter method parameters
2010-07-03 Marcel HoltmannAdd initial bits and pieces for Tethering support
2010-05-13 Marcel HoltmannFix wrong return type of LookupService message
2010-05-13 Marcel HoltmannMinor whitespace versus tab change
2010-05-13 Marcel HoltmannAdd method to retrieve sorted list of tuples for services
2010-05-13 Marcel HoltmannAdd initial support for LookupService helper method
2010-05-12 Forest BondFail immediately enabling/disabling unregistered technology
2010-04-03 Samuel OrtizAdd session D-Bus manager API
2010-01-25 Marcel HoltmannAdd support for technology interface
2010-01-05 Marcel HoltmannMove online/offline state handling into notifier framework
2010-01-05 Marcel HoltmannAdd framework for counter callbacks
2010-01-02 Marcel HoltmannUpdate copyright information
2009-12-19 Marcel HoltmannRename D-Bus helper function for variable arrays
2009-12-19 Marcel HoltmannAdd user data parameter to dictionary helpers
2009-12-19 Marcel HoltmannRename D-Bus helper for basic dictionary types
2009-12-19 Marcel HoltmannFix typo with exported device list
2009-12-19 Marcel HoltmannUse new D-Bus helpers wherever possible
2009-12-08 Mohamed AbbasAdd interfaces for connecting providers
2009-12-07 Marcel HoltmannRemove unused connection interface
2009-11-25 Marcel HoltmannAdd support for dynamic debug framework
2009-08-30 Marcel HoltmannAdd support for handling errors from agent registration
2009-08-30 Marcel HoltmannRemove all the useless D-Bus connection passing
2009-08-04 Marcel HoltmannAdd support for creating, modifying and removing profiles
2009-07-24 Marcel HoltmannFix wrong variable reference when sending technology...
2009-07-23 Marcel HoltmannAdd timeout for technology enable and disable operation
2009-07-23 Marcel HoltmannAdd support for blocking enable and disable technology...
2009-07-23 Marcel HoltmannFix wrong usage of device types instead of service...
2009-07-22 Marcel HoltmannFix the state value of Network Manager compatibility...
2009-07-22 Marcel HoltmannAdd support for global offline mode storage
2009-07-22 Marcel HoltmannEnforce current offline mode for new devices
2009-07-19 Marcel HoltmannAdd support for default technology property
2009-07-19 Marcel HoltmannAdd simple GetState method for really simple applications
2009-07-19 Marcel HoltmannAdd support for ConnectedTechnologies property
2009-07-19 Marcel HoltmannRename Technologies property to AvailableTechnologies
2009-07-19 Marcel HoltmannTrack service types and not device types for technologi...
2009-07-17 Marcel HoltmannAdd full support for enable/disable technology methods
2009-07-16 Marcel HoltmannAdd skeleton for EnableTechnology/DisableTechnology...
2009-07-16 Marcel HoltmannAdd support for Technologies and EnabledTechnologies...
2009-07-16 Marcel HoltmannAdd global method call to request scanning
2009-07-16 Marcel HoltmannAdd support for connecting existing services via SSID
2009-07-14 Marcel HoltmannMake the ConnectService method async
2009-06-30 Marcel HoltmannReturn positive result if properties are already set
2009-06-29 Marcel HoltmannThe global policy also makes no sense and so remove...
2009-06-29 Marcel HoltmannReturn error for invalid properties on manager and...
2009-05-16 Marcel HoltmannAdd special StateChanged signal
2009-05-14 Marcel HoltmannAdd callback skeleton for generic service connect method
2009-04-23 Marcel HoltmannExport active profile path and ident information
2009-04-21 Marcel HoltmannCreate proper service interface abstraction
next