summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-01-23Added API for enabling tetheringsubmit/tizen_ivi_release/20140312.071515submit/tizen/20140307.080756submit/tizen/20140123.215424accepted/tizen/ivi/release/20140312.113719accepted/tizen/ivi/20140308.005500accepted/tizen/ivi/20140123.222913tizen_ivi_releaseaccepted/tizen_ivi_releaseaccepted/tizen/iviOto Ciulis5-2/+122
Change-Id: Iab08af56c29ec596022df96a1cf4a61c45fd4a70 Signed-off-by: Oto Ciulis <oto.ciulis@ixonos.com>
2014-01-23Added autoconnect property settings for servicesOto Ciulis3-4/+53
Change-Id: I746684bb679a490618d8c5bb887cb537f6f76e79 Signed-off-by: Oto Ciulis <oto.ciulis@ixonos.com>
2014-01-10Add support for removing WiFi connections. Fixes TIVI-2326.Ossama Othman2-9/+18
Change-Id: Iad368daf498908e7daab14cfb50a5e378552515e Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-12-16Bump to version 0.4.1.submit/tizen/20131219.042933submit/tizen/20131216.234806accepted/tizen/ivi/20131219.042752accepted/tizen/ivi/20131217.184805Ossama Othman3-2/+9
Change-Id: Id307c0afb0e429ae7fdb069893aeb3f74a33319c Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-12-16[connman] Fixed connection information clean-up.Ossama Othman3-31/+40
Change-Id: I28cb9317e720569827b9633fb78be365c5f68218 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-12-16[connman] Fixed off-by-one technology property retrieval error.Ossama Othman1-1/+1
Change-Id: If38c2911385ad70ed02f989497a758ab9fd0c10d Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-12-16Log warning instead fatally failing if Agent registration fails.Ossama Othman2-6/+7
Change-Id: I2b61e618723308c592f1e3d11d27ebe9a7c4dc1c Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-12-16Do not terminate settingsd on plugin exception.Ossama Othman3-14/+20
Improve exception reporting, as well. Change-Id: I6e4c839caca4a08c71e15335d2997403f39aa21b Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-12-11Fix TIVI-{1191,1192,2108} by implementing a connman 'Agent'.submit/tizen/20131213.180923accepted/tizen/ivi/20131214.022856Ossama Othman33-167/+958
Change-Id: Ibd0277bb3252b33b30f96b0221938aab161128a0 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-12-04Bump version to 0.3.submit/tizen/20131204.173730accepted/tizen/20131207.002830Ossama Othman3-2/+10
Change-Id: Ic270b1f9317e7b5407fbbbce263d97fca84b4470 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-12-03Support technology PropertyChanged signal reporting again.Ossama Othman6-14/+376
Change-Id: I6a68046a324b603388a20a084950bfc1f4baa73e Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-11-26Migrated to new connman::service interface.Ossama Othman6-7/+272
Change-Id: Ic907b6a604355f330b477acb6e1d55cd8921039c Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-11-26Migrated to new connman::technology interface.Ossama Othman12-558/+221
Change-Id: I4dd40214baf16fda00177da11fa7e83cdc4f2e3c Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-11-26Fixed memory leak that occurred on failed service (dis)connect.Ossama Othman1-1/+1
Change-Id: If706a7ccc1e5036c9e0b56554b80ae265a4d90d5 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-11-26Implemented connman::manager API.Ossama Othman5-81/+190
Change-Id: Ieda667e805637888a232fbd271c66a91b26f7a89 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-11-06TIVI-1933, TIVI-1957: Enable socket activation support.submit/tizen_ivi_stable/20131119.035451submit/tizen/20131106.220754accepted/tizen_ivi_stable/20131119.040308accepted/tizen/20131111.231329accepted/tizen/20131106.223055Ossama Othman6-20/+53
Change-Id: I9e79031a01a74dac03b0aa18405417f983e91244 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-16[dbus_connection] Improved exception safety.Ossama Othman3-5/+25
Change-Id: I9dc39a6bab125c426107d9f742d2585b74cea75e Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-16Fixed libwebsocket_context race condition.Ossama Othman2-22/+19
Tie the lifetime of the websocket_server to this thread, not the main thread, so that we have no lifetime related race conditions with respect to the underlying libwebsocket_context object. Change-Id: Icb49f5fa21e7cea5fdc7f4f0023a551f40ef8b49 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-16[connman] Share a single connection to D-Bus system bus.Ossama Othman20-38/+235
Previously each GDBusProxy to a Connman object had its own system bus connection. That was wasteful and unnecessary. All Connman D-Bus proxies now share a single connection. This reduces resource utilization and improves performance in some cases, e.g. the settings daemon WiFi connect/disconnect implementation. Change-Id: Idec33eeb90f8403170adc4f9eec5984bb98b5ce6 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-15Make git ignore Doxygen generated documentation.Ossama Othman1-1/+1
Change-Id: I5577aad60ebf93b0c82b8f813ea9134af16fb75e Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-15Removed obsolete 'todo' comment.Ossama Othman1-5/+0
Change-Id: I208cd381c0f2dc3f4d3788d49f08452c936c1209 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-15[smart_ptr] Don't reinvent the wheel. Leverage std::unique_ptr<>.Ossama Othman19-412/+216
Change-Id: I85f01f1ef464e9ad31a4268fdcdb1c0297244c23 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-15Removed unused reverse_lock.hpp header.Ossama Othman2-83/+0
Change-Id: I7d4bc1e77faf29d8229b898413bf777223de9508 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-15Changed the event JSON format to be more generic.Ossama Othman6-99/+115
Change-Id: Ia415f9096060a70109bba5ddd7bc5c7575d45ced Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-15Refactored connman signal callback to generic D-Bus signal callback.Ossama Othman8-51/+51
Change-Id: I575f74a095a9b4fb0fb496935b384ab72c20a2f7 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-15Added D-Bus introspection XML for settingsd connman Agent.Ossama Othman4-3/+118
Change-Id: I47a43428741b33e2918c4a5fc5e6418894427773 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-15Effectively make connman_manager a singleton.Ossama Othman9-27/+35
Only one instance of connman_manager is needed since the corresponding connman Manager is really a global object. Change-Id: I5143c607c91663d5004024a427dc50142c7aa33a Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-15Implemented event reporting to settings daemon clients.Ossama Othman33-539/+881
Change-Id: Ia6e5abe6e6a8a7cf1d6ce8a27e1be8ce6cab61a1 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-08[smart_ptr] Corrected documentation: s/typename/class/Ossama Othman1-3/+3
Change-Id: Ie53824f5887e573f389760e646f468015a686049 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-08Removed unnecessary include directives.Ossama Othman2-2/+0
Change-Id: Idaf14bef736c02dad23a6e737c303d455f7a950d Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-08Add new line at end of exception log message.Ossama Othman1-1/+1
Change-Id: I9bab5dd8e7cf070418ce1d3c16562cd68e954d13 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-08Do not continue with initialization if no plugins are found.Ossama Othman1-5/+6
Change-Id: I1cbb55628e0e6253920519384d16c04384abb6d7 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-08[manager] Return immediately on empty request.Ossama Othman1-1/+3
Change-Id: Ib2b2b6743d119666757c79347a15142d94053ec1 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-04Added missing return value in assignment operator.Ossama Othman1-0/+2
Change-Id: Ie2e93e25b6145b37d7431fa005f0ca99086ee60e Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-04Do not return in functions with void return types.Ossama Othman1-2/+2
Change-Id: Iaf44b84358eff305b62d0c0894e31d9e8a555837 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-04Updated autoconf-archive boost and C++11 macros to later version.Ossama Othman8-131/+152
Change-Id: I32d8892557b4759c28c0a6c6dadd27f5de79dc69 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-04Enable Doxygen doc generation.Ossama Othman4-13/+545
Change-Id: If99c2567846ee2842626ef0f7428e781d63f5979 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-10-03TIVI-1924: Initial commit of IVI settings daemon.submit/tizen_ivi_release/20131120.032742submit/tizen_ivi_milestone/20131113.054518submit/tizen_ivi_genivi/20140131.070647submit/tizen_ivi_generic/20140131.065503submit/tizen/20131003.211152ivi_oct_m2accepted/tizen_ivi_release/20131120.050012accepted/tizen/ivi/genivi/20140131.070902accepted/tizen/20131003.220350accepted/tizen/20131003.215933tizen_ivi_geniviOssama Othman77-0/+10041
This daemon provides a native backend to the Settings app. It fills functionality gaps in the Web API, such as WiFi and date/time, required by the Settings app. This version contains support for unsecured WiFi connections and setting the date and time. Change-Id: I2810d0910029c4ed146e9ff740c246d428767649 Signed-off-by: Ossama Othman <ossama.othman@intel.com>
2013-07-31Added README placeholder file.Ossama Othman1-0/+0
Signed-off-by: Ossama Othman <ossama.othman@intel.com>