Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-23 | Updated connman to version 1.35 | Seonah Moon | 1 | -2/+0 | |
Change-Id: I13526fbf80296a79be15548fc226a308941ac9ec Signed-off-by: Taesub Kim <taesub.kim@samsung.com> | |||||
2018-01-08 | Imported Upstream version 1.35upstream/1.35 | Seonah Moon | 1 | -2/+0 | |
Change-Id: I174854914d9fd06a813270b57d1f7bc2bac63c6a Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2016-06-17 | [SPIN] Fix the connman bugs. | Niraj Kumar Goit | 1 | -0/+14 | |
- Fixed NTP service's DNS resolving failure in Hive project. - Do not turn "wlan0" interface down in cleanup_devices(). - Set resource limits "RLIMIT_NOFILE" for a process. - After appending a file, fflush and fsync all modified in-core data of the file. Change-Id: I2767b3302d6204d066fe2075027828ff209d0ee0 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com> | |||||
2015-08-07 | Base Code merged to SPIN 2.4submit/tizen/20150810.034432 | hyunuktak | 1 | -0/+0 | |
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17 | |||||
2014-07-17 | Imported Upstream version 1.24upstream/1.24 | Zhang zhengguang | 1 | -55/+55 | |
2013-02-19 | storage: Add function to load provider configuration file | Jukka Rissanen | 1 | -0/+16 | |
2013-01-04 | storage: Remove storage migration code | Patrik Flykt | 1 | -175/+0 | |
2013-01-04 | core: Remove WiMAX definitions from code | Patrik Flykt | 1 | -15/+0 | |
2012-11-23 | storage: Add function to remove provider files | Jukka Rissanen | 1 | -0/+40 | |
2012-11-05 | storage: Add void if function does not have any arguments | Daniel Wagner | 1 | -4/+4 | |
2012-08-07 | storage.c: Search for settings file even if d_type is DT_UNKNOWN. | Andrei Gherzan | 1 | -0/+1 | |
This is useful for filesystems where d_type is always DT_UNKNOWN, for example in reiserfs. | |||||
2012-07-18 | storage: check that the string isn't empty before splitting | Ross Burton | 1 | -1/+5 | |
If the string was non-NULL but empty (str="\0"), the following \0 assignment would write to str[-1] and thus cause memory corruption. On PPC and MIPS, this was causing crashes in glibc. | |||||
2012-06-11 | storage: Add function to remove a service directory | Jukka Rissanen | 1 | -0/+63 | |
All known files from service directory are removed and if successfull then the service directory is also removed. | |||||
2012-05-28 | storage: Remove obsolete functions that nobody calls | Jukka Rissanen | 1 | -24/+0 | |
Config load and save functions are not called so they are not needed. | |||||
2012-05-24 | storage: migrate 0.76-era device enabled / powered state | Grant Erickson | 1 | -5/+29 | |
This patch ensures that [device_<type>] Powered=<true|false> device enabled / powered state migrates from 0.76-era versions of default.profile. | |||||
2012-05-24 | storage: Remove default.profile when migration has been done | Patrik Flykt | 1 | -6/+19 | |
Unconditionally remove default.profile without any migration if the currently used global settings save file exists. The current settings formats for global and service settings were introduced in version 0.78. | |||||
2012-05-24 | storage: Migrate services from obsolete default.profile | Patrik Flykt | 1 | -0/+52 | |
In order to remove the obsolete default.profile, migrate services into the new setup with per-service directories. If the service exists in the new format, it is not migrated. | |||||
2012-05-24 | storage: Remove support for loading services from default.profile | Patrik Flykt | 1 | -10/+0 | |
2012-05-24 | storage: Return any errors when saving services and global config | Patrik Flykt | 1 | -8/+18 | |
2012-04-29 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2012-04-27 | storage: Create settings file only when migrating | Jukka Rissanen | 1 | -27/+7 | |
The settings file is created only when migrating from default.profile. This means that technology default values are used if settings file does not exists. | |||||
2012-01-27 | storage: Function to fetch all saved providers | Patrik Flykt | 1 | -0/+49 | |
Implement __connman_storage_get_providers() to fetch all stored providers. | |||||
2012-01-05 | storage: Using the right free func | Flavio Ceolin | 1 | -1/+1 | |
Fixing a segfault when it fails to store an information, just using g_error_free instead of g_free. | |||||
2011-12-22 | storage: Remove useless comments | Daniel Wagner | 1 | -6/+0 | |
No additional information in the comments. | |||||
2011-12-22 | storage: Use technology name Cellular instead 3G | Daniel Wagner | 1 | -4/+4 | |
2011-11-24 | storage: Add default values to settings file. | Alok Barsode | 1 | -25/+58 | |
On a clean start (without default.profile) create the settings file with default values. Here is a list of default values: Offlinemode = off. Wifi = disabled. bluetooth = disabled. ethernet = disabled. 3G = disabled. WiMAX = disabled. The reason for offlinemode to be off here is that any changes to the technology will not be recorded if we start in offlinemode. Fixes BMC#24285 | |||||
2011-11-07 | storage: Load and save functions for providers | Patrik Flykt | 1 | -0/+38 | |
2011-11-07 | storage: Trivial change to free pathname in common part of the code | Patrik Flykt | 1 | -5/+2 | |
2011-11-07 | storage: Don't list provider settings directories | Patrik Flykt | 1 | -1/+2 | |
2011-09-13 | storage: Export service loading function | Jukka Rissanen | 1 | -1/+1 | |
2011-09-13 | storage: Add services getter | Jukka Rissanen | 1 | -0/+54 | |
2011-09-12 | storage: Switch to <service_id> directories | Alok Barsode | 1 | -0/+81 | |
Service settings would now reside in /var/lib/connman/service_id/settings. we fallback on /var/lib/connman/default.profile for a smooth transition. | |||||
2011-09-12 | storage: Switch to settings file | Alok Barsode | 1 | -64/+175 | |
All the global settings would reside in /var/lib/connman/settings. We also migrate global keys from /var/lib/connman/default.profile to /var/lib/connman/settings for a smooth transition. | |||||
2011-08-25 | storage: remove storage module framework | Alok Barsode | 1 | -89/+0 | |
2011-08-25 | storage: Remove technology state load/save methods from storage module | Alok Barsode | 1 | -36/+0 | |
2011-08-25 | profile: Remove profile.c and profile.h | Alok Barsode | 1 | -54/+0 | |
2011-08-25 | device: Remove device persistent code | Alok Barsode | 1 | -36/+0 | |
Connman now stores technology states persistently. Hence there is no reason to store device states persistently. | |||||
2011-08-25 | technology: Save state persistently | Alok Barsode | 1 | -0/+36 | |
Save the technology state persistently. This will help in resuming the technology state after offlinemode or during startup. This patch just saves the states. | |||||
2011-06-16 | element: Remove element.c | Daniel Wagner | 1 | -0/+1 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-14 | Add framework for configuration files | Marcel Holtmann | 1 | -0/+17 | |
2009-12-14 | Add generic suffix handling to storage helpers | Marcel Holtmann | 1 | -9/+28 | |
2009-08-04 | Add support for creating, modifying and removing profiles | Marcel Holtmann | 1 | -39/+69 | |
2009-07-22 | Remove deprecated and unused network storage callbacks | Marcel Holtmann | 1 | -79/+0 | |
2009-07-22 | Add common helpers for keyfile storage | Marcel Holtmann | 1 | -0/+66 | |
2009-07-22 | Add infrastructure for global settings storage | Marcel Holtmann | 1 | -0/+36 | |
2009-04-23 | Add callbacks for service storage functions | Marcel Holtmann | 1 | -0/+43 | |
2009-01-07 | Add support for storage setup callbacks | Marcel Holtmann | 1 | -0/+36 | |
2009-01-05 | Remove element specific storage functions | Marcel Holtmann | 1 | -165/+0 | |
2009-01-04 | Remove useless driver debugging details | Marcel Holtmann | 1 | -8/+0 | |