Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-09 | Fix Incorrect NULL check in get_server_common() | Jakub Hrozek | 1 | -1/+1 | |
Fixes: #518 | |||||
2010-06-09 | Fix potential NULL dereference in fail_over.c | Jakub Hrozek | 1 | -2/+5 | |
Fixes: #505 | |||||
2010-05-03 | Fix uninitialized variable | Jakub Hrozek | 1 | -0/+1 | |
2010-04-30 | Support SRV servers in failover | Jakub Hrozek | 1 | -51/+509 | |
Adds a new failover API call fo_add_srv_server that allows the caller to specify a server that is later resolved into a list of specific servers using SRV requests. Also adds a new failover option that specifies how often should the servers resolved from SRV query considered valid until we need a refresh. The "real" servers to connect to are returned to the user as usual, using the fo_resolve_service_{send,recv} calls. Make SRV resolution work with c-ares 1.6 | |||||
2010-04-30 | Remove freed server_common entities from list | Jakub Hrozek | 1 | -1/+24 | |
2010-04-26 | Treat server names as case-insensitive in failover code | Jakub Hrozek | 1 | -2/+2 | |
2010-02-22 | Restrict family lookups | Jakub Hrozek | 1 | -9/+16 | |
Adds a new option that tells resolver which address family to prefer or use exclusively. Fixes: #404 | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+651 | |
Also update BUILD.txt |