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
2012-06-20
dnsproxy: Check cache for TCP request before connecting to server
Jukka Rissanen
1
-1
/
+31
2012-06-20
dnsproxy: Use DNS header in checks
Jukka Rissanen
1
-5
/
+7
2012-06-20
dnsproxy: Add more debugging prints
Jukka Rissanen
1
-7
/
+17
2012-06-20
dnsproxy: Check cache properly for TCP packets
Jukka Rissanen
1
-4
/
+13
2012-06-20
dnsproxy: Fix the negative caching of AAAA record
Jukka Rissanen
1
-4
/
+13
2012-06-20
dnsproxy: Save DNS packet in cache always in TCP format
Jukka Rissanen
1
-13
/
+57
2012-06-20
dnsproxy: Do not generate SIGPIPE
Jukka Rissanen
1
-6
/
+6
2012-06-20
ippool: Fix endless loop issue with 32 prefix length
Guillaume Zajac
1
-1
/
+5
2012-06-18
dnsproxy: Fix flushing pending requests
Paulo Pizarro
1
-19
/
+15
2012-06-18
dnsproxy: Release all the fields of the request after forward dns reply
Paulo Pizarro
1
-5
/
+1
2012-06-18
dnsproxy: Avoid duplication of domains in the TCP server domain list
Paulo Pizarro
1
-15
/
+2
2012-06-18
dnsproxy: If no request was sent then the TCP server is destroyed
Paulo Pizarro
1
-2
/
+17
2012-06-18
dnsproxy: If the answer is in the cache, the TCP request is released
Paulo Pizarro
1
-23
/
+28
2012-06-18
dnsproxy: Only one copy of the relevant buffers will be made to a TCP request
Paulo Pizarro
1
-37
/
+38
2012-06-18
README: Add information about mailing list and site
Lucas De Marchi
1
-0
/
+10
2012-06-18
wifi: Use common scan callback handling
Patrik Flykt
1
-2
/
+1
2012-06-18
wifi: Do a hidden WiFi network scan also for user scans
Patrik Flykt
1
-3
/
+3
2012-06-18
wifi: Use scan_callback() instead of hidden_scan_callback()
Patrik Flykt
1
-36
/
+26
2012-06-18
device: Don't unnecessarily set device->scanning to false
Patrik Flykt
1
-2
/
+0
2012-06-18
supplicant: Call scan callback if needed when removing interface
Patrik Flykt
1
-0
/
+15
2012-06-18
wifi: Reset autoscan timer on a new scan
Patrik Flykt
1
-8
/
+14
2012-06-18
technology: Disable technology when the last device is unpowered
Patrik Flykt
1
-4
/
+8
2012-06-18
device: Combine multiple if statements into one block of code
Patrik Flykt
1
-5
/
+4
2012-06-18
device: Combine two if statements with identical outcome
Patrik Flykt
1
-6
/
+1
2012-06-18
technology: Remove unneeded scan stop when removing device
Patrik Flykt
1
-3
/
+0
2012-06-18
wifi: Don't print an error when the wifi interface has been removed
Patrik Flykt
1
-1
/
+1
2012-06-18
wifi: Stop scanning when disabling wifi
Patrik Flykt
1
-6
/
+8
2012-06-18
service: Connecting hidden network waits until connected
Jukka Rissanen
7
-17
/
+91
2012-06-18
service: Add support functions for pending replies
Jukka Rissanen
2
-0
/
+36
2012-06-18
service: Split reply_pending function to two parts
Jukka Rissanen
2
-13
/
+21
2012-06-15
timeserver: Get rid of useless and annoying error message
Jukka Rissanen
1
-6
/
+1
2012-06-15
service: Take last error into acount when retrying to connect
Tomasz Bursztyka
1
-5
/
+19
2012-06-15
agent: Implement the new type and argument for RequestInput method call
Tomasz Bursztyka
1
-1
/
+18
2012-06-15
service: Add a getter for the passphrase
Tomasz Bursztyka
2
-0
/
+9
2012-06-15
doc: Add a new type and argument to agent RequestInput method call
Tomasz Bursztyka
1
-2
/
+29
2012-06-14
timeserver: Simplify timeserver IP address checking
Patrik Flykt
1
-11
/
+1
2012-06-14
main: Simplify fallback nameserver parsing
Patrik Flykt
1
-8
/
+1
2012-06-14
service: Simplify nameserver route adding and removing
Patrik Flykt
1
-30
/
+6
2012-06-14
service: Check that the supplied nameserver is in numeric format
Patrik Flykt
1
-4
/
+6
2012-06-14
inet: Create helper function for IP address checking
Patrik Flykt
2
-0
/
+21
2012-06-11
gsupplicant: Properly handle WPS properties update
Tomasz Bursztyka
1
-7
/
+9
2012-06-11
gsupplicant: Properly handle WiFi security change
Tomasz Bursztyka
1
-29
/
+70
2012-06-11
ipconfig: Set IPv6 privacy default value from kernel default
Jukka Rissanen
1
-1
/
+5
2012-06-11
dnsproxy: Do not print too many info messages
Jukka Rissanen
1
-6
/
+6
2012-06-11
doc: Describe what happens when config file is removed
Jukka Rissanen
1
-0
/
+6
2012-06-11
config: Check if we need to rescan the config file for any changes
Jukka Rissanen
3
-8
/
+38
2012-06-11
config: No service removal on cleanup
Jukka Rissanen
1
-0
/
+9
2012-06-11
config: Check individual service entries for removal
Jukka Rissanen
1
-1
/
+37
2012-06-11
config: Use config file name and entry when deciding removal
Jukka Rissanen
3
-3
/
+4
2012-06-11
config: Save service after provisioning it
Jukka Rissanen
1
-0
/
+2
[prev]
[next]