summaryrefslogtreecommitdiff
path: root/pjlib-util/src/pjlib-util/resolver.c
AgeCommit message (Expand)Author
2017-01-19Re #1513: Applied the new API pj_pool_safe_release().Nanang Izzuddin
2016-11-01Re #1974: Fix DNS write on freed memory.Riza Sulistyo
2016-10-28Re #1974: Remove DNS cache entry from resolver's hash table when app callback...Liong Sauw Ming
2016-10-28Re #1974:Liong Sauw Ming
2016-10-27Fixed #1974: Various fixes for DNS IPv6Liong Sauw Ming
2016-10-21Misc (re #1945): Fixed assertion in resolver: on read error, source address m...Nanang Izzuddin
2016-09-15Misc (re #1945): Updated resolver behaviour to not mark nameserver as bad aft...Nanang Izzuddin
2016-08-17Fixed #1953: Skip IPv6 socket in resolver on system without IPv6 support.Nanang Izzuddin
2016-06-20Close #1927: IPv6 support in DNS SRV:Nanang Izzuddin
2016-05-20Re #1922: Replace IPv4 specific APIs as per Apple's recommendationsLiong Sauw Ming
2015-08-25Re #1881: Fixed compile warnings on VS2015 about declaration hides previous d...Nanang Izzuddin
2013-11-07Fix #1710: Modified resolver to always remove cache entry from cache hash tab...Nanang Izzuddin
2013-07-08Re #1686: avoid cache entry destroy in update_res_cache() when it is being us...Nanang Izzuddin
2013-07-05Fix #1686: release mutex when invoking callback to avoid deadlock. Also a bit...Nanang Izzuddin
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-01-23Re #1603: Replaced sock_sendto() with ioqueue_sendto(), as if ioqueue replace...Nanang Izzuddin
2013-01-15Fix #1603: reinit UDP socket of DNS resolver when sendto() returning EPIPE.Nanang Izzuddin
2012-08-07Fixed #1565: deadlock in DNS resolver.Nanang Izzuddin
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2010-10-14Misc (re #1134): fixed failed unit tests due to changes in DNS resolver code ...Benny Prijono
2010-10-14Misc (re #1134): fixed failure in resolving DNS A resolution if the answer co...Benny Prijono
2010-08-27Fixed #1108: deadlock in DNS resolver (thanks Bogdan Krakowski for the report)Benny Prijono
2009-05-29Integration of Sipit24 branch, many tickets involved:Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-07-12Ticket #560: Optimize the memory usage of DNS resolverBenny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2007-07-20Ticket #354: build PJLIB as dynamic libraries (.DSO) in SymbianBenny Prijono
2007-06-11Ticket #329: Added utility function to parse DNS A response in PJLIB-UTILBenny Prijono
2007-06-07Another ticket #325: More tunable settings in DNS resolverBenny Prijono
2007-05-30Fixed ticket #311: PJSIP resolver is not destroyed on shutdown (thanks Martin...Benny Prijono
2007-05-28Fixed ticket #304: Memory alignment error for hash entry buffer causing crash...Benny Prijono
2007-05-15Fixed ticket #276: Error creating resolver on Win32 release mode (thanks Fran...Benny Prijono
2007-05-01Ported PJLIB-UTIL and PJNATH to SymbianBenny Prijono
2007-03-02Fixed ticket #156: Not enough memory to parse DNS packets in resolver (thanks...Benny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-18Minor change in resolver: added current TTL value when entry is picked up fro...Benny Prijono
2006-10-19Support for MP3 recording for Win32 target. Also added "--rec-file" and "--au...Benny Prijono
2006-10-08Added pjlib-util/config.h and pjlib-util/types.h to putBenny Prijono
2006-10-08Major addition to support DNS SRV resolution in PJSIP:Benny Prijono