Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-15 | bsdsnowflake is a lighter approach than nonposix | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-09-12 | New tentative workaround for bad sys/stat.h | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-09-12 | Support Darwin snowflakiness with st_mtim | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-07-23 | Fix wrong error on nodata in s6-dnsip | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-07-21 | Fix noqualify for /etc/hosts compilation | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-07-20 | More bigfuxes! | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-07-14 | No dead code plz | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-07-13 | Bugfix the bigfuxes | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-07-12 | smol bugfix | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-07-12 | Pass on all clients, add hosts support wherever applicable | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-07-11 | Good version of hosts.h | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-07-06 | Add s6dns_hosts reading functions | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-07-03 | Fix debug stuff | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-07-03 | First wave of debug | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-07-03 | Add s6-dns-hosts-compile, prepare for 2.3.6.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-06-13 | Adapt to iter_func fix | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-01-03 | bugfix: signed length in tcp prefix | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-11-29 | Adapt to skalibs-2.13.0.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-10-10 | Gate rrd == qrd relevant test behind S6DNS_O_STRICT | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-10-10 | Error message typo fix in skadnsd | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-10-07 | bugfix: adapt to new allread() API | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-04-09 | Prepare for 2.3.5.4; adapt to skalibs-2.12.0.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-12-04 | bugfix: alloc_free correct value | Laurent Bercot | |
*All* my memory bugs come from places where I'm not using stralloc. That should give a hint to every C programmer out there. Really. Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-02 | Pass errno as unsigned char | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-10 | Prepare for 2.3.5.2, adapt sig_ignore api | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-04 | Adapt to skalibs-2.11 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-03-17 | bugfix: s6dns_resolve_aaaaa API on double nodata | Laurent Bercot | |
2021-02-26 | bugfix: call skadnsd via the non-versioned path | Laurent Bercot | |
2021-01-15 | Do not overwrite the question when reading an answer via UDP | Laurent Bercot | |
2021-01-14 | Prepare for 2.3.5.0, s6dns_message_get_domain_nodecode() now public | Laurent Bercot | |
2021-01-02 | Prepare for 2.3.4.0 | Laurent Bercot | |
2020-12-29 | Refactor libdcache, expose dcache_clean_expired() | Laurent Bercot | |
2020-12-24 | s6dns_message_parse_question() needs to update counts | Laurent Bercot | |
2020-12-21 | Works better when you declare it | Laurent Bercot | |
2020-12-21 | Add s6dns_message_parse_question | Laurent Bercot | |
2020-05-17 | Fix resolveq_aaaaa | Laurent Bercot | |
If s6dns_resolveq_aaaaa gets nodata on the AAAA query for a qualified domain, it will now wait for the answer to the A query on the same qualified domain before returning. Even if it gets nodata, it still means that the domain exists, so it will not wait for results from other qualification attempts. | |||
2020-05-17 | Add s6-dnsip, prepare for 2.3.3.0, fix resolvenoq_aaaaa | Laurent Bercot | |
TODO: resolveq_aaaaa returns the best (1 answer) whereas we want both ip6 and ip4 when available. It works with noq, it should work with q too. | |||
2020-01-27 | Add shibari, prepare for 2.3.2.0dcache | Laurent Bercot | |
2019-11-25 | Don't rely on type autopromotion | Laurent Bercot | |
2019-11-25 | Spurious newline | Laurent Bercot | |
2019-11-25 | Initial libdcache implementation | Laurent Bercot | |
2019-09-21 | Remove tainnow.lib dependency | Laurent Bercot | |
2019-09-06 | Adapt to new stopwatch API | Laurent Bercot | |
2019-09-04 | Use stopwatches | Laurent Bercot | |
2019-02-20 | Adapt to skalibs/posixishard.h | Laurent Bercot | |
2018-07-21 | Adaptation to skalibs-2.7.0.0 | Laurent Bercot | |
2018-04-12 | Add CAA record support | Laurent Bercot | |
2017-12-25 | Remove env_get | Laurent Bercot | |
2017-12-22 | Port skadns to textclient, prepare for 2.3.0.0 | Laurent Bercot | |
2017-10-05 | Better *FLAGS management | Laurent Bercot | |