aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespaceMattias Andrée2015-09-011-1/+1
* improve header fileMattias Andrée2015-09-012-64/+84
* fix warningsMattias Andrée2015-08-272-11/+11
* fix truncated docMattias Andrée2015-08-261-1/+1
* m bug: wrote to array before checking that it was successfully allocatedMattias Andrée2015-08-261-1/+1
* update documentation for bus_pollMattias Andrée2015-05-172-14/+12
* add timed example and fix timed pollingMattias Andrée2015-05-172-25/+9
* implemented timed write, read and pollMattias Andrée2015-05-171-7/+178
* specifications for timed functions + fix manpage formattingMattias Andrée2015-05-172-41/+220
* add -x option to create command, and -n option to broadcast commandMattias Andrée2015-05-161-40/+79
* m fix docMattias Andrée2015-05-162-2/+2
* use $msg instead of $arg3.0Mattias Andrée2015-05-161-2/+2
* fix parsing for chown, chgrp and chmodMattias Andrée2015-05-161-15/+22
* fix nowait for polling + add nonblocking exampleMattias Andrée2015-05-152-20/+44
* doc bus-chgrp, bus-chown, and bus-chmodMattias Andrée2015-05-141-3/+3
* add chmod, chown and chgrp to the command line toolMattias Andrée2015-05-011-6/+222
* add todos for timed operationsMattias Andrée2015-05-011-0/+3
* implement bus_chown and bus_chmodMattias Andrée2015-05-011-12/+50
* doc bus_pollMattias Andrée2015-05-012-0/+27
* docMattias Andrée2015-04-293-3/+93
* ...Mattias Andrée2015-04-281-1/+54
* add BUS_SEMAPHORES_ARE_SYNCHRONOUS + explain some syntax in doc/protocolMattias Andrée2015-04-281-1/+10
* add nowait option to bus_pollMattias Andrée2015-04-272-4/+8
* add nowait option to bus_writeMattias Andrée2015-04-273-8/+29
* m whitespaceMattias Andrée2015-04-271-0/+4
* improve error handling + patch possible race condition, abi and protocl breakageMattias Andrée2015-04-271-32/+63
* derpMattias Andrée2015-04-261-2/+3
* mMattias Andrée2015-04-262-3/+3
* remove bus_poll_continue, abi breakageMattias Andrée2015-04-262-16/+17
* add polling functionsMattias Andrée2015-04-262-0/+45
* fix docMattias Andrée2015-04-262-10/+10
* parentheses around assignment used as truth valueMattias Andrée2015-04-251-1/+1
* bus_read invokes callback with null message to notify that it is listening on the busMattias Andrée2015-04-253-5/+26
* fix bus creating bugs1.0Mattias Andrée2015-04-211-4/+38
* m + busname generationMattias Andrée2015-04-163-49/+146
* miscMattias Andrée2015-04-162-48/+88
* m docMattias Andrée2015-04-162-1/+5
* docMattias Andrée2015-04-162-0/+113
* work on librarisationMattias Andrée2015-04-163-255/+629
* mMattias Andrée2015-04-161-1/+1
* typoMattias Andrée2015-04-161-1/+1
* mMattias Andrée2015-04-161-4/+0
* miscMattias Andrée2015-04-161-17/+50
* use a file for keysMattias Andrée2015-04-161-29/+57
* remove unused variableMattias Andrée2015-04-151-1/+1
* only open semaphore array onceMattias Andrée2015-04-151-75/+43
* reduce codeMattias Andrée2015-04-151-63/+4
* third draftMattias Andrée2015-04-151-28/+45
* whoopsMattias Andrée2015-04-151-3/+3
* second draftMattias Andrée2015-04-142-223/+342