aboutsummaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Collapse)AuthorAge
* Add SPDX license headers.Maxime Devos2022-02-04
|
* Stub config.rpath.Maxime Devos2021-09-21
| | | | | | | | autoreconf -vfi doesn't install it, but wants it, and it is not actually required. * .gitignore: Remove build-aux/config.rpath. * build-aux/config.rpath: Create empty file.
* Write code for message handlersMaxime Devos2021-09-21
Some attention was paid to the dynamic environment in which the handlers must run (see 'call-with-interposed-environment' for some example usages). * README.org: announce existence. * build-aux/test-driver.scm: copy test driver from Guix. * gnu/gnunet/util/mq-handler.scm: plenty of new procedures. * tests/message-handlers.scm: test procedures, and various edge cases.