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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-16
Add helper for network update
Samuel Ortiz
1
-0
/
+21
2010-06-16
Support for ppp default route setting
Kalle Valo
3
-18
/
+74
2010-06-14
Send signal when service name changes
Kalle Valo
1
-0
/
+10
2010-06-14
Use dedicated code path for fixed IP settings
Samuel Ortiz
1
-1
/
+47
2010-06-11
Add nameserver settings to the manual configuration setting
Samuel Ortiz
1
-0
/
+6
2010-06-10
Return an error for invalid transaction on immutable services
Marcel Holtmann
1
-0
/
+18
2010-06-10
Only scan for hidden SSIDs from your favorites
Marcel Holtmann
1
-0
/
+6
2010-06-10
Fix potential uninitilized variable usage
Marcel Holtmann
1
-0
/
+2
2010-06-10
Prefer to use err instead of ret for variable names
Marcel Holtmann
1
-6
/
+6
2010-06-08
Set default gateway when route deletion fails
Samuel Ortiz
1
-4
/
+10
2010-06-05
wifi routine to fetch the saved SSIDs from the active profile
Samuel Ortiz
1
-0
/
+45
2010-06-01
Fix timeserver API
Samuel Ortiz
1
-4
/
+11
2010-05-31
ntpd plugin
Samuel Ortiz
1
-0
/
+3
2010-05-31
Complete timeserver API
Samuel Ortiz
4
-7
/
+71
2010-05-28
Don't filter out interfaces within IP configuration
Marcel Holtmann
1
-13
/
+2
2010-05-25
Break function declaration down to two lines
Marcel Holtmann
1
-1
/
+2
2010-05-25
Bring back -d option without need for argument
Gustavo F. Padovan
1
-1
/
+12
2010-05-22
Add configuration file option for passphrase
Daniel Wagner
1
-0
/
+11
2010-05-18
Use helper for checking rtnl message validity
Samuel Ortiz
1
-8
/
+18
2010-05-18
Fix set_property() indentation
Samuel Ortiz
1
-3
/
+3
2010-05-18
Clear and set IPv4 settings when connected
Samuel Ortiz
1
-1
/
+17
2010-05-18
network API for setting and clearing IPv4 settings on the fly
Samuel Ortiz
2
-0
/
+120
2010-05-18
Support RTPROT_KERNEL when adding/deleting routes
Samuel Ortiz
1
-2
/
+4
2010-05-18
Unregister element's children by type
Samuel Ortiz
1
-0
/
+58
2010-05-17
Fix memory leak with nameserver and domain configuration
Marcel Holtmann
1
-0
/
+2
2010-05-14
Notify for technology disabling when removing a device
Samuel Ortiz
1
-0
/
+1
2010-05-13
Fix wrong return type of LookupService message
Marcel Holtmann
1
-1
/
+1
2010-05-13
Minor whitespace versus tab change
Marcel Holtmann
1
-1
/
+1
2010-05-13
Add method to retrieve sorted list of tuples for services
Marcel Holtmann
3
-47
/
+112
2010-05-13
Add initial support for LookupService helper method
Marcel Holtmann
3
-0
/
+49
2010-05-13
Internal functions should not have a __connman prefix
Marcel Holtmann
1
-5
/
+5
2010-05-13
Add error for not unique situations
Marcel Holtmann
2
-0
/
+9
2010-05-13
Add support for setting per service domain list
Marcel Holtmann
1
-0
/
+89
2010-05-12
Add support for setting manual DNS server configuration
Marcel Holtmann
3
-14
/
+214
2010-05-12
Set system gateway correctly so it can be exported
Marcel Holtmann
1
-3
/
+32
2010-05-12
Add support for getting current system hostname
Marcel Holtmann
1
-0
/
+28
2010-05-12
Export IPv4 gateway properly information if available
Marcel Holtmann
1
-1
/
+12
2010-05-12
Fail immediately enabling/disabling unregistered technology
Forest Bond
3
-3
/
+31
2010-05-08
Minor coding style update
Marcel Holtmann
1
-5
/
+5
2010-05-08
Add support multiple nameservers in /etc/resolv.conf
Forest Bond
1
-17
/
+94
2010-05-07
Export Gateway from service properties IPv4
Martin Xu
1
-0
/
+3
2010-05-06
Call __connman_notifier_connect() only when state is READY
Martin Xu
1
-2
/
+1
2010-05-06
Append Ethernet dictionary to cellular service properties
Daniel Wagner
1
-0
/
+2
2010-05-06
Clean all VPN added host and gateway entries on VPN disconnect
Mohamed Abbas
1
-10
/
+13
2010-05-06
Fix issue with two default gateways when using VPN
Mohamed Abbas
1
-0
/
+1
2010-05-04
Split DHCP-provided nameserver string.
Forest Bond
1
-1
/
+10
2010-04-22
Fix typo: store password into service->password field
Daniel Wagner
1
-1
/
+1
2010-04-16
Remove supplicant and device scanning state cleaning
Samuel Ortiz
1
-18
/
+0
2010-04-13
Fix session code identation
Samuel Ortiz
1
-1
/
+1
2010-04-13
Load ipconfig setting from __connman_service_create_ipconfig()
Martin Xu
1
-0
/
+14
[next]