Imported Upstream version 1.29
[platform/upstream/connman.git] / src / technology.c
2016-04-26 taesubkimImported Upstream version 1.29 90/67290/1 upstream/1.29
2014-07-17 Zhang zhengguangImported Upstream version 1.24 upstream/1.24
2013-06-10 Jukka Rissanentechnology: Offlinemode could not be disabled if no...
2013-05-06 Patrik Flyktmain: Rename AllowedTetheringTechnologies to TetheringT...
2013-04-30 Jukka Rissanentechnology: Disable tethering when device disappears
2013-04-26 Jukka Rissanentechnology: Auto start tethering if enabled and configured
2013-04-26 Jukka Rissanenethernet: Add tethering support
2013-02-26 Tomasz Bursztykatechnology: Provide a function to get WiFi tethering...
2013-01-30 Patrik Flykttechnology: Support multiple technology drivers
2013-01-30 Patrik Flykttechnology: Enable/disable individual devices also...
2013-01-30 Patrik Flykttechnology: Check technology driver probe function...
2013-01-30 Patrik Flykttechnology: Remove technology driver by pointer
2013-01-30 Patrik Flykttechnology: Remove unnecessary comparison and goto
2013-01-04 Patrik Flyktcore: Remove WiMAX definitions from code
2012-12-12 Patrik Flykttechnology: Soft block on offline mode or disabled...
2012-10-26 Tomasz Bursztykatechnology: Do not proceed with tethering if technology...
2012-10-25 Tomasz Bursztykatechnology: Do not presume a technology being hardblock...
2012-10-16 Tomasz Bursztykatechnology: Fix hardblocked state on non hw rfkillable...
2012-10-16 Tomasz Bursztykatechnology: Recompute hardblocked state on rfkill remov...
2012-10-16 Tomasz Bursztykatechnology: Properly handle rfkill driven state
2012-10-16 Tomasz Bursztykatechnology: Use the right method to enable or disable
2012-10-16 Tomasz Bursztykatechnology: Change enabled to a boolean and refactor...
2012-10-16 Tomasz Bursztykatechnology: Refactor and split functions setting enable...
2012-10-16 Tomasz Bursztykatechnology: Refactor rfkill event handling according...
2012-10-16 Tomasz Bursztykatechnology: Add and handle a marker for softblock status
2012-10-16 Tomasz Bursztykatechnology: Add a marker to know if a technology is...
2012-10-16 Tomasz Bursztykatechnology: Refactor how a technology is enabled or...
2012-10-03 Tomasz Bursztykatechnology: Do not expose a technology which is hard...
2012-10-03 Tomasz Bursztykatechnology: Add helpers for (un)registering a technolog...
2012-10-03 Tomasz Bursztykatechnology: Do not apply Powered setting change if...
2012-10-03 Tomasz Bursztykatechnology: Simplify set_powered function
2012-10-03 Tomasz Bursztykatechnology: Link hard rfkill with actual device's state
2012-10-03 Tomasz Bursztykatechnology: Handle harblock if all of them have identic...
2012-10-03 Tomasz Bursztykatechnology: Handle rfkill hardblock
2012-10-03 Tomasz Bursztykatechnology: Handle rfkill hash table in a saner way
2012-10-01 Tomasz Bursztykatechnology: Update tethering properties when relevant
2012-09-13 Tomasz Bursztykatechnology: Returns the right error when setting tethering
2012-09-07 Jukka Rissanentechnology: Fix memory leak as the tethering strings...
2012-09-04 Patrik FlyktUse g_slist_prepend() where appropriate
2012-08-17 Tomasz Bursztykatechnology: Move SetProperty to async method call
2012-08-17 Tomasz Bursztykatechnology: Refactor enable/disable technology
2012-08-14 Julien Massottechnology: Save tethering identifier and passphrase
2012-08-14 Julien Massottechnology: Rename save_state function by technology_save
2012-07-05 Julien Massottechnology: check validity of given properties for...
2012-07-05 Julien Massottechnology: return already enabled when tethering is...
2012-07-05 Tomasz Bursztykatechnology: Set regulatory domain by device or fallback...
2012-07-05 Tomasz Bursztykatechnology: Notify the regulatory domain setting by...
2012-06-25 Jukka Rissanentechnology: Return proper error code when already disabled
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
next