summaryrefslogtreecommitdiff
path: root/src/resolver.cpp
Commit message (Expand)AuthorAgeFilesLines
* non-functional changes only: use standard writing of stdint.h types; still im...Markus Grüneis2010-02-181-3/+3
* whitespace only change: unified formatting with "astyle --style=k/r --indent=...Markus Grüneis2010-02-171-32/+51
* UDPPacketSource now opens one socket for each resolved endpointChristian Pointner2010-01-081-5/+5
* moved to resolver iterator at onResolve callback functionsChristian Pointner2010-01-081-5/+5
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-291-1/+1
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
* added error callback to resolver for better handlingChristian Pointner2009-03-221-15/+14
* added SIGERROR to signal ControllerChristian Pointner2009-03-101-1/+8
* fixed daemonizing and boost::thread problem (workaround)Christian Pointner2009-03-051-3/+14
* added retry capability to resolverChristian Pointner2009-03-051-9/+31
* added resolvAddrType to gResolverChristian Pointner2009-03-051-9/+41
* cleanupChristian Pointner2009-03-041-5/+3
* fix build Christian Pointner2009-03-041-4/+5
* - extended gResolver: supports completion-callbackMarkus Grüneis2009-03-041-11/+16
* initial checkin of new resolverChristian Pointner2009-03-031-0/+105