summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-09-13technology: Returns the right error when setting tetheringTomasz Bursztyka1-2/+6
2012-09-13tethering: Reset the tethering refcount on errorPatrik Flykt1-1/+6
2012-09-13ipconfig: Catch interface name changesJukka Rissanen1-1/+12
2012-09-13agent: Fixes refcounting issueTomasz Bursztyka1-12/+4
2012-09-11proxy: Set lookup to NULL if the tokens did not matchPatrik Flykt1-0/+2
2012-09-11wispr: Add backpointer to wispr portal structurePatrik Flykt1-0/+10
2012-09-07tethering: Fix error path in __connman_tethering_set_enabled()Artem Bityutskiy1-0/+3
2012-09-07tethering: Re-add error message about missing bridge functionalityArtem Bityutskiy1-1/+3
2012-09-07tethering: Fix bridge module loading problemArtem Bityutskiy1-6/+12
2012-09-07technology: Fix memory leak as the tethering strings were not freedJukka Rissanen1-0/+4
2012-09-07config: Call g_clear_error to prevent memory leakDanny Jeongseok Seo1-0/+1
2012-09-04agent: Always clean up and unref on agent shutdownPatrik Flykt1-12/+9
2012-09-04agent: Cancel agent requestsPatrik Flykt2-0/+11
2012-09-04agent: Implement Agent API Cancel() method callPatrik Flykt2-0/+56
2012-09-04agent: Use the Agent queueing functions when sending requestsPatrik Flykt1-81/+52
2012-09-04agent: Implement Agent API message queueingPatrik Flykt1-0/+114
2012-09-04Use g_slist_prepend() where appropriatePatrik Flykt10-14/+14
2012-08-30session: Do not track disconnect reasonDaniel Wagner1-15/+8
2012-08-30session: Move RoamingPolicy to configuration pluginDaniel Wagner1-40/+14
2012-08-30session: Move EmergencyCall to configuration pluginDaniel Wagner1-99/+27
2012-08-30session: Remove StayConnected implementationDaniel Wagner1-21/+2
2012-08-30session: Move Priority to configuration pluginDaniel Wagner1-18/+15
2012-08-30session: Add configuration pluginDaniel Wagner1-0/+95
2012-08-30session: Remove SessionMarker implementationDaniel Wagner1-12/+0
2012-08-30session: Remove PeriodicConnect implementationDaniel Wagner1-51/+3
2012-08-30session: Remove IdleTimeout implementationDaniel Wagner1-19/+0
2012-08-30service: Do not report error twiceAlok Barsode1-3/+0
2012-08-29inet: Properly remove IPv4 address and set interface downPatrik Flykt1-3/+5
2012-08-23provider: Return VPN gateway IP addressJukka Rissanen1-1/+7
2012-08-23device: Refactor device scan functionJukka Rissanen1-7/+5
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-22wispr: Fix refcounting issueTomasz Bursztyka1-4/+9
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-17inet: Clear IP addresses when interface is set downPatrik Flykt1-2/+8
2012-08-17service: Clear service error on successfull connection attemptsPatrik Flykt1-5/+4
2012-08-17ipconfig: Use correct ipconfig ipaddress for FIXED methodPatrik Flykt1-9/+5
2012-08-17technology: Move SetProperty to async method callTomasz Bursztyka1-1/+1
2012-08-17technology: Refactor enable/disable technologyTomasz Bursztyka1-86/+39
2012-08-16timezone: Add commentPatrik Flykt1-1/+1
2012-08-16timezone: If there is no d_type support use fstatat()Andrei Gherzan1-0/+13
2012-08-15provider: Return EINPROGRESS to the caller when connect is pendingJukka Rissanen2-1/+34
2012-08-15service: Remember provider pending dbus messageJukka Rissanen2-0/+29
2012-08-15service: Allow setting path when sending pending dbus replyJukka Rissanen3-6/+10
2012-08-15connection: Disconnect VPN when underlaying service disconnectsJukka Rissanen1-41/+63
2012-08-15inet: Add function to return route to a given hostJukka Rissanen2-0/+153
2012-08-15service: Add getter for favorite flagJulien Massot1-0/+5
2012-08-14iptables: Load table at the right placesTomasz Bursztyka1-9/+27
2012-08-14iptables: Refactor default return code usageTomasz Bursztyka1-9/+7