summaryrefslogtreecommitdiffstats
path: root/src/lib/nsas/nameserver_entry.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [3391] Removed DNS specific folders from the tree.Marcin Siodelski2014-04-091-283/+0
* [443] remove asiolink.h altogether as its not needed any more.Kean Johnston2013-09-111-2/+0
* [443] Removed asiolink.h from NSAS and use the full version instead.Kean Johnston2013-09-101-1/+2
* [master] many misspelling and typo fixesJeremy C. Reed2013-03-061-3/+3
* [2357] Update scaffolding using fix-scaffolding.py toolMukund Sivaraman2012-10-251-3/+3
* [trac749] update namespace nameschenzhengzhang2011-04-141-1/+1
* [trac749] refactor C++ utility librarychenzhengzhang2011-04-111-1/+2
* Merge branch 'master' into trac641Stephen Morris2011-03-161-1/+1
|\
| * [jreed-doxygen]Merge branch 'master' into jreed-doxygenJeremy C. Reed2011-03-141-15/+9
| |\
| * | [jreed-doxygen] more doxygen improvementsJeremy C. Reed2011-02-081-1/+1
* | | [trac641] First part of tackling memory leaksStephen Morris2011-03-151-2/+2
| |/ |/|
* | [trac613] made sure NameserverEntry::xxx_address_ are initialized in the cons...JINMEI Tatuya2011-02-251-1/+8
* | [trac602] added --enable-boost-threads option (disabled by default)Jelte Jansen2011-02-231-14/+1
|/
* [trac494] addressed review commentsJelte Jansen2011-02-021-1/+0
* [trac494] move ResolverInterface to lib/resolveJelte Jansen2011-01-271-4/+5
* cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-211-2/+0
* more fixes, mostly for sunstudio:Jelte Jansen2010-12-201-0/+12
* Address selection moved to ZoneEntryMichal Vaner2010-12-111-25/+0
* NameserverEntry provides NameserverAddressMichal Vaner2010-12-111-12/+19
* Documentation & cleanups of NameserverEntryMichal Vaner2010-12-111-20/+22
* Type update, unification of arraysMichal Vaner2010-12-101-14/+28
* Hmm, subversion works locally to subdir. Commit the rest of the tree as wellMichal Vaner2010-12-081-7/+39
|\
| * Made some modifnication as review feedback.Haidong Wang2010-12-071-5/+2
| * Add unreachable server processing for address selection logicHaidong Wang2010-12-061-1/+1
| * The first implementation of address selection logicHaidong Wang2010-11-301-9/+43
| * Add random number generator implementation and unit testHaidong Wang2010-11-261-7/+9
* | NameserverEntry does not forget RTT on updateMichal Vaner2010-12-071-1/+2
* | Test call directly from resolveMichal Vaner2010-12-061-0/+2
* | Use shared_from_this instead of passing selfMichal Vaner2010-12-031-8/+8
* | Nameserver entry has expiration time againMichal Vaner2010-12-011-3/+3
* | Interface updateMichal Vaner2010-11-301-21/+6
* | Make the zone entry compileMichal Vaner2010-11-291-0/+2
* | Some tests for ZoneEntryMichal Vaner2010-11-241-2/+3
* | NameserverEntry updated to newer interfaceMichal Vaner2010-11-231-36/+29
* | Make nameserver entry test compileMichal Vaner2010-11-221-5/+14
* | Interface update, TODOMichal Vaner2010-11-201-33/+20
* | Few TODO notesMichal Vaner2010-11-201-0/+1
* | Address entry can ask for its IPMichal Vaner2010-11-161-0/+55
* | Some zone processingMichal Vaner2010-11-151-1/+1
* | Fetchable interfaceMichal Vaner2010-11-131-1/+2
* | ZoneEntry::Lock implementationMichal Vaner2010-11-131-1/+3
* | Fix includesMichal Vaner2010-11-061-2/+3
|/
* Definition of data structure and processing required for the caller to update...Haidong Wang2010-11-051-0/+13
* Add first part of the main NameserverAddressStore class.Stephen Morris2010-11-021-3/+3
* 1. Changes to tests made in response to review.Stephen Morris2010-10-291-4/+11
* a) Take account of the DNS class in calculating the hash. The HashKey class hasStephen Morris2010-10-281-4/+7
* Modifications as result of code reviewStephen Morris2010-10-271-10/+13
* First block of Nameserver Address Store code for reviewStephen Morris2010-10-191-0/+183