Imported Upstream connman version 1.38
[platform/upstream/connman.git] / src / storage.c
2021-01-04 Niraj Kumar GoitImported Upstream connman version 1.38 29/246129/6
2020-05-08 Jaehyun KimMerge "Remove RW upgrade script" into tizen
2020-04-16 hyunuk.takAdd intelligent Network Selection 75/229975/9 accepted/tizen/unified/20200417.152700 submit/tizen/20200417.010643
2019-09-18 Nishant ChapranaImported Upstream version 1.37 66/214066/2 submit/tizen/20190920.082459
2018-01-23 Seonah MoonUpdated connman to version 1.35 94/166794/2
2018-01-08 Seonah MoonImported Upstream version 1.35 22/166122/1 upstream/1.35
2016-06-17 Niraj Kumar Goit[SPIN] Fix the connman bugs. 34/74634/2
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 13/67313/2
2015-08-07 hyunuktakBase Code merged to SPIN 2.4 38/45538/1 submit/tizen/20150810.034432
2014-07-17 Zhang zhengguangImported Upstream version 1.24 upstream/1.24
2013-02-19 Jukka Rissanenstorage: Add function to load provider configuration...
2013-01-04 Patrik Flyktstorage: Remove storage migration code
2013-01-04 Patrik Flyktcore: Remove WiMAX definitions from code
2012-11-23 Jukka Rissanenstorage: Add function to remove provider files
2012-11-05 Daniel Wagnerstorage: Add void if function does not have any arguments
2012-08-07 Andrei Gherzanstorage.c: Search for settings file even if d_type...
2012-07-18 Ross Burtonstorage: check that the string isn't empty before splitting
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