summaryrefslogtreecommitdiff
path: root/src/service.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-17[SPIN] Fix the connman bugs.Niraj Kumar Goit1-0/+11
2016-06-14[SPIN] implement to check blacklist for auto connection.Niraj Kumar Goit1-0/+30
2016-06-15[SPIN] gsupplicant: fix stucking in scanning state when scan failed.Niraj Kumar Goit1-0/+12
2016-06-14[SPIN] support ft-psk and ft-eap security type.Niraj Kumar Goit1-0/+6
2016-06-14[SPIN] set priority for connected service.Niraj Kumar Goit1-1/+26
2016-06-14[SPIN] wifi: enable to reload service profile from storage.Niraj Kumar Goit1-0/+16
2016-06-14service: clean up network for EAP in __connman_service_remove.Niraj Kumar Goit1-0/+20
2016-06-13Merge "Add support for WPS2-PSK security type in Security property of service...submit/tizen/20160614.053635accepted/tizen/wearable/20160614.103626accepted/tizen/tv/20160614.103619accepted/tizen/mobile/20160614.103642accepted/tizen/ivi/20160614.103653accepted/tizen/common/20160614.144019taesub kim1-0/+15
2016-06-12Merge "[SPIN] Add NULL check to prevent crash." into tizentaesub kim1-0/+4
2016-06-10[SPIN] Add NULL check to prevent crash.Niraj Kumar Goit1-0/+4
2016-06-10Add support for WPS2-PSK security type in Security property of service interfaceJaehyun Kim1-0/+15
2016-06-09[SPIN] service: extend wifi ext info for passpoint.Niraj Kumar Goit1-0/+4
2016-06-09[SPIN] Enable state changed even if service changed scheduled.Niraj Kumar Goit1-0/+2
2016-06-07[connman] Notify the IPv4 Ready State signal to UI followed by IPv6 Signal.submit/tizen/20160608.101452accepted/tizen/wearable/20160609.090715accepted/tizen/tv/20160609.090732accepted/tizen/mobile/20160609.090615accepted/tizen/ivi/20160609.090754accepted/tizen/common/20160608.160928Niraj Kumar Goit1-0/+13
2016-05-18Ignore the cellular service type for single connected techsubmit/tizen/20160519.085425accepted/tizen/wearable/20160520.003326accepted/tizen/tv/20160520.003211accepted/tizen/mobile/20160520.003740accepted/tizen/ivi/20160520.003254accepted/tizen/common/20160520.170958hyunuktak1-0/+5
2015-12-15Fixed various memory leak issuesSaurav Babu1-0/+2
2015-10-29Merge "[connman] Disabled favorite user checking before auto connection" into...submit/tizen/20151030.042942accepted/tizen/wearable/20151030.063221accepted/tizen/tv/20151030.063212accepted/tizen/mobile/20151030.063205taesub kim1-0/+6
2015-10-08[connman] Disabled favorite user checking before auto connectionSaurav Babu1-0/+6
2015-10-06Sync with Tizen 2.4(1.29.36)submit/tizen/20151020.082803accepted/tizen/wearable/20151020.111030accepted/tizen/tv/20151020.111019accepted/tizen/mobile/20151020.111002taesub.kim1-0/+60
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-194/+499
2015-07-08Remove the unused codesubmit/tizen/20150708.081957accepted/tizen/wearable/20150708.195759accepted/tizen/tv/20150708.195736accepted/tizen/mobile/20150708.195659Seonah Moon1-3/+0
2015-07-08Fix for wifi_scan-->"no Wifi-ap found"submit/tizen/20150708.074848pradeep kumar B1-0/+15
2015-07-08Fix MMS connection failureJaehyun Kim1-2/+453
2014-12-08multi-user: Fix service auto connect issuesubmit/tizen/20141208.013030accepted/tizen/wearable/20141210.194841accepted/tizen/tv/20141210.133225accepted/tizen/mobile/20141208.084229accepted/tizen/ivi/20141217.060504accepted/tizen/common/20141208.080901Zhang zhengguang1-8/+12
2014-11-26multi-user: Fix service load/save issuesZhang zhengguang1-8/+39
2014-11-21multi-user: Expose function to check service user favoriteZhang zhengguang1-0/+27
2014-11-07multi-user: Add multi-user support for auto connect servicesubmit/tizen/20141117.030429accepted/tizen/mobile/20141117.090654accepted/tizen/ivi/20141202.020921accepted/tizen/common/20141121.180554Zhang zhengguang1-0/+62
2014-11-07multi-user: Add multi-user support in serviceZhang zhengguang1-1/+156
2014-10-31Tizen: Fix wifi enterprise to support SIM and AKAArron Wang1-1/+12
2014-10-31Tizen: Export network proxy API for telephony pluginArron Wang1-0/+16
2014-10-31Tizen: Append extra wifi service propertyArron Wang1-0/+43
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-229/+188
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-1065/+1343
2013-06-10service: Send proxy properties when connected or disconnectedJukka Rissanen1-0/+2
2013-06-10service: Use GList instead of GSequence for service listDaniel Wagner1-186/+116
2013-06-10session: Use service iterator instead of match/creation callbacksDaniel Wagner1-21/+4
2013-06-10service: Initialize tech_dataDaniel Wagner1-1/+1
2013-05-31session: Add session argument to create_service_entry_cbDaniel Wagner1-2/+2
2013-05-29service: Update Domains property when Domains.Configuration changesPatrik Flykt1-0/+1
2013-05-29service: Check service type before fetching interface indexPatrik Flykt1-1/+4
2013-05-21service: Restart timeserver polling only for the default servicePatrik Flykt1-1/+3
2013-04-26service: Replace connman_uint8_t with uint8_tPatrik Flykt1-3/+4
2013-04-13service: Set state properly after disconnecting the associating serviceJukka Rissanen1-1/+3
2013-04-05service: Drop unused argument in preferred_tech_list_get()Daniel Wagner1-2/+2
2013-03-27service: Disconnect the connecting service when neededJukka Rissanen1-2/+12
2013-03-25service: Send IP config changed signal in disconnectJukka Rissanen1-0/+3
2013-03-25service: Only send correct ipconfig changed signalJukka Rissanen1-5/+10
2013-03-14service: User cannot modify immutable serviceJukka Rissanen1-0/+15
2013-03-08service: Send signal only if immutable flag value changesJukka Rissanen1-0/+4
2013-03-06service: Restart wispr on nameserver changeForest Bond1-0/+10