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
/
dnsproxy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-07
dnsproxy: Check overlapping memcpy
Jukka Rissanen
1
-6
/
+15
2012-05-31
dnsproxy: If the answer is in the cache, the UDP request is released
Paulo Pizarro
1
-14
/
+12
2012-05-28
dnsproxy: Fix wrong domain len causing crash in memmove
Lucas De Marchi
1
-3
/
+3
2012-05-28
dnsproxy: Avoid useless memset
Lucas De Marchi
1
-1
/
+1
2012-05-28
dnsproxy: Fix constiness of variables
Lucas De Marchi
1
-21
/
+18
2012-05-09
dnsproxy: Remove dead assignment
Henrique Dante de Almeida
1
-1
/
+0
2012-05-09
dnsproxy: Return error if initial send fails
Henrique Dante de Almeida
1
-0
/
+2
2012-04-29
core: Update copyright information
Marcel Holtmann
1
-1
/
+1
2012-04-25
dnsproxy: Delay cache removal
Jukka Rissanen
1
-4
/
+22
2012-04-02
dnsproxy: Refactor request destroy code
Daniel Wagner
1
-14
/
+13
2012-03-21
dnsproxy: Remove pending requests before destroying the channel
Julien Massot
1
-0
/
+4
2012-03-01
core: Change coding style for passing NULL to time
Grant Erickson
1
-5
/
+5
2012-01-24
dnsproxy: Check that cache is valid before accessing it.
Jukka Rissanen
1
-4
/
+12
2012-01-16
dnsproxy: Fix invalid hash table cleanup
Daniel Wagner
1
-1
/
+6
2012-01-10
dnsproxy: Empty lines cleanup
Daniel Wagner
1
-6
/
+5
2012-01-10
dnsproxy: Add cache refreshing logic
Arjan van de Ven
1
-9
/
+134
2012-01-10
dnsproxy: Add a "invalidate cache" function
Arjan van de Ven
1
-0
/
+43
2012-01-10
dnsproxy: Deal nicer with a cache-full situation
Arjan van de Ven
1
-7
/
+31
2012-01-10
dnsproxy: Track cache hit statistics
Arjan van de Ven
1
-1
/
+20
2012-01-10
dnsproxy: Have a minimum cache TTL
Arjan van de Ven
1
-0
/
+7
2012-01-10
dnsproxy: Cache negative IPv6 entries for the case where we have an IPv4 entr...
Arjan van de Ven
1
-2
/
+56
2012-01-10
dnsproxy: Send the correct TTL to our clients
Arjan van de Ven
1
-3
/
+67
2012-01-10
dnsproxy: Start tracking the end time of the TTL
Arjan van de Ven
1
-13
/
+38
2012-01-10
dnsproxy: Delete expired cache entries when they expire
Arjan van de Ven
1
-11
/
+38
2012-01-10
dnsproxy: Make sure "rr" is not NULL
Arjan van de Ven
1
-0
/
+3
2012-01-09
dnsproxy: Check compress flag properly.
Jukka Rissanen
1
-1
/
+1
2011-12-20
dnsproxy: Build failure fix
Samuel Ortiz
1
-1
/
+1
2011-12-16
dnsproxy: Implement A and AAAA DNS record caching
Jukka Rissanen
1
-9
/
+781
2011-11-24
dnsproxy: Do not copy two extra bytes if using TCP
Jukka Rissanen
1
-1
/
+1
2011-11-24
dnsproxy: Get rid of extra strlen() calls
Jukka Rissanen
1
-8
/
+11
2011-11-24
dnsproxy: One extra garbage byte was sent at the end of the message
Jukka Rissanen
1
-2
/
+2
2011-10-25
core: Add SOCK_CLOEXEC to socket()
Daniel Wagner
1
-2
/
+2
2011-10-11
dnsproxy: Fix can't resolv hostname
Yu A Wang
1
-0
/
+35
2011-09-12
dnsproxy: Use listener data instead of hash table lookups
Patrik Flykt
1
-37
/
+25
2011-09-12
dnsproxy: Fix __connman_dnsproxy_add_listener() error handling
Patrik Flykt
1
-2
/
+7
2011-07-23
dnsproxy: Add error print when DNS response send failed.
Jukka Rissanen
1
-1
/
+4
2011-07-07
dnsproxy: Fix indentation.
Jukka Rissanen
1
-3
/
+3
2011-05-27
dnsproxy: Fix unused variable warnings
Marcel Holtmann
1
-2
/
+10
2011-04-27
dnsproxy: Add function __connman_dnsproxy_add/remove_listener()
Yu A Wang
1
-44
/
+128
2011-02-17
dnsproxy: Add domains to the query only when it has no dot
Samuel Ortiz
1
-0
/
+6
2011-02-08
dnsproxy: Do not add NULL domains to the domain list
Samuel Ortiz
1
-0
/
+3
2011-01-31
dnsproxy: Fallback to resolv.conf if dnsproxy fails
Daniel Wagner
1
-10
/
+2
2011-01-27
dnsproxy: Fix public server support
Samuel Ortiz
1
-1
/
+7
2011-01-26
ondemand: Remove ondemand.c
Daniel Wagner
1
-35
/
+2
2011-01-26
resolver: Only support resolv.conf and dnsproxy
Daniel Wagner
1
-23
/
+10
2011-01-26
dnsproxy: Add command line switch
Daniel Wagner
1
-1
/
+9
2011-01-26
dnsproxy: Fix checkpatch warnings
Daniel Wagner
1
-7
/
+12
2011-01-26
dnsproxy: Move from plugins to core
Daniel Wagner
1
-0
/
+1512
[prev]