summaryrefslogtreecommitdiffstats
path: root/src/kernel/mq.c
Commit message (Expand)AuthorAgeFilesLines
* [KERNEL] Try not to -EIO if no socket is connectedHEADmasterSimon Rettberg2020-08-131-15/+12Star
* [KERNEL] Trying to get locking under controlSimon Rettberg2020-07-171-25/+30
* added timeout and small bug when reqeuing in sendFrederic Robra2019-11-081-14/+13Star
* if connection is lost while connected modul now waits for new connectionFrederic Robra2019-11-081-10/+36
* removed bug when sending and at the same time socket closes downFrederic Robra2019-11-061-1/+1
* added commentsFrederic Robra2019-10-201-2/+13
* patch from Thiago Abdo, casts and includFrederic Robra2019-10-201-2/+2
* sort the connection plan, locks the sending while changing connection,Frederic Robra2019-09-041-3/+3
* added support to requeue busy requestsFrederic Robra2019-09-031-2/+22
* splitted netFrederic Robra2019-08-291-1/+1
* optimized behaviour with failuresFrederic Robra2019-08-271-24/+10Star
* removed bug in timeout where look was not releasedFrederic Robra2019-08-271-8/+12
* moved mq part to new fileFrederic Robra2019-08-231-0/+251
* added first draft for keepalive and discoveryFrederic Robra2019-07-071-237/+0Star
* added first support for connection with more than one serverFrederic Robra2019-07-051-48/+27Star
* fixed some errors with multi queueFrederic Robra2019-07-051-20/+17Star
* added send cmd to read from serverFrederic Robra2019-07-021-2/+184
* added code to connect to serverFrederic Robra2019-07-021-2/+2
* added mqFrederic Robra2019-06-291-0/+79