Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-18 | Failover fixes and additions | Simo Sorce | 1 | -6/+22 | |
2009-11-09 | Fix tevent_req error checking. | Simo Sorce | 1 | -4/+1 | |
When possible using a macro that correctly deals with tstate | |||||
2009-11-09 | Check return, zero free hostent, adhere to style | Simo Sorce | 1 | -8/+11 | |
2009-11-06 | Add fail over utility functions | Martin Nagy | 1 | -0/+543 | |
These functions should be used by providers to centrally manage lists of servers. Servers are grouped into services and each service has it's own list of servers. If, however, you will try to add a same server into two different services, they will share a common structure. This means that a host will only be resolved once. |