summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-02-01ippool: Add API to notify when IP is externally assignedDaniel Wagner3-7/+90
2012-02-01tethering: Use IP pool API with DHCPGuillaume Zajac1-14/+29
2012-02-01tethering: Use IP pool API with private networkGuillaume Zajac1-12/+18
2012-02-01ippool: Add IP pool layerDaniel Wagner3-0/+315
2012-02-01session: Send SessionMode property change messageDaniel Wagner1-1/+7
2012-02-01technology: Fix technology refcountingAlok Barsode1-2/+6
2012-02-01technology: Create a list for technology orphaned rfkill switchesAlok Barsode1-20/+45
2012-02-01technology: Create a list for technology orphaned devicesAlok Barsode1-2/+43
2012-01-27provider: Don't remove a provider on errorPatrik Flykt1-7/+1
2012-01-27provider: Load providers at provider driver registration timePatrik Flykt1-0/+78
2012-01-27provider: Handle connman_provider_load() in provider_create()Patrik Flykt1-2/+2
2012-01-27provider: Factor out service creationPatrik Flykt1-11/+25
2012-01-27provider: Factor out keyfile loadingPatrik Flykt1-9/+17
2012-01-27provider: Don't set provider->name when creating provider structPatrik Flykt1-3/+0
2012-01-27storage: Function to fetch all saved providersPatrik Flykt2-0/+50
2012-01-25iptables: Avoid NULL pointer dereference in table_cleanup()Daniel Mack1-0/+3
2012-01-24technology: Remove 'State' property from TechnologyPatrik Flykt1-58/+3
2012-01-24technology: Add 'Connected' Technology propertyPatrik Flykt3-0/+26
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