summaryrefslogtreecommitdiff
path: root/src/technology.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-04technology: Implement Technology Scan and scan start/stop functionalityPatrik Flykt1-11/+100
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-24technology: Remove 'State' property from TechnologyPatrik Flykt1-58/+3
2012-01-24technology: Add 'Connected' Technology propertyPatrik Flykt1-0/+23
2012-01-24technology: Add object path to TechnologyAdded signalDaniel Wagner1-0/+2
2012-01-20technology: Fix g_dbus_emit_signal argumentAlok Barsode1-1/+1
2012-01-20technology: Remove unused notifier functionsPatrik Flykt1-6/+0
2012-01-20technology: Add 'Powered' Technology propertyPatrik Flykt1-154/+192
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-13technology: Add missing args terminationDaniel Wagner1-1/+2
2012-01-09technology: There is no need for add_interface to refcount technology.Alok Barsode1-4/+2
2012-01-09technology: return a reply even if there are no devices in the technology list.Alok Barsode1-2/+4
2012-01-05manager: Remove manager 'Technologies' propertyPatrik Flykt1-24/+0
2012-01-05technology: Implement Manager API GetTechnologies method callPatrik Flykt1-0/+20
2012-01-05technology: Add 'TechnologyAdded' and 'TechnologyRemoved' signalsPatrik Flykt1-13/+46
2011-12-22technology: Return technology name Cellular instead 3GDaniel Wagner1-1/+1
2011-12-01technology: Check if pending message is NULL before sending it backSamuel Ortiz1-2/+4
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