dnsproxy: If no request was sent then the TCP server is destroyed
[framework/connectivity/connman.git] / src / dnsproxy.c
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