Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-30 | Add dns_resolver_timeout option | Stephen Gallagher | 1 | -1/+9 | |
We had a hard-coded timeout of five seconds for DNS lookups in the async resolver. This patch adds an option 'dns_resolver_timeout' to specify this value (Default: 5) | |||||
2010-02-22 | Restrict family lookups | Jakub Hrozek | 1 | -3/+49 | |
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/+356 | |
Also update BUILD.txt |