summaryrefslogtreecommitdiff
path: root/src/nm-device-bt.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02core: implement NMDevice::state-changed more idiomaticallyDan Winship1-19/+14
2012-10-02core: remove "real_" prefix from method implementation namesDan Winship1-32/+32
2012-08-29bluetooth: predicate DUN availability on ModemManager availabilityDan Williams1-17/+164
2012-06-04bluetooth: ensure the device is deactivated if the modem disappearsDan Williams1-6/+10
2012-03-20mobile: ensure IPv4 timeout fails activationDan Williams1-1/+3
2012-03-16core: treat missing IPv6 setting as AUTODan Williams1-0/+20
2012-03-01core: don't assert in nm_device_get_connection()Dan Williams1-1/+4
2012-03-01core: extend nm_device_hwaddr_matches() to match specific addressesDan Williams1-2/+11
2012-02-16core: add NMDevice hwaddr_matches() class methodDan Williams1-0/+29
2012-02-15Use glib-mkenums to generate enum typesDan Winship1-31/+1
2011-12-06trivial: add nm_device_get_connection()Thomas Graf1-5/+1
2011-12-06libnm-util: add nm_connection_get_setting_serial()Thomas Graf1-1/+1
2011-12-06core: use nm_connection_get_setting_<type>() whenever possibleThomas Graf1-8/+8
2011-12-02core: kill NMDeviceInterfaceDan Williams1-1/+0
2011-12-02core: move NMDeviceInterface properties and methods to nm-device.cDan Williams1-6/+6
2011-12-02core: kill nm_device_interface_get_state()Dan Williams1-3/+3
2011-11-09core: decouple initial IP configuration states from device stateDan Williams1-6/+4
2011-11-09core: kill stage4 (IP Config Get)Dan Williams1-24/+5
2011-03-17core: handle new device statesDan Williams1-0/+2
2011-03-14build: do the right thing with config.h (bgo #644664)Kjartan Maraas1-0/+2
2011-02-25core: don't autocomplete non-IPv6-capable connections with IPv6 enabledDan Williams1-1/+2
2011-02-25core: don't require serial and PPP settings for mobile broadbandDan Williams1-11/+1
2011-02-24core: consolidate deactivation methodsDan Williams1-5/+5
2011-01-13core: move generic connection complete function to a generic locationDan Williams1-5/+5
2011-01-10core: add AddAndActivate D-Bus methodDan Williams1-1/+157
2010-12-13core: simplify secrets handling during activationDan Williams1-50/+25
2010-05-05bt: more debug loggingDan Williams1-0/+23
2010-05-05bt: increase DUN modem find timeout a bitDan Williams1-1/+1
2010-05-05bt: ensure connect timeout is canceled on success (rh #586961)Dan Williams1-2/+6
2010-05-03core: allow selective failure of IP configuration (rh #567978)Dan Williams1-1/+7
2010-04-07bt: update loggingDan Williams1-25/+30
2010-03-23bluetooth: add timeout for bluetooth connection requestDan Williams1-8/+24
2010-03-23bluetooth: fix race condition causing NAP connections to fail (rh #572340)Dan Williams1-37/+60
2010-02-19bluetooth: NEED_AUTH state is valid hereDan Williams1-1/+1
2010-01-28bluetooth: finish DUN implementationDan Williams1-188/+352
2010-01-27bluetooth: minor cleanup for device connectDan Williams1-34/+23
2009-11-23ppp: increase PPPoE pppd timeout to 30 secondsDan Williams1-1/+1
2009-09-14core: generalize unavailable -> disconnected delayed transitionDan Williams1-56/+0
2009-09-09ppp: ignore certain pppd status changesDan Williams1-6/+4
2009-08-17gsm/bt: fix merge of user-defined IPv4 settingsDan Williams1-0/+9
2009-07-29Initial IPv6 support (only handles "manual" and "ignore" currently)Dan Winship1-4/+4
2009-07-07core: get rid of nm_device_set_device_type()Dan Williams1-12/+12
2009-07-07core: add a 'type-desc' property to NMDeviceInterface and use itDan Williams1-0/+1
2009-06-18bluetooth: implement check_connection_compatible for BT devicesDan Williams1-1/+105
2009-05-20bluetooth: connect/disconnect when device's 'Connected' property changesDan Williams1-2/+63
2009-05-20bluetooth: fix usage of dbus_g_proxy_new_for_name()Dan Williams1-4/+4
2009-05-20bluetooth: resync bluetooth devices on connection eventsDan Williams1-0/+16
2009-05-19bluetooth: fixes for NMDeviceBtBastien Nocera1-4/+3
2009-05-18bluetooth: remove unused device proxyBastien Nocera1-27/+10
2009-05-15bluetooth: misc fixesBastien Nocera1-3/+3