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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-02
Add support for installing D-Bus autostart configuration
Marcel Holtmann
2
-0
/
+14
2010-10-02
Release 0.62
0.62
Marcel Holtmann
2
-1
/
+17
2010-10-02
Add support for handling DHCP timerserver values from DHCP
Marcel Holtmann
1
-0
/
+4
2010-10-02
Print debug information about DHCP timeserver value if available
Marcel Holtmann
1
-0
/
+2
2010-10-01
TODO update
Samuel Ortiz
1
-0
/
+29
2010-09-30
supplicant: Do not reset passphrase when asociation fails
Samuel Ortiz
1
-7
/
+0
2010-09-30
supplicant: No need for actively remove network upon disconnection
Samuel Ortiz
1
-15
/
+0
2010-09-30
Set WiFi task scanning flag when receiving a Scanning event
Samuel Ortiz
1
-0
/
+3
2010-09-30
Implement WiFi network driver remove hook
Samuel Ortiz
3
-0
/
+23
2010-09-30
TODO update
Samuel Ortiz
1
-46
/
+55
2010-09-29
Reset WiFi passphrase if association or WPA handshake fails
Samuel Ortiz
1
-0
/
+7
2010-09-29
Define connman_network_set_passphrase
Samuel Ortiz
2
-0
/
+30
2010-09-29
Export __connman_service_set_passphrase() to ConnMan core
Samuel Ortiz
2
-3
/
+9
2010-09-28
RemoveProvider argument is an object path
Samuel Ortiz
1
-3
/
+3
2010-09-28
Remove providers based on their VPN service path
Samuel Ortiz
2
-9
/
+20
2010-09-28
Set device scanning state to false from the scan callback
Samuel Ortiz
1
-6
/
+1
2010-09-28
wifi: use const pointer for a ssid buffer
Kalle Valo
1
-2
/
+2
2010-09-28
wifi: remove unneeded casts
Kalle Valo
1
-6
/
+6
2010-09-28
gsupplicant: fix return value of g_supplicant_interface_get_data()
Kalle Valo
2
-2
/
+2
2010-09-28
gsupplicant: use term managed in object path
Kalle Valo
1
-2
/
+2
2010-09-28
Set the network associating state to false when disconnecting
Samuel Ortiz
1
-0
/
+2
2010-09-27
wifi: use connman options to get the wpasupplicant driver
Kalle Valo
1
-1
/
+3
2010-09-27
Check device before call connman_device_set_string at ofono plugin
Martin Xu
1
-3
/
+3
2010-09-26
udev: Print error when udev support is not available and not disabled
Marcel Holtmann
1
-4
/
+2
2010-09-25
Remove EDNS0 option
Samuel Ortiz
1
-2
/
+1
2010-09-24
Add support for domain name concatenation on TCP DNS requests
Samuel Ortiz
1
-7
/
+19
2010-09-24
Define protocol_offset() for DNS transport layer offset
Samuel Ortiz
1
-26
/
+20
2010-09-24
Do not access the DNS request buffer if it's NULL
Samuel Ortiz
1
-1
/
+5
2010-09-24
Close TCP DNS connections once the reply is forwarded
Samuel Ortiz
1
-4
/
+6
2010-09-24
Stop polling the nameserver TCP socket once we're done with it
Samuel Ortiz
1
-2
/
+10
2010-09-24
Send an error response when the DNS request times out
Samuel Ortiz
1
-37
/
+63
2010-09-24
Add a protocol field to the DNS request structure
Samuel Ortiz
1
-2
/
+5
2010-09-24
Send SERVFAIL when nameservers are not listening on TCP port 53
Samuel Ortiz
1
-23
/
+63
2010-09-24
Fix DNS TCP buffer parsing copy paste error
Samuel Ortiz
1
-1
/
+1
2010-09-24
Remove the DNS TCP listener watch when the socket is closed
Samuel Ortiz
1
-1
/
+5
2010-09-24
Factorize dnsproxy listener creation code
Samuel Ortiz
1
-66
/
+38
2010-09-24
Initial DNS over TCP implementation for dnsproxy
Samuel Ortiz
1
-213
/
+604
2010-09-23
Fix typo in stats_print_record
Daniel Wagner
1
-1
/
+1
2010-09-23
Fix "invalid file header"
Daniel Wagner
1
-9
/
+21
2010-09-23
Put .data files into a separate directory
Daniel Wagner
2
-2
/
+8
2010-09-22
Support multiple interfaces on -i and -I cmdline option.
Lucio Maciel
1
-12
/
+21
2010-09-22
Fix bug to remove vpn services when turning offline mode on
Mohamed Abbas
2
-9
/
+19
2010-09-22
Schedule delayed scan when being disconnected from an AP
Samuel Ortiz
1
-1
/
+14
2010-09-22
Fix ConnMan crash while disable wifi device
Mohamed Abbas
1
-0
/
+6
2010-09-22
Add statistics ring buffer analyze tool
Daniel Wagner
2
-1
/
+337
2010-09-22
Store stats information into separate files
Daniel Wagner
6
-114
/
+487
2010-09-22
Don't bother setting 127.0.0.1 as nameserver
Marcel Holtmann
2
-4
/
+2
2010-09-22
Read nameservers from /etc/resolv.conf if none are specified
Marcel Holtmann
1
-0
/
+19
2010-09-22
Add support for setting proxy configuration method
Marcel Holtmann
6
-4
/
+138
2010-09-22
Add method, domainname and nameserver to proxy configuration
Marcel Holtmann
1
-42
/
+46
[next]