summaryrefslogtreecommitdiff
path: root/src/service.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-15service: Allow setting path when sending pending dbus replyJukka Rissanen1-4/+7
2012-08-15service: Add getter for favorite flagJulien Massot1-0/+5
2012-08-14service: Disconnect provider after connection timeoutJukka Rissanen1-0/+2
2012-08-14service: Allow plugins to lookup services by networksDaniel Wagner1-4/+4
2012-08-14service: Allow plugins access to connman_service_create_ip4/6configDaniel Wagner1-2/+2
2012-08-09service: Signal error property changesGrant Erickson1-5/+30
2012-08-08service: Initiate autoconnect after changing ipconfig methodJukka Rissanen1-0/+2
2012-08-08service: Do not set the service state when changing IPv4 methodJukka Rissanen1-2/+1
2012-08-08service: Do not try to connect to service that cannot create connectionJukka Rissanen1-0/+16
2012-07-15service: Avoid shadowing string variableMarcel Holtmann1-6/+6
2012-07-13service: Gateway IP address property is not sentJukka Rissanen1-0/+11
2012-07-05service: Make sure the pending reply is not lostJukka Rissanen1-0/+3
2012-06-18service: Connecting hidden network waits until connectedJukka Rissanen1-4/+44
2012-06-18service: Add support functions for pending repliesJukka Rissanen1-0/+32
2012-06-18service: Split reply_pending function to two partsJukka Rissanen1-13/+20
2012-06-15service: Take last error into acount when retrying to connectTomasz Bursztyka1-5/+19
2012-06-15service: Add a getter for the passphraseTomasz Bursztyka1-0/+8
2012-06-14service: Simplify nameserver route adding and removingPatrik Flykt1-30/+6
2012-06-14service: Check that the supplied nameserver is in numeric formatPatrik Flykt1-4/+6