summaryrefslogtreecommitdiff
path: root/src/technology.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-28technology: Save the pending reply only when the status is inprogressYu A Wang1-8/+12
2011-11-10core: Use gcc atomics instead glib's onesDaniel Wagner1-10/+11
2011-10-06technology: remove the pending_timeout source with g_source_removeAlok Barsode1-0/+3
2011-09-29technology: Register a rfkilled technology in technology_add_rfkillAlok Barsode1-0/+9
2011-09-12technology: Disable tethering only when no technology is tetheringPatrik Flykt1-2/+11
2011-09-12technology: When disabling technology, disble tethering tooPatrik Flykt1-0/+3
2011-09-12technology: Move bridege checking to set_tethering()Patrik Flykt1-8/+7
2011-09-12storage: Switch to settings fileAlok Barsode1-21/+29
2011-08-25storage: Remove technology state load/save methods from storage moduleAlok Barsode1-71/+62
2011-08-25technology: Save/Load offlinemodeAlok Barsode1-15/+63
2011-08-25device: Remove device persistent codeAlok Barsode1-2/+2
2011-08-25technology: Remove blocked variables and associated functionsAlok Barsode1-84/+51
2011-08-25technology: Fix enable notifier to be invoked just onceAlok Barsode1-2/+1
2011-08-25technology: Remove 'available' stateAlok Barsode1-16/+5
2011-08-25technology: Redo offlinemode logicAlok Barsode1-5/+27
2011-08-25technology: Save state persistentlyAlok Barsode1-3/+87
2011-08-25technology: Remove the global device hashAlok Barsode1-18/+1
2011-08-25technology: Remove global rfkill tableAlok Barsode1-11/+5
2011-08-25technology: Modify technology enable/disable APIsAlok Barsode1-13/+100
2011-08-25device: Update profile in enable_persistent callbackAlok Barsode1-0/+5
2011-08-25technology: Refactor enable/disable APIsAlok Barsode1-2/+56
2011-06-16element: Remove element.cDaniel Wagner1-0/+1
2011-02-16technology: Rename __connman_technology_[enable|disable]_deviceAlok Barsode1-14/+6
2011-02-15technology: Remove "blocked" state and use "offline" state insteadAlok Barsode1-8/+5
2011-02-10tethering: Check for kernel bridge supportSamuel Ortiz1-0/+2
2011-02-08technology: Optimize __connman_technology_remove_interface()Alok Barsode1-12/+7
2011-02-08technology: Optimize __connman_technology_add_interface()Alok Barsode1-14/+7
2011-02-04technology: trigger technology creation by new interfaceGuillaume Lucas1-75/+79
2011-02-02tethering: Add a tethering property per technologySamuel Ortiz1-22/+118
2010-12-15technology: Export set_regdom to pluginsSamuel Ortiz1-1/+1
2010-12-09technology: Add support for regulatory domain notificationSamuel Ortiz1-0/+16
2010-12-08technology: Set technology driver to NULL when unregisteringSamuel Ortiz1-0/+28
2010-12-08technology: Fix technology refcountSamuel Ortiz1-1/+1
2010-12-08Add CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE_GADGETMartin Xu1-0/+3
2010-12-02technology: Add regulatory domain frameworkSamuel Ortiz1-0/+17
2010-11-23technology: Decrease blocked refcount when removing a blocked deviceSamuel Ortiz1-1/+10
2010-11-13Use a proper technology callback to report Tethering statusMarcel Holtmann1-0/+11
2010-11-13Break line to not exceed 80 charactersMarcel Holtmann1-1/+2
2010-11-08technology: Add bridge name to the tethering hookSamuel Ortiz1-6/+6
2010-11-04Remove device list from Technology interfaceMarcel Holtmann1-31/+0
2010-10-08technology: Add technology blocked field getterSamuel Ortiz1-0/+14
2010-10-08technology: Do not update a technology blocked counter when unchangedSamuel Ortiz1-2/+6
2010-10-07technology: Block devices based on technology rfkill statusSamuel Ortiz1-16/+67
2010-10-07technology: Use allocated index for rfkill hash tables keysSamuel Ortiz1-2/+2
2010-10-07technology: Track rfkill blocked stateSamuel Ortiz1-6/+16
2010-08-13Disable technology when removing deviceSamuel Ortiz1-1/+0
2010-08-09Add BLOCKED technology stateSamuel Ortiz1-3/+27
2010-07-15Provide unique identifier along with the interface callbacksMarcel Holtmann1-3/+3
2010-07-15Add technology driver callbacks for adding/removing interfacesMarcel Holtmann1-0/+73
2010-07-15Add technology driver callback for setting TetheringMarcel Holtmann1-11/+10