aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* tests/network-size: Verify +nan.0 and +inf.0 are allowed as stddev.Maxime Devos2021-09-22
* Update copyright notices.Maxime Devos2021-09-21
* tests/network-size: Remove resolved XXX.Maxime Devos2021-09-21
* config: Allow expanding loaded configurations.Maxime Devos2021-09-21
* config: Implement loading a configuration file.Maxime Devos2021-09-21
* config/fs: Locate the user and system configuration.Maxime Devos2021-09-21
* tests/network-size: Make ‘reconnects’ test reproducible.Maxime Devos2021-09-21
* nse/client: Stop reconnecting when a disconnect is requested.Maxime Devos2021-09-21
* tests/network-size: Abstract configuration creation.Maxime Devos2021-09-21
* tests: Abstract setting of O_NONBLOCK.Maxime Devos2021-09-21
* mq/error-reporting: Support error reporting.Maxime Devos2021-09-21
* nse/client: Allow disconnecting.Maxime Devos2021-09-21
* tests/utils: Move call-with-spawner from tests/mq-stream.scm.Maxime Devos2021-09-21
* doc: Document that (gnu gnunet nse client) reconnects.Maxime Devos2021-09-21
* tests/mq-stream: Add missing parenthesis.Maxime Devos2021-09-21
* mq-impl/stream: Eliminate 'return' argument of 'handle-input!'.Maxime Devos2021-09-21
* nse/client: Add a 'disconnected' callback.Maxime Devos2021-09-21
* tests/network-size: Don't let the GC close port.Maxime Devos2021-09-21
* mq-impl/stream: Allow closing queues made with connect-fibers.Maxime Devos2021-09-21
* mq-impl/stream: Allow closing the queue on request.Maxime Devos2021-09-21
* mq-impl/stream: Close the port when stopping the fibers.Maxime Devos2021-09-21
* mq: Inject errors when message verification has negative result.Maxime Devos2021-09-21
* tests/mq: Spam the log less.Maxime Devos2021-09-21
* mq: Inject errors if no appropriate message handler exists.Maxime Devos2021-09-21
* tests/mq-stream: Use 'message-handler' macro.Maxime Devos2021-09-21
* tests/mq: Use 'message-handler' macro.Maxime Devos2021-09-21
* tests/mq-stream: Don't assume setvbuf returns anything.Maxime Devos2021-09-21
* mq-impl/stream: Flush the output port regularily.Maxime Devos2021-09-21
* tests/mq-stream: Unbreak SIGPIPE signal handler.Maxime Devos2021-09-21
* tests/mq-stream: Make tests less fragile.Maxime Devos2021-09-21
* mq-impl/stream: Allow the write fiber to stop even if blocking.Maxime Devos2021-09-21
* tests/mq-stream: Make test more strict.Maxime Devos2021-09-21
* mq-impl/stream: Stop all fibers when EOF is reached (part 2).Maxime Devos2021-09-21
* mq-impl/stream: Stop all fibers when EOF is reached (part 1).Maxime Devos2021-09-21
* tests/mq-stream: Recognise the 'input:regular-end-of-file' error.Maxime Devos2021-09-21
* Correct XXX and TODO on input:regular-end-of-file.Maxime Devos2021-09-21
* nse: Allow 'updated' to be absent.Maxime Devos2021-09-21
* tests/utils: Use set-value! instead of hashtable-set!.Maxime Devos2021-09-21
* tests/utils: Use a better hash function.Maxime Devos2021-09-21
* nse/client: Implement connecting to the NSE service.Maxime Devos2021-09-21
* tests/utils: New utilities for tests.Maxime Devos2021-09-21
* mq-stream: Allow turning ports into message queues.Maxime Devos2021-09-21
* mq-impl/stream: Implement connecting to unix sockets.Maxime Devos2021-09-21
* util/time: Add time units and implement bounded exponential back-off.Maxime Devos2021-09-21
* mq-impl/stream: Implement on top of ports.Maxime Devos2021-09-21
* concurrency: repeated-conditions: New module.Maxime Devos2021-09-21
* utils: tokeniser: Implement 'add-from-port!'.Maxime Devos2021-09-21
* mq: Delete unused and obsolete message-io module.Maxime Devos2021-09-21
* utils: tokeniser: Split message streams into individual messages.Maxime Devos2021-09-21
* mq: Test message cancellation.Maxime Devos2021-09-21