summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-30bluetooth: Register technology driverPatrik Flykt1-1/+31
2013-01-30bluetooth: Add new bluetooth pluginPatrik Flykt2-0/+51
2013-01-30bluetooth: Rename bluetooth plugin to bluetooth_legacyPatrik Flykt2-8/+11
2013-01-30technology: Check technology driver probe function before callingPatrik Flykt1-1/+5
2013-01-30technology: Remove technology driver by pointerPatrik Flykt1-2/+4
2013-01-30technology: Remove unnecessary comparison and gotoPatrik Flykt1-5/+1
2013-01-30ofono: Use ordinary string instead of identPatrik Flykt1-1/+1
2013-01-30dundee: Use ordinary string instead of identPatrik Flykt1-1/+1
2013-01-30network: Unset driver on failed matchPatrik Flykt1-1/+3
2013-01-28gresolv: Destroy query at the relevant place when parsing the responseTomasz Bursztyka1-4/+2
2013-01-24service: Notify leaving online state when downgrading it to readyTomasz Bursztyka1-1/+3
2013-01-24ipconfig: IPv6 was enabled too earlyJukka Rissanen1-2/+3
2013-01-20gdbus: Check for valid path before handling propertiesMarcel Holtmann1-0/+6
2013-01-18dnsproxy: DNS response answer count was incorrectly setJukka Rissanen1-1/+1
2013-01-16network: Do not report any error when removing a connecting networkTomasz Bursztyka1-1/+2
2013-01-16network: Move up code about set_connected() and set_disconnectedTomasz Bursztyka1-625/+627
2013-01-16service: Trigger autoconnect when AutoConnect flag is enabledJukka Rissanen1-0/+3
2013-01-16ipconfig: Do not disable IPv6 in lower up stateJukka Rissanen1-12/+0
2013-01-15service: Update notifier state when relevant while getting readyTomasz Bursztyka1-1/+2
2013-01-15agent: Keep track of the driver to unref user context relevantlyTomasz Bursztyka1-2/+3
2013-01-11gweb: Make sure to destroy the lookup before calling any result functionTomasz Bursztyka1-2/+4
2013-01-11gsupplicant: Return max SSIDs to scan given by wpa_supplicantPatrik Flykt2-12/+2
2013-01-08build: Do not use deprecated AM_CONFIG_HEADERJulien Massot1-1/+1
2013-01-08inet: Fix error handling when bridging interfacesForest Bond1-18/+22
2013-01-08inet: Fix error handling when adding/removing routesForest Bond1-84/+152
2013-01-08vpn-provider: Check if providers list is NULL before using itPatrik Flykt1-0/+3
2013-01-06gdbus: Fix memory leak on properties_set()Anderson Lizardo1-1/+6
2013-01-05gdbus: Check signature of property value before calling setterMarcel Holtmann1-0/+5
2013-01-04TODO: Remove the storage migration taskPatrik Flykt1-9/+0
2013-01-04storage: Remove storage migration codePatrik Flykt3-177/+0
2013-01-04TODO: Remove WiMAX removal taskPatrik Flykt1-13/+0
2013-01-04doc: Remove WiMAX info from documentationPatrik Flykt2-36/+20
2013-01-04core: Remove WiMAX definitions from codePatrik Flykt15-83/+10
2013-01-04plugins: Remove WiMAX plugin filesPatrik Flykt3-1822/+0
2013-01-04build: Remove WiMAX from configuration optionsPatrik Flykt2-67/+0
2013-01-03gdbus: Don't include just added interfaces in GetManagedObjectsLucas De Marchi1-1/+7
2013-01-03gdbus: Simplify generated introspectionLucas De Marchi1-65/+38
2013-01-03test: Fix simple-agent so it registers the right pathTomasz Bursztyka1-4/+4
2013-01-02TODO: Add entry for BlueZ 5.x taskMarcel Holtmann1-0/+13
2013-01-02gdbus: Hold client reference during get name owner replyMarcel Holtmann1-0/+4
2012-12-30gdbus: Call check_signals when sending signals with g_dbus_send_messageLuiz Augusto von Dentz1-0/+9
2012-12-30gdbus: Check if the interface being registered is validLuiz Augusto von Dentz1-6/+36
2012-12-30gdbus: Introduce G_DBUS_PROPERTY_FLAG_EXPERIMENTALLuiz Augusto von Dentz2-18/+33
2012-12-30gdbus: Introduce G_DBUS_SIGNAL_FLAG_EXPERIMENTALLuiz Augusto von Dentz2-4/+23
2012-12-30gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTALLuiz Augusto von Dentz2-3/+45
2012-12-30gdbus: Include changed properties only once per signalMarcel Holtmann1-0/+3
2012-12-29gdbus: Update properties on D-Bus client re-connectionsMarcel Holtmann1-4/+22
2012-12-29gdbus: Add function to manually refresh propertiesMarcel Holtmann2-0/+85
2012-12-29gdbus: Add support for proxy property change notificationsMarcel Holtmann2-4/+30
2012-12-29gdbus: Fix handling of client connect/disconnect signalsMarcel Holtmann1-11/+12