technology: Return proper error code when already enabled
[framework/connectivity/connman.git] / src / technology.c
2012-06-25 Jukka Rissanentechnology: Return proper error code when already enabled
2012-06-18 Patrik Flykttechnology: Disable technology when the last device...
2012-06-18 Patrik Flykttechnology: Remove unneeded scan stop when removing...
2012-05-25 Tomasz Bursztykadevice: Make scanning getter method public.
2012-05-18 Henrique Dante de... Do not set signature and reply in GDBus tables
2012-05-18 Henrique Dante de... Convert GDBus methods and signals to use macro helpers
2012-05-18 Henrique Dante de... Constify GDBus signal tables
2012-05-18 Henrique Dante de... Constify GDBus method tables
2012-05-17 Marcel Holtmanntechnology: Set deprecated flag for GetProperties method
2012-04-28 Marcel Holtmanncore: Update copyright information
2012-04-27 Jukka Rissanentechnology: Create the settings file in init
2012-04-27 Jukka Rissanentechnology: Save technology state if entry is missing...
2012-04-27 Jukka Rissanentechnology: Offline mode is OFF by default
2012-04-27 Jukka Rissanentechnology: Enable ethernet by default
2012-04-20 Daniel Wagnertechnology: Fix indention
2012-03-05 Marcel Holtmanncore: Add extra checks for set property methods
2012-03-01 Alok Barsodetechnology: Enable tech if device is already powered
2012-02-24 Alok Barsodetechnology: Fix technology refcounting
2012-02-04 Patrik Flykttechnology: Implement Technology Scan and scan start...
2012-01-31 Alok Barsodetechnology: Fix technology refcounting
2012-01-31 Alok Barsodetechnology: Create a list for technology orphaned rfkil...
2012-01-31 Alok Barsodetechnology: Create a list for technology orphaned devices
2012-01-24 Patrik Flykttechnology: Remove 'State' property from Technology
2012-01-24 Patrik Flykttechnology: Add 'Connected' Technology property
2012-01-24 Daniel Wagnertechnology: Add object path to TechnologyAdded signal
2012-01-20 Alok Barsodetechnology: Fix g_dbus_emit_signal argument
2012-01-20 Patrik Flykttechnology: Remove unused notifier functions
2012-01-20 Patrik Flykttechnology: Add 'Powered' Technology property
2012-01-16 Alok Barsodetechnology: Register a technology is there's a driver...
2012-01-16 Alok Barsodetechnology: Assign driver to technology at creation...
2012-01-13 Daniel Wagnertechnology: Add missing args termination
2012-01-09 Alok Barsodetechnology: There is no need for add_interface to refco...
2012-01-09 Alok Barsodetechnology: return a reply even if there are no devices...
2012-01-05 Patrik Flyktmanager: Remove manager 'Technologies' property
2012-01-05 Patrik Flykttechnology: Implement Manager API GetTechnologies metho...
2012-01-05 Patrik Flykttechnology: Add 'TechnologyAdded' and 'TechnologyRemove...
2011-12-22 Daniel Wagnertechnology: Return technology name Cellular instead 3G
2011-12-01 Samuel Ortiztechnology: Check if pending message is NULL before...
2011-11-28 Yu A Wangtechnology: Save the pending reply only when the status...
2011-11-10 Daniel Wagnercore: Use gcc atomics instead glib's ones
2011-10-06 Alok Barsodetechnology: remove the pending_timeout source with...
2011-09-29 Alok Barsodetechnology: Register a rfkilled technology in technolog...
2011-09-12 Patrik Flykttechnology: Disable tethering only when no technology...
2011-09-12 Patrik Flykttechnology: When disabling technology, disble tethering too
2011-09-12 Patrik Flykttechnology: Move bridege checking to set_tethering()
2011-09-12 Alok Barsodestorage: Switch to settings file
2011-08-25 Alok Barsodestorage: Remove technology state load/save methods...
2011-08-25 Alok Barsodetechnology: Save/Load offlinemode
2011-08-25 Alok Barsodedevice: Remove device persistent code
2011-08-25 Alok Barsodetechnology: Remove blocked variables and associated...
2011-08-25 Alok Barsodetechnology: Fix enable notifier to be invoked just...
2011-08-25 Alok Barsodetechnology: Remove 'available' state
2011-08-25 Alok Barsodetechnology: Redo offlinemode logic
2011-08-25 Alok Barsodetechnology: Save state persistently
2011-08-25 Alok Barsodetechnology: Remove the global device hash
2011-08-25 Alok Barsodetechnology: Remove global rfkill table
2011-08-25 Alok Barsodetechnology: Modify technology enable/disable APIs
2011-08-25 Alok Barsodedevice: Update profile in enable_persistent callback
2011-08-25 Alok Barsodetechnology: Refactor enable/disable APIs
2011-06-16 Daniel Wagnerelement: Remove element.c
2011-02-16 Alok Barsodetechnology: Rename __connman_technology_[enable|disable...
2011-02-15 Alok Barsodetechnology: Remove "blocked" state and use "offline...
2011-02-10 Samuel Ortiztethering: Check for kernel bridge support
2011-02-08 Alok Barsodetechnology: Optimize __connman_technology_remove_interf...
2011-02-08 Alok Barsodetechnology: Optimize __connman_technology_add_interface()
2011-02-04 Guillaume Lucastechnology: trigger technology creation by new interface
2011-02-02 Samuel Ortiztethering: Add a tethering property per technology
2010-12-15 Samuel Ortiztechnology: Export set_regdom to plugins
2010-12-09 Samuel Ortiztechnology: Add support for regulatory domain notification
2010-12-08 Samuel Ortiztechnology: Set technology driver to NULL when unregist...
2010-12-08 Samuel Ortiztechnology: Fix technology refcount
2010-12-08 Martin XuAdd CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE...
2010-12-02 Samuel Ortiztechnology: Add regulatory domain framework
2010-11-23 Samuel Ortiztechnology: Decrease blocked refcount when removing...
2010-11-12 Marcel HoltmannUse a proper technology callback to report Tethering...
2010-11-12 Marcel HoltmannBreak line to not exceed 80 characters
2010-11-08 Samuel Ortiztechnology: Add bridge name to the tethering hook
2010-11-04 Marcel HoltmannRemove device list from Technology interface
2010-10-08 Samuel Ortiztechnology: Add technology blocked field getter
2010-10-08 Samuel Ortiztechnology: Do not update a technology blocked counter...
2010-10-07 Samuel Ortiztechnology: Block devices based on technology rfkill...
2010-10-07 Samuel Ortiztechnology: Use allocated index for rfkill hash tables...
2010-10-07 Samuel Ortiztechnology: Track rfkill blocked state
2010-08-13 Samuel OrtizDisable technology when removing device
2010-08-09 Samuel OrtizAdd BLOCKED technology state
2010-07-15 Marcel HoltmannProvide unique identifier along with the interface...
2010-07-15 Marcel HoltmannAdd technology driver callbacks for adding/removing...
2010-07-15 Marcel HoltmannAdd technology driver callback for setting Tethering
2010-07-15 Marcel HoltmannAdd callbacks for Tethering enable/disable on technolog...
2010-07-15 Marcel HoltmannAdd support for technology drivers
2010-05-14 Samuel OrtizNotify for technology disabling when removing a device
2010-01-26 Marcel HoltmannHandle enabled/disabled cases for technology interface
2010-01-26 Marcel HoltmannAdd available RFKILL switches to list of technologies
2010-01-25 Marcel HoltmannAdd support for technology states
2010-01-25 Marcel HoltmannUse the technology type for an unqiue object path
2010-01-25 Marcel HoltmannAdd support for technology interface
2010-01-03 Marcel HoltmannAdd skeleton for technology specific functions