aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.0v2.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.0v2.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.0v2.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.0v2.3.2.0Laurent Bercot2020-03-021-1/+0
|
* Update the doc tooLaurent Bercot2020-01-272-2/+9
|
* Add shibari, prepare for 2.3.2.0dcacheLaurent 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.1v2.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.0v2.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
|
* Remove tainnow.lib dependencyLaurent Bercot2019-09-2116-30/+30
|
* Adapt to new stopwatch APILaurent Bercot2019-09-0612-28/+16
|
* Use stopwatchesLaurent Bercot2019-09-0412-1/+13
|
* Prepare for 2.3.1.0Laurent Bercot2019-08-095-4/+17
| | | | | I'd like to support EDNS0 in 2.3.1.0 if I get some time before the release. If not, it will be in 2.3.2.0.
* Makefile needs to be adjusted tooLaurent Bercot2019-07-221-5/+4
|
* Make configure CC-friendlierLaurent Bercot2019-07-221-8/+24
|
* Doc typo fixLaurent Bercot2019-05-111-1/+1
|
* version: 2.3.0.2v2.3.0.2Laurent Bercot2019-03-041-0/+1
|
* Build everything as PIC by default ; prepare for 2.3.0.2Laurent Bercot2019-02-247-21/+27
|
* Adapt to skalibs/posixishard.hLaurent Bercot2019-02-2029-42/+88
|