wifi: Add support for autoscan request
[framework/connectivity/connman.git] / src / storage.c
2012-06-11 Jukka Rissanenstorage: Add function to remove a service directory
2012-05-28 Jukka Rissanenstorage: Remove obsolete functions that nobody calls
2012-05-24 Grant Ericksonstorage: migrate 0.76-era device enabled / powered...
2012-05-24 Patrik Flyktstorage: Remove default.profile when migration has...
2012-05-24 Patrik Flyktstorage: Migrate services from obsolete default.profile
2012-05-24 Patrik Flyktstorage: Remove support for loading services from defau...
2012-05-24 Patrik Flyktstorage: Return any errors when saving services and...
2012-04-28 Marcel Holtmanncore: Update copyright information
2012-04-27 Jukka Rissanenstorage: Create settings file only when migrating
2012-01-27 Patrik Flyktstorage: Function to fetch all saved providers
2012-01-05 Flavio Ceolinstorage: Using the right free func
2011-12-22 Daniel Wagnerstorage: Remove useless comments
2011-12-22 Daniel Wagnerstorage: Use technology name Cellular instead 3G
2011-11-24 Alok Barsodestorage: Add default values to settings file.
2011-11-07 Patrik Flyktstorage: Load and save functions for providers
2011-11-07 Patrik Flyktstorage: Trivial change to free pathname in common...
2011-11-07 Patrik Flyktstorage: Don't list provider settings directories
2011-09-13 Jukka Rissanenstorage: Export service loading function
2011-09-13 Jukka Rissanenstorage: Add services getter
2011-09-12 Alok Barsodestorage: Switch to <service_id> directories
2011-09-12 Alok Barsodestorage: Switch to settings file
2011-08-25 Alok Barsodestorage: remove storage module framework
2011-08-25 Alok Barsodestorage: Remove technology state load/save methods...
2011-08-25 Alok Barsodeprofile: Remove profile.c and profile.h
2011-08-25 Alok Barsodedevice: Remove device persistent code
2011-08-25 Alok Barsodetechnology: Save state persistently
2011-06-16 Daniel Wagnerelement: Remove element.c
2010-01-02 Marcel HoltmannUpdate copyright information
2009-12-14 Marcel HoltmannAdd framework for configuration files
2009-12-14 Marcel HoltmannAdd generic suffix handling to storage helpers
2009-08-04 Marcel HoltmannAdd support for creating, modifying and removing profiles
2009-07-22 Marcel HoltmannRemove deprecated and unused network storage callbacks
2009-07-22 Marcel HoltmannAdd common helpers for keyfile storage
2009-07-22 Marcel HoltmannAdd infrastructure for global settings storage
2009-04-23 Marcel HoltmannAdd callbacks for service storage functions
2009-01-07 Marcel HoltmannAdd support for storage setup callbacks
2009-01-05 Marcel HoltmannRemove element specific storage functions
2009-01-04 Marcel HoltmannRemove useless driver debugging details
2009-01-04 Marcel HoltmannAdd functions for loading and saving information
2009-01-04 Marcel HoltmannAdd skeleton for storage drivers
2009-01-01 Marcel HoltmannUpdate copyright information
2009-01-01 Marcel HoltmannRemove deprecated network subtype
2008-12-10 Marcel HoltmannAdd Available and Remember properties for networks
2008-12-05 Marcel HoltmannDon't store the enable status of an element
2008-12-05 Marcel HoltmannLoad policy configuration from storage
2008-12-05 Marcel HoltmannStore the policy setting
2008-12-05 Marcel HoltmannDon't store fake or network device elements
2008-12-02 Marcel HoltmannRemove usage of GStaticMutex since it causes compiler...
2008-11-23 Marcel HoltmannAdd support for WiFi Security and Passphrase properties
2008-11-19 Marcel HoltmannStore element properties in key files
2008-08-12 Marcel HoltmannDisable SQLite example code for now
2008-07-02 Marcel HoltmannAdd skeleton for new storage support using SQLite3