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_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
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_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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-04
Release 0.85
0.85
Marcel Holtmann
2
-1
/
+9
2012-05-04
build: Enable vpnc by default for developer builds
Marcel Holtmann
2
-0
/
+3
2012-05-04
test: Show autoconnect and state in services list
Jukka Rissanen
1
-1
/
+14
2012-05-04
agent: Memory leak in error reply
Jukka Rissanen
1
-0
/
+1
2012-05-04
notifier: Evaluate offline state after 'online' and 'ready'
Patrik Flykt
1
-3
/
+3
2012-05-04
wifi: Automatically scan hidden wifi services
Jukka Rissanen
1
-1
/
+114
2012-05-04
wifi: Refactor code
Jukka Rissanen
1
-69
/
+69
2012-05-04
network: Mark service as hidden after successfull connect
Jukka Rissanen
1
-0
/
+1
2012-05-04
service: Save/load service hidden status
Jukka Rissanen
1
-0
/
+7
2012-05-04
service: Add flag that tells if the service is hidden or not
Jukka Rissanen
2
-0
/
+10
2012-05-04
wifi: Allow max number of scan entries
Jukka Rissanen
3
-24
/
+85
2012-05-04
dhcpv6: Remove timer properly in error cases
Jukka Rissanen
1
-2
/
+10
2012-05-04
dhcpv6: Refactor timer clearing
Jukka Rissanen
1
-20
/
+13
2012-05-04
dhcpv6: Possible memory leak
Jukka Rissanen
1
-4
/
+12
2012-05-04
vpnc: Save only a subset of vpnc options
Patrik Flykt
1
-17
/
+26
2012-05-04
wispr: Add check for status 400
Patrik Flykt
1
-0
/
+1
2012-05-04
gdhcp: Add option and length checks
Patrik Flykt
1
-0
/
+6
2012-05-04
gdhcp: Fix packet length checking
Patrik Flykt
1
-3
/
+15
2012-05-04
loopback: Check hostname/domainname validity
Jukka Rissanen
1
-4
/
+19
2012-05-04
inet: Add function that checks if the hostname is valid
Jukka Rissanen
2
-0
/
+49
2012-05-04
inet: Make sure that we only accept netlink messages from kernel
Jukka Rissanen
1
-10
/
+20
2012-05-04
rtnl: Make sure that we only accept netlink messages from kernel
Jukka Rissanen
1
-13
/
+24
2012-05-04
service: Do not stay on failure state when it is due to wrong user input
Tomasz Bursztyka
1
-1
/
+9
2012-05-04
network: Set service as a userconnect when connecting a hidden network
Tomasz Bursztyka
1
-1
/
+3
2012-05-04
service: Adding a function to set userconnect value
Tomasz Bursztyka
2
-0
/
+9
2012-05-04
service: Remove useless scan requests
Tomasz Bursztyka
1
-5
/
+0
2012-05-04
doc: Adding description of a new possible error for RequestInput method
Tomasz Bursztyka
1
-0
/
+5
2012-05-04
service: Handle nicely request input error
Tomasz Bursztyka
1
-4
/
+15
2012-05-04
test: Handling properly Canceled or LaunchBrowser errors
Tomasz Bursztyka
1
-0
/
+18
2012-05-04
wispr: Managing the case when user wants to login through the browser himself
Tomasz Bursztyka
1
-21
/
+29
2012-05-04
agent: Adding a parameter to give the error name to browser callback
Tomasz Bursztyka
3
-5
/
+8
2012-05-04
agent: Adding a parameter to give the error name to authentication callback
Tomasz Bursztyka
4
-7
/
+13
2012-05-04
wispr: Adding some useful debug outputs
Tomasz Bursztyka
1
-0
/
+3
2012-05-04
wispr: Set gweb debug at the right place
Tomasz Bursztyka
1
-3
/
+3
2012-05-02
wispr: Use g_strdup() instead of strdup()
Jukka Rissanen
1
-1
/
+1
2012-05-02
wispr: Possible memory leak in error case
Jukka Rissanen
1
-1
/
+3
2012-05-02
wifi: Plugin internal variable was not static
Jukka Rissanen
1
-1
/
+1
2012-05-02
connection: Set host route to VPN server
Jukka Rissanen
1
-8
/
+24
2012-05-01
test: Also monitor technology changes
Marcel Holtmann
1
-5
/
+31
2012-05-01
service: Use helper function to add timeservers only once
Patrik Flykt
1
-2
/
+7
2012-05-01
clock: Use helper function to add timeservers only once
Patrik Flykt
1
-2
/
+6
2012-05-01
timeserver: Use helper function to add timeservers only once
Patrik Flykt
1
-5
/
+6
2012-05-01
timeserver: Helper function for adding timeservers once to a list
Patrik Flykt
2
-0
/
+19
2012-04-30
README: Fix version number typo
Patrik Flykt
1
-1
/
+1
2012-04-30
notifier: Return offline as global state if offline mode is enabled
Marcel Holtmann
1
-3
/
+3
2012-04-30
test: Update service monitoring script
Marcel Holtmann
1
-2
/
+8
2012-04-30
test: Remove script to monitor manager
Marcel Holtmann
2
-32
/
+1
2012-04-30
doc: Fix tabs vs spaces for service and technology documentation
Marcel Holtmann
2
-13
/
+13
2012-04-30
doc: Fix tabs vs spaces for agent documentation
Marcel Holtmann
1
-16
/
+16
2012-04-29
Release 0.84
0.84
Marcel Holtmann
2
-1
/
+5
[next]