summaryrefslogtreecommitdiff
path: root/src/service.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-04Tizen: Add always on featureArron Wang1-0/+40
2013-07-04Tizen: Fix wifi enterprise to support SIM and AKAArron Wang1-0/+12
2013-07-01Tizen: Export network proxy API for telephony pluginArron Wang1-0/+16
2013-07-01Fix Wi-Fi WEP OPEN and WEP SHAREDJaehyun Kim1-0/+6
2013-07-01Tizen: Add refcount for cellular service connectionArron Wang1-0/+85
2013-07-01Tizen: Fix reply pending bugArron Wang1-0/+12
2013-07-01Tizen: Append extra wifi service propertyArron Wang1-0/+42
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
2013-02-22service: Refactor ipconfig setterJukka Rissanen1-13/+19
2013-02-22service: Add function to set timeserversJukka Rissanen1-0/+15
2013-02-22service: Add function to manipulate DNS search domainsJukka Rissanen1-0/+19
2013-02-22service: Add function to manipulate ignore flagJukka Rissanen1-0/+11
2013-02-05service: Validate the IP addresses before usePatrik Flykt1-41/+58
2013-02-05service: Factor out ipconfig creationPatrik Flykt1-20/+38
2013-01-30service: Must not return NULL with a synchronous GDBus method callPatrik Flykt1-2/+0
2013-01-24service: Notify leaving online state when downgrading it to readyTomasz Bursztyka1-1/+3
2013-01-16service: Trigger autoconnect when AutoConnect flag is enabledJukka Rissanen1-0/+3
2013-01-15service: Update notifier state when relevant while getting readyTomasz Bursztyka1-1/+2
2013-01-04core: Remove WiMAX definitions from codePatrik Flykt1-13/+0
2012-11-23agent: Split agent code into generic and service specific partsJukka Rissanen1-4/+52
2012-11-23provider: Provider disconnect function made available to pluginJukka Rissanen1-4/+4
2012-11-22core: Use interface index instead of interface namePatrik Flykt1-42/+29
2012-10-18service: Prefer user connected services with SingleConnectedTechnologyPatrik Flykt1-0/+20
2012-10-18service: Clear user connected flag on disconnectPatrik Flykt1-2/+2
2012-10-18service: Keep only a single connected technology if configuredPatrik Flykt1-0/+33
2012-10-18service: Fix default service switching and setting gatewayPatrik Flykt1-2/+3
2012-10-18service: A preferred service in state ready is good enoughPatrik Flykt1-5/+1
2012-10-18service: Don't trigger autoconnect when neither service is preferredPatrik Flykt1-3/+0
2012-09-28wispr: Service does not need to be reference countedPatrik Flykt1-0/+1
2012-09-04agent: Cancel agent requestsPatrik Flykt1-0/+2
2012-09-04Use g_slist_prepend() where appropriatePatrik Flykt1-1/+1
2012-08-30service: Do not report error twiceAlok Barsode1-3/+0
2012-08-22service: Always zero the timeout id when timer triggersPatrik Flykt1-1/+2
2012-08-22service: Send updated properties after ServicesChangedPatrik Flykt1-3/+75
2012-08-20service: Restore error clearing on Agent replyPatrik Flykt1-0/+3
2012-08-17service: Allow connection if there are interfaces availableJukka Rissanen1-1/+32
2012-08-17service: Clear service error on successfull connection attemptsPatrik Flykt1-5/+4
2012-08-15provider: Return EINPROGRESS to the caller when connect is pendingJukka Rissanen1-0/+6
2012-08-15service: Remember provider pending dbus messageJukka Rissanen1-0/+26