about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Doc link fixLaurent Bercot2021-12-191-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: support DESTDIR for sysdeps tooLaurent Bercot2021-12-051-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: add var control tweak and DESTDIR support for slashpackageLaurent Bercot2021-12-051-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.3.5.3Laurent Bercot2021-12-045-4/+17
| | | | 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>
* version: 2.3.5.2 v2.3.5.2Laurent Bercot2021-09-261-0/+1
| | | | 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-106-9/+24
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.11Laurent Bercot2021-08-0465-178/+220
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.3.5.1 v2.3.5.1Laurent Bercot2021-04-152-1/+12
|
* Prepare for 2.3.5.1Laurent Bercot2021-04-135-4/+17
|
* Do not compile or link into /dev/nullLaurent Bercot2021-04-111-4/+6
|
* Real noexecstack fix: make strip less greedyLaurent Bercot2021-04-092-3/+2
|
* noexecstack only works in LDFLAGSLaurent Bercot2021-04-081-1/+1
|
* 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
|
* version: 2.3.5.0 v2.3.5.0Laurent Bercot2021-01-191-0/+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-1415-24/+54
|
* version: 2.3.4.0 v2.3.4.0Laurent Bercot2021-01-102-2/+2
|
* Prepare for 2.3.4.0Laurent Bercot2021-01-026-7/+24
|
* configure should be executable >.>Laurent Bercot2020-12-291-0/+0
|
* Refactor libdcache, expose dcache_clean_expired()Laurent Bercot2020-12-2910-37/+75
|
* Don't put -fno-stack-protector in default CFLAGSLaurent Bercot2020-12-281-1/+0
|
* 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-213-3/+25
|
* configure fixLaurent Bercot2020-12-181-7/+7
|
* version: 2.3.3.0 v2.3.3.0Laurent Bercot2020-10-041-1/+1
|
* doc: fix URLsLaurent Bercot2020-10-046-12/+12
|
* Bump skalibs dep to 2.9.3.0Laurent Bercot2020-10-023-2/+4
|
* Fix resolveq_aaaaaLaurent Bercot2020-05-174-22/+37
| | | | | | | | | 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-1713-14/+181
| | | | | | 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.
* doc: add precision on requirementsLaurent Bercot2020-04-011-1/+2
|
* s6-dns: fix html errorsColin Booth2020-03-303-3/+5
| | | | Signed-off-by: Colin Booth <colin@heliocat.net>
* version: 2.3.2.0 v2.3.2.0Laurent Bercot2020-03-021-1/+0
|
* Update the doc tooLaurent Bercot2020-01-272-2/+9
|
* Add shibari, prepare for 2.3.2.0 dcacheLaurent Bercot2020-01-2713-3/+190
|
* Fix shared libs installationLaurent Bercot2020-01-271-3/+2
|
* Don't rely on type autopromotionLaurent Bercot2019-11-251-1/+1
|
* Spurious newlineLaurent Bercot2019-11-251-1/+0
|
* Initial libdcache implementationLaurent Bercot2019-11-2510-1/+432
|
* version: 2.3.1.1 v2.3.1.1Laurent Bercot2019-10-211-0/+1
|
* Fix gen-deps.sh for cross-buildsLaurent Bercot2019-10-212-33/+33
|
* Prepare for 2.3.1.1Laurent Bercot2019-10-215-4/+17
|
* Fix generated CC for cross-buildsLaurent Bercot2019-10-211-1/+1
|
* version: 2.3.1.0 v2.3.1.0Laurent Bercot2019-09-221-1/+2
|
* Fix configure permissionsLaurent Bercot2019-09-211-0/+0
|
* Remove tainnow dependency in configure tooLaurent Bercot2019-09-211-2/+0
|
* Update tainnow.lib mentions in docLaurent Bercot2019-09-211-1/+1
|