aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAge
* tests/network-size: Verify +nan.0 and +inf.0 are allowed as stddev.Maxime Devos2021-09-22
* nse/client: Allow NaN as standard deviation.Maxime Devos2021-09-22
* Update copyright notices.Maxime Devos2021-09-21
* mq-impl/stream: Remove resolved TODO.Maxime Devos2021-09-21
* README.org: Remove things documented in the manual.Maxime Devos2021-09-21
* config: Automatically load defaults, system and user configuration.Maxime Devos2021-09-21
* config/fs: Mark TODO's as done.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
* nse/client: Stop reconnecting when a disconnect is requested.Maxime Devos2021-09-21
* nse/client: Remove default for 'spawn'.Maxime Devos2021-09-21
* nse/client: Remove rest arguments.Maxime Devos2021-09-21
* nse/client: Use 'spawn' instead of hardcoding 'spawn-fiber'.Maxime Devos2021-09-21
* nse/client: Report errors and reconnect.Maxime Devos2021-09-21
* mq/error-reporting: Support error reporting.Maxime Devos2021-09-21
* build: Find .scmfrag files when building out-of-tree.Maxime Devos2021-09-21
* nse/client: Verify positivity of estimate.Maxime Devos2021-09-21
* nse/client: Remove resolved TODO.Maxime Devos2021-09-21
* nse/client: Correct type documentation of <server>.Maxime Devos2021-09-21
* nse/client: Allow disconnecting.Maxime Devos2021-09-21
* doc: Document that (gnu gnunet nse client) reconnects.Maxime Devos2021-09-21
* nse/client: Prepare for auto-reconnecting.Maxime Devos2021-09-21
* nse/client: Only call 'send-start!' after 'mq' has been defined.Maxime Devos2021-09-21
* mq,mq-impl: Remove TODOs about allocating memory.Maxime Devos2021-09-21
* mq-impl/stream: Eliminate 'return' argument of 'handle-input!'.Maxime Devos2021-09-21
* nse/client: Remove unused fields.Maxime Devos2021-09-21
* nse/client: Add a 'disconnected' callback.Maxime Devos2021-09-21
* mq-impl/stream: Handle ECONNRESET gracefully.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: Remove TODOs about hypothetical &malformed-message.Maxime Devos2021-09-21
* mq: Inject errors when message verification has negative result.Maxime Devos2021-09-21
* mq,doc: Update TODOs about message queues.Maxime Devos2021-09-21
* mq-impl/stream: Handle closed ports more gracefully.Maxime Devos2021-09-21
* mq-impl/stream: Delay knowing the port.Maxime Devos2021-09-21
* mq-impl/stream: Extract code to be shared with connect/fibers.Maxime Devos2021-09-21
* mq-impl/stream: Create the message queue as late as possible.Maxime Devos2021-09-21
* mq-impl/stream: Name the reader and writer thunks.Maxime Devos2021-09-21
* mq: Inject errors if no appropriate message handler exists.Maxime Devos2021-09-21
* nse/client: Use 'message-handler' macro.Maxime Devos2021-09-21
* mq/handler: Define a macro for constructing handlers.Maxime Devos2021-09-21
* mq-stream: Reuse 'type' variable instead of reading the type again.Maxime Devos2021-09-21
* hat-let: Allow (dotted) variable lists with <--.Maxime Devos2021-09-21
* mq-impl/stream: Flush the output port regularily.Maxime Devos2021-09-21
* mq-impl/stream: Document implementation pitfall.Maxime Devos2021-09-21
* mq-impl/stream: Allow the write fiber to stop even if blocking.Maxime Devos2021-09-21
* mq-impl/stream: Make error injection less unobviously correct.Maxime Devos2021-09-21
* mq-impl/stream: Stop all fibers when EOF is reached (part 2).Maxime Devos2021-09-21