aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-1183-298/+291
|
* bugfix: DNS reply header was incorrectly decoded.Laurent Bercot2017-01-301-2/+2
|
* Attempt to fix the PPC bug. FUCK REPRESENTATION OF CHARS WITH A CHAINSAW, ↵Laurent Bercot2017-01-302-2/+2
| | | | SIDEWAYS.
* Zoning in on the ppc bugLaurent Bercot2017-01-301-1/+1
|
* Add guarded debugging output to diagnose failure on ppcLaurent Bercot2017-01-301-0/+11
|
* Types fix, first pass.Laurent Bercot2017-01-1266-242/+298
| | | | Some places marked XXX for the skalibs API change.
* Fix stupid typos in s6dns_init and s6dns_finishLaurent Bercot2016-10-142-2/+2
|
* Port to the new librandom API.Laurent Bercot2016-10-146-11/+30
|
* Add spawn_lib supportLaurent Bercot2016-08-123-0/+3
|
* Fix update/global-links dependenciesLaurent Bercot2016-03-141-4/+8
|
* Link shared libs against their -l deps, better libpath managementv2.0.0.5Laurent Bercot2015-08-122-0/+2
|
* - Fix s6dns-resolve.h for C++ inclusionv2.0.0.4Laurent Bercot2015-06-112-3/+8
| | | | | - Fix leak in s6dns_resolve_core.c - version: 2.0.0.4
* Cosmetic fix: make sure there's no double close() in s6dns_enginev2.0.0.3Laurent Bercot2015-03-301-5/+4
|
* Parallel build fixLaurent Bercot2015-01-1415-18/+18
|
* Revert, because.Laurent Bercot2015-01-101-1/+1
|
* Adjust to gensetdyn_iter change in skalibsLaurent Bercot2015-01-101-1/+1
|
* - bugfix in skadns, need to align to skalibs-2.1.0.0v2.0.0.1Laurent Bercot2015-01-063-3/+3
| | | | - version increase to 2.0.0.1
* Better error reporting in s6dns_enginev2.0.0.0Laurent Bercot2014-12-211-25/+36
|
* Steps to debug the s6-dnsname-filter segfaultLaurent Bercot2014-12-122-6/+5
|
* Include deps.mak after config.mak (not before), for ${*_LIB} expansionLaurent Bercot2014-12-111-3/+3
| | | | | Cosmetic changes to s6dns_generic_filter_main (there's a segfault in there, going to work on it)
* It's harder to compile on OpenBSD than on Solaris and MacOS X, ffs.Laurent Bercot2014-12-103-0/+15
|
* OMG OpenBSD you suck.Laurent Bercot2014-12-102-0/+6
|
* Change error number for "server didn't understand" from EBADMSG to EILSEQ,Laurent Bercot2014-12-102-2/+2
| | | | to work around fucking OpenBSD with minimal pain
* Do not build internal libraries, harder to clean upLaurent Bercot2014-12-104-5/+5
|
* Compiling bugfixes, small doc updateLaurent Bercot2014-12-1012-23/+21
|
* Initial commitLaurent Bercot2014-12-10149-0/+5235