summaryrefslogtreecommitdiff
path: root/pjlib-util/src/pjlib-util/resolver.c
AgeCommit message (Expand)Author
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