summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-01-24network: Add caller information to ref/unref debug prints.Jukka Rissanen1-6/+9
2012-01-24device: Add caller information to ref/unref debug prints.Jukka Rissanen1-3/+9
2012-01-24provider: Add caller information to ref/unref debug prints.Jukka Rissanen1-4/+9
2012-01-24ipconfig: Add caller information to ref/unref debug prints.Jukka Rissanen2-6/+20
2012-01-24service: Add caller information to ref/unref debug prints.Jukka Rissanen1-4/+9
2012-01-24technology: Add object path to TechnologyAdded signalDaniel Wagner1-0/+2
2012-01-24dnsproxy: Check that cache is valid before accessing it.Jukka Rissanen1-4/+12
2012-01-24network: Avoid double network disconnect.Jukka Rissanen1-1/+2
2012-01-24network: Refactor set_connected() function.Jukka Rissanen1-116/+139
2012-01-20provider: Remove provider from the hash properlyJukka Rissanen1-1/+1
2012-01-20provider: VPN service can be nullJukka Rissanen1-2/+4
2012-01-20technology: Fix g_dbus_emit_signal argumentAlok Barsode1-1/+1
2012-01-20technology: Remove unused notifier functionsPatrik Flykt1-6/+0
2012-01-20notifier: Remove unused technology notifiersPatrik Flykt2-185/+0
2012-01-20technology: Add 'Powered' Technology propertyPatrik Flykt2-156/+192
2012-01-20manager: Remove EnableTechnology and DisableTechnologyPatrik Flykt1-74/+0
2012-01-20ipconfig: Possible to have double unrefJukka Rissanen1-1/+1
2012-01-20proxy: Service was saved but not referencedJukka Rissanen1-1/+2
2012-01-20connection: Only take service ref when saving serviceJukka Rissanen1-9/+5
2012-01-20service: Properly ref/unref the networkJukka Rissanen1-2/+4
2012-01-20service: Refactor the service unref functionJukka Rissanen3-36/+23
2012-01-20service: Add ref counting debugJukka Rissanen1-2/+2
2012-01-20service: Cleanup of already removed functionalityJukka Rissanen1-5/+1
2012-01-20dhcpv6: Do not start release if we are not connectedJukka Rissanen1-0/+10
2012-01-20network: Do not start IPv6 autoconfiguration if already pendingJukka Rissanen1-0/+10
2012-01-20dhcpv6: Prevent user from starting DHCPv6 multiple timesJukka Rissanen1-0/+16
2012-01-20network: Add more debug printsJukka Rissanen1-1/+3
2012-01-20network: Verify we are connected before starting DHCPv6Jukka Rissanen1-0/+9
2012-01-20dhcpv6: Add more debug printsJukka Rissanen1-1/+8
2012-01-20dhcpv6: Do not wait answer to RELEASE messageJukka Rissanen2-17/+9
2012-01-16technology: Register a technology is there's a driver for itAlok Barsode1-22/+25
2012-01-16technology: Assign driver to technology at creation timeAlok Barsode1-15/+2
2012-01-16dnsproxy: Fix invalid hash table cleanupDaniel Wagner1-1/+6
2012-01-13ipconfig: Move connman_ipaddress declaration to connman.hDaniel Wagner1-0/+9
2012-01-13ipconfig: Rename previously public functionsDaniel Wagner7-68/+68
2012-01-13ipconfig: Move connman_ipconfig_* to connman.hDaniel Wagner1-0/+29
2012-01-13technology: Add missing args terminationDaniel Wagner1-1/+2
2012-01-13connection: Fix service refcountYu A Wang1-0/+8
2012-01-13service: Fix reply_pending in __connman_service_connectDanny Jeongseok Seo1-1/+1
2012-01-10session: Undo empty D-Bus message checkDaniel Wagner1-5/+0
2012-01-10provider: Undo empty D-Bus message checkDaniel Wagner1-3/+0
2012-01-10agent: Undo empty D-Bus message checkDaniel Wagner1-6/+0
2012-01-10dnsproxy: Empty lines cleanupDaniel Wagner1-6/+5
2012-01-10dnsproxy: Add cache refreshing logicArjan van de Ven1-9/+134
2012-01-10dnsproxy: Add a "invalidate cache" functionArjan van de Ven1-0/+43
2012-01-10dnsproxy: Deal nicer with a cache-full situationArjan van de Ven1-7/+31
2012-01-10dnsproxy: Track cache hit statisticsArjan van de Ven1-1/+20
2012-01-10dnsproxy: Have a minimum cache TTLArjan van de Ven1-0/+7
2012-01-10dnsproxy: Cache negative IPv6 entries for the case where we have an IPv4 entr...Arjan van de Ven1-2/+56
2012-01-10dnsproxy: Send the correct TTL to our clientsArjan van de Ven1-3/+67