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
/
session.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-27
session: Support no match in AllowedBearers
Daniel Wagner
1
-24
/
+25
2012-09-27
session: Use g_slist_free_full to free bearer list
Daniel Wagner
1
-3
/
+2
2012-09-27
session: Add bearer list cleanup function
Daniel Wagner
1
-12
/
+10
2012-09-27
session: Remove unused functions
Daniel Wagner
1
-33
/
+0
2012-09-27
session: Get config from policy plugin
Daniel Wagner
1
-51
/
+29
2012-09-27
session: Allow plugin access to connman_session_allowed_bearers_any
Daniel Wagner
1
-3
/
+3
2012-09-27
session: Move configuration bits to a public struct
Daniel Wagner
1
-51
/
+32
2012-09-27
session: Move bearer_info to session.h
Daniel Wagner
1
-46
/
+40
2012-09-27
session: Use session pointer instead of string id
Daniel Wagner
1
-32
/
+4
2012-09-27
session: Update session when policy plugin is added or removed
Daniel Wagner
1
-0
/
+47
2012-09-27
session: Assign config plugin to session
Daniel Wagner
1
-0
/
+20
2012-09-27
session: Move get config calls after basic session initialization
Daniel Wagner
1
-5
/
+6
2012-09-27
session: Maintain a sorted policy plugin list
Daniel Wagner
1
-0
/
+13
2012-09-27
session: Remove global configuration plugin
Daniel Wagner
1
-28
/
+13
2012-09-27
session: Move policy plugin code up
Daniel Wagner
1
-92
/
+92
2012-09-27
session: Rename session_config to session_policy
Daniel Wagner
1
-22
/
+22
2012-09-27
session: No need to free NULL list
Daniel Wagner
1
-4
/
+1
2012-09-27
session: Check D-Bus argumets for Changed method
Daniel Wagner
1
-0
/
+7
2012-09-27
session: Remove AvoidHandover implementation
Daniel Wagner
1
-29
/
+1
2012-08-30
session: Do not track disconnect reason
Daniel Wagner
1
-15
/
+8
2012-08-30
session: Move RoamingPolicy to configuration plugin
Daniel Wagner
1
-40
/
+14
2012-08-30
session: Move EmergencyCall to configuration plugin
Daniel Wagner
1
-99
/
+27
2012-08-30
session: Remove StayConnected implementation
Daniel Wagner
1
-21
/
+2
2012-08-30
session: Move Priority to configuration plugin
Daniel Wagner
1
-18
/
+15
2012-08-30
session: Add configuration plugin
Daniel Wagner
1
-0
/
+95
2012-08-30
session: Remove SessionMarker implementation
Daniel Wagner
1
-12
/
+0
2012-08-30
session: Remove PeriodicConnect implementation
Daniel Wagner
1
-51
/
+3
2012-08-30
session: Remove IdleTimeout implementation
Daniel Wagner
1
-19
/
+0
2012-07-15
session: Avoid shadowing hash table iterator
Marcel Holtmann
1
-4
/
+4
2012-07-15
session: Avoid shadowing session info variable
Marcel Holtmann
1
-13
/
+13
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
-4
/
+7
2012-05-18
Constify GDBus method tables
Henrique Dante de Almeida
1
-1
/
+1
2012-04-29
core: Update copyright information
Marcel Holtmann
1
-1
/
+1
2012-02-28
session: filtering session state update according to connection type
Tomasz Bursztyka
1
-3
/
+44
2012-02-28
session: introducing a property to select a type on which the state gets up on
Tomasz Bursztyka
1
-4
/
+52
2012-02-28
session: do not notify ipconfig content if it's not in a connected state
Tomasz Bursztyka
1
-0
/
+10
2012-02-28
session: do not notify an ipconfig change if the session is not connected
Tomasz Bursztyka
1
-0
/
+3
2012-02-28
session: refactor and optimize how notification are raised and when
Tomasz Bursztyka
1
-52
/
+44
2012-02-28
session: changing online property to a state property
Tomasz Bursztyka
1
-29
/
+71
2012-02-01
session: Send SessionMode property change message
Daniel Wagner
1
-1
/
+7
2012-01-10
session: Undo empty D-Bus message check
Daniel Wagner
1
-5
/
+0
2012-01-09
session: Handle empty D-Bus message
Daniel Wagner
1
-0
/
+5
2011-10-31
session: Implement Session API Destroy method call
Patrik Flykt
1
-0
/
+6
2011-10-28
session: Add a list of pending connect/disconnect actions
Patrik Flykt
1
-6
/
+76
2011-10-21
session: Do not select ongoing service again
Daniel Wagner
1
-0
/
+5
2011-09-30
session: Set dirty flag in de/select service function
Daniel Wagner
1
-14
/
+18
2011-09-30
session: Remove double assignment
Daniel Wagner
1
-2
/
+0
2011-09-30
session: Handle bearers update correctly
Daniel Wagner
1
-17
/
+28
2011-09-30
session: Rename update_allowed_bearers()
Daniel Wagner
1
-3
/
+3
[prev]
[next]