index
:
platform/upstream/connman
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
devel
ipsec
pristine-tar
sandbox/nmerinov/llvm
sandbox/pcoval/pc
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_devel
tizen_ivi_genivi
tizen_ivi_release
tizen_tv_devel
upstream
Domain: Network & Connectivity / Data Network;
Jaehyun Kim <jeik01.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
technology.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-26
technology: Provide a function to get WiFi tethering information
Tomasz Bursztyka
1
-16
/
+39
2013-01-30
technology: Support multiple technology drivers
Patrik Flykt
1
-49
/
+111
2013-01-30
technology: Enable/disable individual devices also with rfkill
Patrik Flykt
1
-4
/
+16
2013-01-30
technology: Check technology driver probe function before calling
Patrik Flykt
1
-1
/
+5
2013-01-30
technology: Remove technology driver by pointer
Patrik Flykt
1
-2
/
+4
2013-01-30
technology: Remove unnecessary comparison and goto
Patrik Flykt
1
-5
/
+1
2013-01-04
core: Remove WiMAX definitions from code
Patrik Flykt
1
-4
/
+0
2012-12-12
technology: Soft block on offline mode or disabled technology
Patrik Flykt
1
-2
/
+2
2012-10-26
technology: Do not proceed with tethering if technology is not enabled
Tomasz Bursztyka
1
-0
/
+4
2012-10-25
technology: Do not presume a technology being hardblocked when created
Tomasz Bursztyka
1
-6
/
+2
2012-10-16
technology: Fix hardblocked state on non hw rfkillable switch added
Tomasz Bursztyka
1
-13
/
+17
2012-10-16
technology: Recompute hardblocked state on rfkill remove event
Tomasz Bursztyka
1
-0
/
+7
2012-10-16
technology: Properly handle rfkill driven state
Tomasz Bursztyka
1
-9
/
+43
2012-10-16
technology: Use the right method to enable or disable
Tomasz Bursztyka
1
-22
/
+27
2012-10-16
technology: Change enabled to a boolean and refactor accordingly
Tomasz Bursztyka
1
-25
/
+20
2012-10-16
technology: Refactor and split functions setting enabled state
Tomasz Bursztyka
1
-25
/
+29
2012-10-16
technology: Refactor rfkill event handling according to soft/hard block
Tomasz Bursztyka
1
-22
/
+35
2012-10-16
technology: Add and handle a marker for softblock status
Tomasz Bursztyka
1
-5
/
+11
2012-10-16
technology: Add a marker to know if a technology is rfkill driven
Tomasz Bursztyka
1
-3
/
+10
2012-10-16
technology: Refactor how a technology is enabled or disabled
Tomasz Bursztyka
1
-38
/
+28
2012-10-03
technology: Do not expose a technology which is hard rfkilled
Tomasz Bursztyka
1
-4
/
+8
2012-10-03
technology: Add helpers for (un)registering a technology in D-Bus
Tomasz Bursztyka
1
-11
/
+34
2012-10-03
technology: Do not apply Powered setting change if hardblock is on
Tomasz Bursztyka
1
-1
/
+7
2012-10-03
technology: Simplify set_powered function
Tomasz Bursztyka
1
-7
/
+3
2012-10-03
technology: Link hard rfkill with actual device's state
Tomasz Bursztyka
1
-8
/
+18
2012-10-03
technology: Handle harblock if all of them have identical type
Tomasz Bursztyka
1
-0
/
+19
2012-10-03
technology: Handle rfkill hardblock
Tomasz Bursztyka
1
-12
/
+28
2012-10-03
technology: Handle rfkill hash table in a saner way
Tomasz Bursztyka
1
-6
/
+6
2012-10-01
technology: Update tethering properties when relevant
Tomasz Bursztyka
1
-6
/
+22
2012-09-13
technology: Returns the right error when setting tethering
Tomasz Bursztyka
1
-2
/
+6
2012-09-07
technology: Fix memory leak as the tethering strings were not freed
Jukka Rissanen
1
-0
/
+4
2012-09-04
Use g_slist_prepend() where appropriate
Patrik Flykt
1
-2
/
+2
2012-08-17
technology: Move SetProperty to async method call
Tomasz Bursztyka
1
-1
/
+1
2012-08-17
technology: Refactor enable/disable technology
Tomasz Bursztyka
1
-86
/
+39
2012-08-14
technology: Save tethering identifier and passphrase
Julien Massot
1
-0
/
+18
2012-08-14
technology: Rename save_state function by technology_save
Julien Massot
1
-6
/
+6
2012-07-05
technology: check validity of given properties for tethering
Julien Massot
1
-2
/
+5
2012-07-05
technology: return already enabled when tethering is enabled
Julien Massot
1
-1
/
+1
2012-07-05
technology: Set regulatory domain by device or fallback to technology based
Tomasz Bursztyka
1
-4
/
+32
2012-07-05
technology: Notify the regulatory domain setting by device
Tomasz Bursztyka
1
-0
/
+15
2012-06-25
technology: Return proper error code when already disabled
Jukka Rissanen
1
-1
/
+4
2012-06-25
technology: Return proper error code when already enabled
Jukka Rissanen
1
-1
/
+4
2012-06-18
technology: Disable technology when the last device is unpowered
Patrik Flykt
1
-4
/
+8
2012-06-18
technology: Remove unneeded scan stop when removing device
Patrik Flykt
1
-3
/
+0
2012-05-25
device: Make scanning getter method public.
Tomasz Bursztyka
1
-2
/
+2
2012-05-18
Do not set signature and reply in GDBus tables
Henrique Dante de Almeida
1
-4
/
+4
2012-05-18
Convert GDBus methods and signals to use macro helpers
Henrique Dante de Almeida
1
-6
/
+9
2012-05-18
Constify GDBus signal tables
Henrique Dante de Almeida
1
-1
/
+1
2012-05-18
Constify GDBus method tables
Henrique Dante de Almeida
1
-1
/
+1
2012-05-17
technology: Set deprecated flag for GetProperties method
Marcel Holtmann
1
-1
/
+2
[next]