aboutsummaryrefslogtreecommitdiff
path: root/gnu/gnunet/mq-impl
Commit message (Expand)AuthorAge
* Update copyright notices.Maxime Devos2021-09-21
* mq-impl/stream: Remove resolved TODO.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
* 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-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-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
* mq-impl/stream: Stop all fibers when EOF is reached (part 1).Maxime Devos2021-09-21
* mq-impl/stream: Reduce nesting.Maxime Devos2021-09-21
* mq-impl/stream: Eliminate atomic box.Maxime Devos2021-09-21
* mq-impl/stream: Eliminate condition variable.Maxime Devos2021-09-21
* Correct XXX and TODO on input:regular-end-of-file.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
* mq-impl/stream: Implement on top of ports.Maxime Devos2021-09-21