| Commit message (Expand) | Author | Age | Files | Lines |
| * | bsdsnowflake is a lighter approach than nonposix | Laurent Bercot | 2023-09-15 | 1 | -1/+1 |
| * | New tentative workaround for bad sys/stat.h | Laurent Bercot | 2023-09-12 | 1 | -2/+4 |
| * | Support Darwin snowflakiness with st_mtim | Laurent Bercot | 2023-09-12 | 1 | -2/+4 |
| * | Fix wrong error on nodata in s6-dnsip | Laurent Bercot | 2023-07-23 | 1 | -0/+2 |
| * | Fix noqualify for /etc/hosts compilation | Laurent Bercot | 2023-07-21 | 1 | -1/+2 |
| * | More bigfuxes! | Laurent Bercot | 2023-07-20 | 3 | -24/+26 |
| * | No dead code plz | Laurent Bercot | 2023-07-14 | 1 | -6/+0 |
| * | Bugfix the bigfuxes | Laurent Bercot | 2023-07-13 | 2 | -10/+11 |
| * | smol bugfix | Laurent Bercot | 2023-07-12 | 1 | -2/+2 |
| * | Pass on all clients, add hosts support wherever applicable | Laurent Bercot | 2023-07-12 | 4 | -37/+47 |
| * | Good version of hosts.h | Laurent Bercot | 2023-07-11 | 1 | -19/+27 |
| * | Add s6dns_hosts reading functions | Laurent Bercot | 2023-07-06 | 7 | -58/+224 |
| * | Fix debug stuff | Laurent Bercot | 2023-07-03 | 1 | -2/+2 |
| * | First wave of debug | Laurent Bercot | 2023-07-03 | 1 | -6/+41 |
| * | Add s6-dns-hosts-compile, prepare for 2.3.6.0 | Laurent Bercot | 2023-07-03 | 5 | -0/+458 |
| * | bugfix: signed length in tcp prefix | Laurent Bercot | 2023-01-03 | 1 | -7/+4 |
| * | Gate rrd == qrd relevant test behind S6DNS_O_STRICT | Laurent Bercot | 2022-10-10 | 1 | -2/+1 |
| * | bugfix: adapt to new allread() API | Laurent Bercot | 2022-10-07 | 1 | -1/+3 |
| * | Prepare for 2.3.5.4; adapt to skalibs-2.12.0.0 | Laurent Bercot | 2022-04-09 | 2 | -4/+2 |
| * | Adapt to skalibs-2.11 | Laurent Bercot | 2021-08-04 | 31 | -54/+54 |
| * | bugfix: s6dns_resolve_aaaaa API on double nodata | Laurent Bercot | 2021-03-17 | 3 | -16/+32 |
| * | Do not overwrite the question when reading an answer via UDP | Laurent Bercot | 2021-01-15 | 1 | -2/+1 |
| * | Prepare for 2.3.5.0, s6dns_message_get_domain_nodecode() now public | Laurent Bercot | 2021-01-14 | 6 | -10/+6 |
| * | Prepare for 2.3.4.0 | Laurent Bercot | 2021-01-02 | 1 | -3/+7 |
| * | s6dns_message_parse_question() needs to update counts | Laurent Bercot | 2020-12-24 | 1 | -1/+3 |
| * | Add s6dns_message_parse_question | Laurent Bercot | 2020-12-21 | 2 | -0/+21 |
| * | Fix resolveq_aaaaa | Laurent Bercot | 2020-05-17 | 3 | -21/+35 |
| * | Add s6-dnsip, prepare for 2.3.3.0, fix resolvenoq_aaaaa | Laurent Bercot | 2020-05-17 | 2 | -9/+15 |
| * | Adapt to skalibs/posixishard.h | Laurent Bercot | 2019-02-20 | 27 | -37/+81 |
| * | Adaptation to skalibs-2.7.0.0 | Laurent Bercot | 2018-07-21 | 1 | -2/+38 |
| * | Add CAA record support | Laurent Bercot | 2018-04-12 | 7 | -0/+91 |
| * | Remove env_get | Laurent Bercot | 2017-12-25 | 1 | -2/+3 |
| * | Don't save errno around fd_close ; prepare for 2.2.0.1 | Laurent Bercot | 2017-08-22 | 1 | -12/+0 |
| * | Cleanup of superfluous includes | Laurent Bercot | 2017-03-14 | 51 | -107/+28 |
| * | Fix a few omissions (and a memchr() argument order bug!) | Laurent Bercot | 2017-03-12 | 5 | -8/+8 |
| * | Update documentation, fix wrong types | Laurent Bercot | 2017-03-11 | 4 | -4/+4 |
| * | Adapt to skalibs-2.5.0.0 | Laurent Bercot | 2017-03-11 | 54 | -158/+150 |
| * | bugfix: DNS reply header was incorrectly decoded. | Laurent Bercot | 2017-01-30 | 1 | -2/+2 |
| * | Attempt to fix the PPC bug. FUCK REPRESENTATION OF CHARS WITH A CHAINSAW, SI... | Laurent Bercot | 2017-01-30 | 2 | -2/+2 |
| * | Zoning in on the ppc bug | Laurent Bercot | 2017-01-30 | 1 | -1/+1 |
| * | Add guarded debugging output to diagnose failure on ppc | Laurent Bercot | 2017-01-30 | 1 | -0/+11 |
| * | Types fix, first pass. | Laurent Bercot | 2017-01-12 | 35 | -92/+119 |
| * | Fix stupid typos in s6dns_init and s6dns_finish | Laurent Bercot | 2016-10-14 | 2 | -2/+2 |
| * | Port to the new librandom API. | Laurent Bercot | 2016-10-14 | 4 | -3/+25 |
| * | Fix update/global-links dependencies | Laurent Bercot | 2016-03-14 | 1 | -4/+8 |
| * | Link shared libs against their -l deps, better libpath managementv2.0.0.5 | Laurent Bercot | 2015-08-12 | 1 | -0/+1 |
| * | - Fix s6dns-resolve.h for C++ inclusionv2.0.0.4 | Laurent Bercot | 2015-06-11 | 1 | -2/+7 |
| * | Cosmetic fix: make sure there's no double close() in s6dns_enginev2.0.0.3 | Laurent Bercot | 2015-03-30 | 1 | -5/+4 |
| * | - bugfix in skadns, need to align to skalibs-2.1.0.0v2.0.0.1 | Laurent Bercot | 2015-01-06 | 1 | -0/+0 |
| * | Better error reporting in s6dns_enginev2.0.0.0 | Laurent Bercot | 2014-12-21 | 1 | -25/+36 |