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
/
notifier.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-15
notifier: Avoid shadowing connected variable
Marcel Holtmann
1
-12
/
+6
2012-05-04
notifier: Evaluate offline state after 'online' and 'ready'
Patrik Flykt
1
-3
/
+3
2012-04-30
notifier: Return offline as global state if offline mode is enabled
Marcel Holtmann
1
-3
/
+3
2012-04-29
notifier: Remove DefaultTechnology signal
Marcel Holtmann
1
-16
/
+0
2012-04-29
core: Update copyright information
Marcel Holtmann
1
-1
/
+1
2012-04-29
notifier: Fix small coding style issue
Marcel Holtmann
1
-1
/
+1
2012-04-24
notifier: Handle Manager state when exiting online
Patrik Flykt
1
-6
/
+10
2012-04-19
notifier: Change notifer_count_online() to notifier_is_online()
Daniel Wagner
1
-8
/
+5
2012-04-19
notifier: Change __connman_notifier_count_connected() to *_is_connected()
Daniel Wagner
1
-6
/
+5
2012-04-17
notifier: Distinguish between different states
Daniel Wagner
1
-16
/
+50
2012-04-17
notifier: Add __connman_notifier_online()
Daniel Wagner
1
-0
/
+5
2012-04-17
notifier: Add old state to __connman_notifier_disconnect()
Daniel Wagner
1
-1
/
+2
2012-04-17
notifier: Remove extra empty line
Marcel Holtmann
1
-1
/
+0
2012-02-13
tethering: Use notifier to update default interface.
Daniel Wagner
1
-5
/
+0
2012-01-24
technology: Add 'Connected' Technology property
Patrik Flykt
1
-0
/
+1
2012-01-20
notifier: Remove unused technology notifiers
Patrik Flykt
1
-179
/
+0
2012-01-05
manager: Remove ConnectedTechnologies and associated function
Patrik Flykt
1
-21
/
+0
2012-01-05
manager: Remove EnabledTechnologies and associated function
Patrik Flykt
1
-21
/
+0
2012-01-05
manager: Remove AvailableTechnologies and associated function
Patrik Flykt
1
-21
/
+0
2011-12-10
manager: Remove support for GetState method and StateChanged signal
Marcel Holtmann
1
-11
/
+0
2011-11-15
notifier: Remove service from hash in error case
Daniel Wagner
1
-1
/
+1
2011-11-10
core: Use gcc atomics instead glib's ones
Daniel Wagner
1
-21
/
+36
2011-10-20
notifier: Don't unnecessarily report "online" state on disconnect
Patrik Flykt
1
-3
/
+7
2011-08-25
service: Add services changed signal
Alok Barsode
1
-2
/
+0
2011-08-11
notify: Add state_idle()
Daniel Wagner
1
-0
/
+65
2011-08-11
notify: Add service name parameter to service_add()
Daniel Wagner
1
-2
/
+3
2011-05-31
notifier: Limit Counter Underflow
Grant Erickson
1
-0
/
+15
2011-04-12
notify: Add service_add()/remove()
Daniel Wagner
1
-0
/
+24
2011-03-31
notify: Add ipconfig notifiers
Daniel Wagner
1
-0
/
+13
2011-03-31
notify: Add service state notifiers
Daniel Wagner
1
-0
/
+13
2011-01-13
notifier: Add proxy changed hook
Samuel Ortiz
1
-0
/
+12
2010-12-08
Add CONNMAN_DEVICE_TYPE_GADGET and CONNMAN_SERVICE_TYPE_GADGET
Martin Xu
1
-0
/
+7
2010-07-03
Add initial bits and pieces for Tethering support
Marcel Holtmann
1
-0
/
+5
2010-05-12
Fail immediately enabling/disabling unregistered technology
Forest Bond
1
-3
/
+24
2010-01-05
Fix invalid argument terminator
Marcel Holtmann
1
-1
/
+2
2010-01-05
Move online/offline state handling into notifier framework
Marcel Holtmann
1
-3
/
+53
2010-01-05
Add place-holder for technology type GPS
Marcel Holtmann
1
-0
/
+7
2010-01-01
Update copyright information
Marcel Holtmann
1
-1
/
+1
2009-12-19
Make use of property changed helper for arrays
Marcel Holtmann
1
-42
/
+9
2009-12-19
Add user data argument to D-Bus array property helpers
Marcel Holtmann
1
-3
/
+3
2009-12-19
Add user data to D-Bus helper function callbacks
Marcel Holtmann
1
-3
/
+3
2009-12-19
Use helper for basic property changed signals
Marcel Holtmann
1
-24
/
+5
2009-12-19
Use new D-Bus helpers wherever possible
Marcel Holtmann
1
-69
/
+25
2009-12-09
Add service types for system and VPN connections
Marcel Holtmann
1
-0
/
+14
2009-11-29
Send signal with empty default technology when not connected
Marcel Holtmann
1
-1
/
+1
2009-11-28
Add support for default service changed notifier
Marcel Holtmann
1
-0
/
+42
2009-11-28
Use one common service type to string conversion routine
Marcel Holtmann
1
-23
/
+3
2009-07-24
Add function to check if technology is enabled
Marcel Holtmann
1
-0
/
+21
2009-07-24
Fix notification to use service types instead of device types
Marcel Holtmann
1
-3
/
+3
2009-07-22
Rename internal function to match other function names
Marcel Holtmann
1
-3
/
+3
[next]