Imported Upstream version 1.40
[platform/upstream/connman.git] / src / dnsproxy.c
2022-02-15 Niraj Kumar GoitImported Upstream version 1.40 64/271064/1 upstream/1.40
2020-10-14 Nishant ChapranaImported Upstream version 1.38 91/245691/1 upstream/1.38
2019-07-04 Nishant ChapranaImported Upstream version 1.37 02/209302/1 upstream/1.37
2018-01-08 Seonah MoonImported Upstream version 1.35 22/166122/1 upstream/1.35
2016-04-26 taesubkimImported Upstream version 1.29 90/67290/1 upstream/1.29
2014-10-29 Zhang zhengguangImported Upstream version 1.26 upstream/1.26
2014-07-17 Zhang zhengguangImported Upstream version 1.24 upstream/1.24
2013-04-30 Jukka Rissanendnsproxy: Do not unref g_io_channel if we know it is...
2013-04-26 Jukka Rissanendnsproxy: Conditional jump depends on uninitialized...
2013-04-26 Jukka Rissanendnsproxy: Return proper return code if listener_table...
2013-04-08 Jukka Rissanendnsproxy: Fix cached message length correctly
2013-04-05 Jukka Rissanendnsproxy: Handle partial TCP messages from client
2013-04-05 Jukka Rissanendnsproxy: Create cache if it is missing when doing...
2013-04-05 Jukka Rissanendnsproxy: Fix memory leak when request timeouts
2013-04-05 Jukka Rissanendnsproxy: Avoid null pointer access
2013-04-05 Jukka Rissanendnsproxy: Do not add or remove ::1 server
2013-04-05 Jukka Rissanendnsproxy: Use ::1 when refreshing because of the addres...
2013-04-05 Jukka Rissanendnsproxy: Add or remove ::1 to/from resolv.conf when...
2013-04-05 Jukka Rissanendnsproxy: Listen only on needed addresses
2013-03-22 Jukka Rissanendnsproxy: Make sure we are not accessing null hash
2013-01-18 Jukka Rissanendnsproxy: DNS response answer count was incorrectly set
2012-11-27 Patrik Flyktdnsproxy: Fix hash table comparison function to avoid...
2012-11-22 Patrik Flyktcore: Use interface index instead of interface name
2012-11-19 Patrik Flyktdnsproxy: Use TCP connections only for the intended...
2012-11-19 Patrik Flyktdnsproxy: Check the result of socket creation when...
2012-11-19 Patrik Flyktdnsproxy: Check GIO channel for NULL before use
2012-11-16 Forest Bonddnsproxy: Close the UDP socket on error condition.
2012-10-25 Patrik Flyktdnsproxy: Add reply host part length checking
2012-10-03 Jukka Rissanendnsproxy: Do not overwrite protocol and channel in...
2012-09-26 Jukka Rissanendnsproxy: Remove AI_PASSIVE for connected socket
2012-09-26 Jukka Rissanendnsproxy: Set recipient address when sending msg to...
2012-07-15 Marcel Holtmanndnsproxy: Avoid multiple shadowing variables
2012-06-20 Jukka Rissanendnsproxy: Check cache for TCP request before connecting...
2012-06-20 Jukka Rissanendnsproxy: Use DNS header in checks
2012-06-20 Jukka Rissanendnsproxy: Add more debugging prints
2012-06-20 Jukka Rissanendnsproxy: Check cache properly for TCP packets
2012-06-20 Jukka Rissanendnsproxy: Fix the negative caching of AAAA record
2012-06-20 Jukka Rissanendnsproxy: Save DNS packet in cache always in TCP format
2012-06-20 Jukka Rissanendnsproxy: Do not generate SIGPIPE
2012-06-18 Paulo Pizarrodnsproxy: Fix flushing pending requests
2012-06-18 Paulo Pizarrodnsproxy: Release all the fields of the request after...
2012-06-18 Paulo Pizarrodnsproxy: Avoid duplication of domains in the TCP serve...
2012-06-18 Paulo Pizarrodnsproxy: If no request was sent then the TCP server...
2012-06-18 Paulo Pizarrodnsproxy: If the answer is in the cache, the TCP reques...
2012-06-18 Paulo Pizarrodnsproxy: Only one copy of the relevant buffers will...
2012-06-11 Jukka Rissanendnsproxy: Do not print too many info messages
2012-06-07 Jukka Rissanendnsproxy: Randomize the transaction id
2012-06-07 Jukka Rissanendnsproxy: Use memmove() when discarding domain name
2012-06-07 Jukka Rissanendnsproxy: Check overlapping memcpy
2012-05-31 Paulo Pizarrodnsproxy: If the answer is in the cache, the UDP reques...
2012-05-28 Lucas De Marchidnsproxy: Fix wrong domain len causing crash in memmove
2012-05-28 Lucas De Marchidnsproxy: Avoid useless memset
2012-05-28 Lucas De Marchidnsproxy: Fix constiness of variables
2012-05-09 Henrique Dante de... dnsproxy: Remove dead assignment
2012-05-09 Henrique Dante de... dnsproxy: Return error if initial send fails
2012-04-28 Marcel Holtmanncore: Update copyright information
2012-04-25 Jukka Rissanendnsproxy: Delay cache removal
2012-04-02 Daniel Wagnerdnsproxy: Refactor request destroy code
2012-03-21 Julien Massotdnsproxy: Remove pending requests before destroying...
2012-03-01 Grant Ericksoncore: Change coding style for passing NULL to time
2012-01-24 Jukka Rissanendnsproxy: Check that cache is valid before accessing it.
2012-01-16 Daniel Wagnerdnsproxy: Fix invalid hash table cleanup
2012-01-10 Daniel Wagnerdnsproxy: Empty lines cleanup
2012-01-10 Arjan van de Vendnsproxy: Add cache refreshing logic
2012-01-10 Arjan van de Vendnsproxy: Add a "invalidate cache" function
2012-01-10 Arjan van de Vendnsproxy: Deal nicer with a cache-full situation
2012-01-10 Arjan van de Vendnsproxy: Track cache hit statistics
2012-01-10 Arjan van de Vendnsproxy: Have a minimum cache TTL
2012-01-10 Arjan van de Vendnsproxy: Cache negative IPv6 entries for the case...
2012-01-10 Arjan van de Vendnsproxy: Send the correct TTL to our clients
2012-01-10 Arjan van de Vendnsproxy: Start tracking the end time of the TTL
2012-01-10 Arjan van de Vendnsproxy: Delete expired cache entries when they expire
2012-01-10 Arjan van de Vendnsproxy: Make sure "rr" is not NULL
2012-01-09 Jukka Rissanendnsproxy: Check compress flag properly.
2011-12-20 Samuel Ortizdnsproxy: Build failure fix
2011-12-16 Jukka Rissanendnsproxy: Implement A and AAAA DNS record caching
2011-11-24 Jukka Rissanendnsproxy: Do not copy two extra bytes if using TCP
2011-11-24 Jukka Rissanendnsproxy: Get rid of extra strlen() calls
2011-11-24 Jukka Rissanendnsproxy: One extra garbage byte was sent at the end...
2011-10-25 Daniel Wagnercore: Add SOCK_CLOEXEC to socket()
2011-10-11 Yu A Wangdnsproxy: Fix can't resolv hostname
2011-09-12 Patrik Flyktdnsproxy: Use listener data instead of hash table lookups
2011-09-12 Patrik Flyktdnsproxy: Fix __connman_dnsproxy_add_listener() error...
2011-07-23 Jukka Rissanendnsproxy: Add error print when DNS response send failed.
2011-07-07 Jukka Rissanendnsproxy: Fix indentation.
2011-05-27 Marcel Holtmanndnsproxy: Fix unused variable warnings
2011-04-27 Yu A Wangdnsproxy: Add function __connman_dnsproxy_add/remove_li...
2011-02-17 Samuel Ortizdnsproxy: Add domains to the query only when it has...
2011-02-07 Samuel Ortizdnsproxy: Do not add NULL domains to the domain list
2011-01-31 Daniel Wagnerdnsproxy: Fallback to resolv.conf if dnsproxy fails
2011-01-26 Samuel Ortizdnsproxy: Fix public server support
2011-01-26 Daniel Wagnerondemand: Remove ondemand.c
2011-01-26 Daniel Wagnerresolver: Only support resolv.conf and dnsproxy
2011-01-26 Daniel Wagnerdnsproxy: Add command line switch
2011-01-26 Daniel Wagnerdnsproxy: Fix checkpatch warnings
2011-01-26 Daniel Wagnerdnsproxy: Move from plugins to core