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
2015-08-07
Base Code merged to SPIN 2.4
submit/tizen/20150810.034432
hyunuktak
1
-67
/
+89
2015-07-15
Add tizen extend code for dns proxy
submit/tizen/20150715.043627
accepted/tizen/wearable/20150715.064106
accepted/tizen/tv/20150715.064056
accepted/tizen/mobile/20150715.064045
hyunuktak
1
-2
/
+373
2014-10-29
Imported Upstream version 1.26
upstream/1.26
Zhang zhengguang
1
-33
/
+91
2014-07-17
Imported Upstream version 1.24
upstream/1.24
Zhang zhengguang
1
-231
/
+499
2013-04-30
dnsproxy: Do not unref g_io_channel if we know it is null
Jukka Rissanen
1
-4
/
+8
2013-04-26
dnsproxy: Conditional jump depends on uninitialized value
Jukka Rissanen
1
-1
/
+1
2013-04-26
dnsproxy: Return proper return code if listener_table is missing
Jukka Rissanen
1
-1
/
+1
2013-04-08
dnsproxy: Fix cached message length correctly
Jukka Rissanen
1
-1
/
+5
2013-04-05
dnsproxy: Handle partial TCP messages from client
Jukka Rissanen
1
-65
/
+410
2013-04-05
dnsproxy: Create cache if it is missing when doing lookup
Jukka Rissanen
1
-42
/
+56
2013-04-05
dnsproxy: Fix memory leak when request timeouts
Jukka Rissanen
1
-13
/
+13
2013-04-05
dnsproxy: Avoid null pointer access
Jukka Rissanen
1
-2
/
+2
2013-04-05
dnsproxy: Do not add or remove ::1 server
Jukka Rissanen
1
-0
/
+6
2013-04-05
dnsproxy: Use ::1 when refreshing because of the address family
Jukka Rissanen
1
-1
/
+1
2013-04-05
dnsproxy: Add or remove ::1 to/from resolv.conf when necessary
Jukka Rissanen
1
-9
/
+35
2013-04-05
dnsproxy: Listen only on needed addresses
Jukka Rissanen
1
-91
/
+225
2013-03-22
dnsproxy: Make sure we are not accessing null hash
Jukka Rissanen
1
-0
/
+6
2013-01-18
dnsproxy: DNS response answer count was incorrectly set
Jukka Rissanen
1
-1
/
+1
2012-11-27
dnsproxy: Fix hash table comparison function to avoid crash
Patrik Flykt
1
-1
/
+1
2012-11-22
core: Use interface index instead of interface name
Patrik Flykt
1
-73
/
+87
2012-11-19
dnsproxy: Use TCP connections only for the intended request
Patrik Flykt
1
-0
/
+5
2012-11-19
dnsproxy: Check the result of socket creation when resolving
Patrik Flykt
1
-2
/
+6
2012-11-19
dnsproxy: Check GIO channel for NULL before use
Patrik Flykt
1
-3
/
+7
2012-11-16
dnsproxy: Close the UDP socket on error condition.
Forest Bond
1
-106
/
+124
2012-10-25
dnsproxy: Add reply host part length checking
Patrik Flykt
1
-5
/
+17
2012-10-03
dnsproxy: Do not overwrite protocol and channel in server struct
Jukka Rissanen
1
-5
/
+26
2012-09-26
dnsproxy: Remove AI_PASSIVE for connected socket
Jukka Rissanen
1
-1
/
+1
2012-09-26
dnsproxy: Set recipient address when sending msg to DNS server
Jukka Rissanen
1
-2
/
+12
2012-07-15
dnsproxy: Avoid multiple shadowing variables
Marcel Holtmann
1
-13
/
+12
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-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-11
dnsproxy: Do not print too many info messages
Jukka Rissanen
1
-6
/
+6
2012-06-07
dnsproxy: Randomize the transaction id
Jukka Rissanen
1
-13
/
+12
2012-06-07
dnsproxy: Use memmove() when discarding domain name
Jukka Rissanen
1
-1
/
+5
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
[next]