]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD/MEDIUM: deviceatlas: updating the addon part.
authorDavid Carlier <dcarlier@deviceatlas.com>
Thu, 25 Jan 2024 09:11:18 +0000 (09:11 +0000)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Jan 2024 17:54:27 +0000 (18:54 +0100)
commit5c196f0d8d592d7d474d9cf33bb9a1b7c1766ab3
tree814549884b973c876f8e800fbdc57ac274ba27c1
parentf960cde7862bea88431fa73095d1b5100a6aee98
BUILD/MEDIUM: deviceatlas: updating the addon part.

- Reflecing the changes done in addons/deviceatlas/Makefile.inc.
 Enabling the cache feature and its disabling option as well.
- Now the `dadwsch` application is part of the API's package for more
general purposes, we remove it.
- Minor and transparent to user changes into da.c's workflow, also
making more noticeable some notices with appropriate logging levels.
- Adding support for the new `deviceatlas-cache-size` config keyword,
 a no-op when the cache support is disabled.
- Adding missing compilation units and relevant api updates to
the dummy library version.
Makefile
addons/deviceatlas/Makefile [deleted file]
addons/deviceatlas/da.c
addons/deviceatlas/dadwsch.c [deleted file]
addons/deviceatlas/dummy/Makefile
addons/deviceatlas/dummy/dac.c
addons/deviceatlas/dummy/dac.h
addons/deviceatlas/dummy/dacache.cpp [new file with mode: 0644]
addons/deviceatlas/dummy/dadwarc.c [new file with mode: 0644]
addons/deviceatlas/dummy/dadwcurl.c [new file with mode: 0644]