aboutsummaryrefslogtreecommitdiffstats
path: root/src/bus.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify, do not install examples or info manual, and change license3.1.7Mattias Andrée2017-12-111-1197/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* whitespaceMattias Andrée2015-09-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve header fileMattias Andrée2015-09-011-5/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix warningsMattias Andrée2015-08-271-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m bug: wrote to array before checking that it was successfully allocatedMattias Andrée2015-08-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update documentation for bus_pollMattias Andrée2015-05-171-7/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add timed example and fix timed pollingMattias Andrée2015-05-171-18/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implemented timed write, read and pollMattias Andrée2015-05-171-7/+178
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* specifications for timed functions + fix manpage formattingMattias Andrée2015-05-171-19/+135
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m fix docMattias Andrée2015-05-161-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix nowait for polling + add nonblocking exampleMattias Andrée2015-05-151-12/+29
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement bus_chown and bus_chmodMattias Andrée2015-05-011-12/+50
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* doc bus_pollMattias Andrée2015-05-011-0/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2015-04-291-0/+40
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* ...Mattias Andrée2015-04-281-1/+54
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add BUS_SEMAPHORES_ARE_SYNCHRONOUS + explain some syntax in doc/protocolMattias Andrée2015-04-281-1/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add nowait option to bus_pollMattias Andrée2015-04-271-2/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add nowait option to bus_writeMattias Andrée2015-04-271-5/+17
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m whitespaceMattias Andrée2015-04-271-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improve error handling + patch possible race condition, abi and protocl breakageMattias Andrée2015-04-271-32/+63
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2015-04-261-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-04-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* remove bus_poll_continue, abi breakageMattias Andrée2015-04-261-15/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add polling functionsMattias Andrée2015-04-261-0/+39
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix docMattias Andrée2015-04-261-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bus_read invokes callback with null message to notify that it is listening on the busMattias Andrée2015-04-251-0/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix bus creating bugs1.0Mattias Andrée2015-04-211-4/+38
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + busname generationMattias Andrée2015-04-161-38/+123
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2015-04-161-15/+35
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m docMattias Andrée2015-04-161-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2015-04-161-0/+55
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* work on librarisationMattias Andrée2015-04-161-0/+459
Signed-off-by: Mattias Andrée <maandree@operamail.com>