summaryrefslogtreecommitdiff
path: root/src/resolver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* non-functional changes only: use standard writing of stdint.h types; still ↵Markus Grüneis2010-02-181-3/+3
| | | | import from boost (compiler compatibility)
* whitespace only change: unified formatting with "astyle --style=k/r ↵Markus Grüneis2010-02-171-32/+51
| | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive"
* 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
| | | | | | this is release 0.3.1
* added error callback to resolver for better handlingChristian Pointner2009-03-221-15/+14
| | | | | | of resolvCallback exceptions
* added SIGERROR to signal ControllerChristian Pointner2009-03-101-1/+8
|
* fixed daemonizing and boost::thread problem (workaround)Christian Pointner2009-03-051-3/+14
| | | | | | fixed signalController
* 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