aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix noqualify for /etc/hosts compilationLaurent Bercot2023-07-211-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* More bigfuxes!Laurent Bercot2023-07-205-29/+46
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* No dead code plzLaurent Bercot2023-07-141-6/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Bugfix the bigfuxesLaurent Bercot2023-07-134-13/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* smol bugfixLaurent Bercot2023-07-121-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Pass on all clients, add hosts support wherever applicableLaurent Bercot2023-07-1226-186/+361
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Good version of hosts.hLaurent Bercot2023-07-112-21/+31
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add s6dns_hosts reading functionsLaurent Bercot2023-07-068-59/+288
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix debug stuffLaurent Bercot2023-07-031-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* First wave of debugLaurent Bercot2023-07-031-6/+41
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add s6-dns-hosts-compile, prepare for 2.3.6.0Laurent Bercot2023-07-039-0/+531
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to iter_func fixLaurent Bercot2023-06-132-15/+14
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: signed length in tcp prefixLaurent Bercot2023-01-031-7/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.13.0.0Laurent Bercot2022-11-2919-19/+19
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Gate rrd == qrd relevant test behind S6DNS_O_STRICTLaurent Bercot2022-10-101-2/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Error message typo fix in skadnsdLaurent Bercot2022-10-101-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: adapt to new allread() APILaurent Bercot2022-10-071-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.3.5.4; adapt to skalibs-2.12.0.0Laurent Bercot2022-04-093-7/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: alloc_free correct valueLaurent Bercot2021-12-041-1/+1
| | | | | | | *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>
* Pass errno as unsigned charLaurent Bercot2021-09-021-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.3.5.2, adapt sig_ignore apiLaurent Bercot2021-08-101-5/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.11Laurent Bercot2021-08-0462-176/+176
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: s6dns_resolve_aaaaa API on double nodataLaurent Bercot2021-03-174-17/+33
|
* bugfix: call skadnsd via the non-versioned pathLaurent Bercot2021-02-261-1/+1
|
* Do not overwrite the question when reading an answer via UDPLaurent Bercot2021-01-151-2/+1
|
* Prepare for 2.3.5.0, s6dns_message_get_domain_nodecode() now publicLaurent Bercot2021-01-147-10/+7
|
* Prepare for 2.3.4.0Laurent Bercot2021-01-021-3/+7
|
* Refactor libdcache, expose dcache_clean_expired()Laurent Bercot2020-12-299-32/+67
|
* s6dns_message_parse_question() needs to update countsLaurent Bercot2020-12-242-2/+4
|
* Works better when you declare itLaurent Bercot2020-12-211-0/+7
|
* Add s6dns_message_parse_questionLaurent Bercot2020-12-212-0/+21
|
* Fix resolveq_aaaaaLaurent Bercot2020-05-173-21/+35
| | | | | | | | | 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.
* Add s6-dnsip, prepare for 2.3.3.0, fix resolvenoq_aaaaaLaurent Bercot2020-05-175-10/+87
| | | | | | 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.
* Add shibari, prepare for 2.3.2.0dcacheLaurent Bercot2020-01-278-0/+166
|
* Don't rely on type autopromotionLaurent Bercot2019-11-251-1/+1
|
* Spurious newlineLaurent Bercot2019-11-251-1/+0
|
* Initial libdcache implementationLaurent Bercot2019-11-258-0/+418
|
* Remove tainnow.lib dependencyLaurent Bercot2019-09-2115-15/+15
|
* Adapt to new stopwatch APILaurent Bercot2019-09-0612-28/+16
|
* Use stopwatchesLaurent Bercot2019-09-0412-1/+13
|
* Adapt to skalibs/posixishard.hLaurent Bercot2019-02-2029-42/+88
|
* Adaptation to skalibs-2.7.0.0Laurent Bercot2018-07-211-2/+38
|
* Add CAA record supportLaurent Bercot2018-04-1212-4/+116
|
* Remove env_getLaurent Bercot2017-12-251-2/+3
|
* Port skadns to textclient, prepare for 2.3.0.0Laurent Bercot2017-12-228-64/+57
|
* Better *FLAGS managementLaurent Bercot2017-10-051-2/+3
|
* Don't save errno around fd_close ; prepare for 2.2.0.1Laurent Bercot2017-08-221-12/+0
|
* Cleanup of superfluous includesLaurent Bercot2017-03-1459-121/+32
|
* Fix a few omissions (and a memchr() argument order bug!)Laurent Bercot2017-03-125-8/+8
|
* Update documentation, fix wrong typesLaurent Bercot2017-03-115-8/+8
|