Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update dist | Mattias Andrée | 2015-08-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | update version3.1.2 | Mattias Andrée | 2015-08-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m makefile | Mattias Andrée | 2015-08-27 | 1 | -2/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix truncated doc | Mattias Andrée | 2015-08-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | update dist | Mattias Andrée | 2015-08-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | update version3.1.1 | Mattias Andrée | 2015-08-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m bug: wrote to array before checking that it was successfully allocated | Mattias Andrée | 2015-08-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | update dist | Mattias Andrée | 2015-05-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | timed write example3.1 | Mattias Andrée | 2015-05-17 | 6 | -5/+62 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2015-05-17 | 2 | -0/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | style + add timed read example | Mattias Andrée | 2015-05-17 | 25 | -31/+109 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | update documentation for bus_poll | Mattias Andrée | 2015-05-17 | 3 | -26/+18 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add timed example and fix timed polling | Mattias Andrée | 2015-05-17 | 10 | -27/+140 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | implemented timed write, read and poll | Mattias Andrée | 2015-05-17 | 1 | -7/+178 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | bump version | Mattias Andrée | 2015-05-17 | 1 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | mentions stat in manpages | Mattias Andrée | 2015-05-17 | 5 | -5/+30 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | specifications for timed functions + fix manpage formatting | Mattias Andrée | 2015-05-17 | 23 | -193/+543 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add -x option to create command, and -n option to broadcast command | Mattias Andrée | 2015-05-16 | 9 | -41/+98 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m fix doc | Mattias Andrée | 2015-05-16 | 2 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | update dist | Mattias Andrée | 2015-05-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | use $msg instead of $arg3.0 | Mattias Andrée | 2015-05-16 | 4 | -5/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add missing pathname argument to bus-broadcast.1 | Mattias Andrée | 2015-05-16 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix parsing for chown, chgrp and chmod | Mattias Andrée | 2015-05-16 | 1 | -15/+22 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add readme for nonblocking example | Mattias Andrée | 2015-05-16 | 1 | -0/+24 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix nowait for polling + add nonblocking example | Mattias Andrée | 2015-05-15 | 9 | -23/+157 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | update examples | Mattias Andrée | 2015-05-15 | 7 | -7/+7 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | doc: bus-chmod: octals | Mattias Andrée | 2015-05-14 | 1 | -0/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | doc bus-chgrp, bus-chown, and bus-chmod | Mattias Andrée | 2015-05-14 | 6 | -5/+124 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add chmod, chown and chgrp to the command line tool | Mattias Andrée | 2015-05-01 | 1 | -6/+222 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | only named buses will be implement | Mattias Andrée | 2015-05-01 | 1 | -2/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + add bus_poll.3 | Mattias Andrée | 2015-05-01 | 8 | -11/+82 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix manpages + add manpages for bus_chown and bus_chmod | Mattias Andrée | 2015-05-01 | 9 | -9/+98 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add todos for timed operations | Mattias Andrée | 2015-05-01 | 1 | -0/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | implement bus_chown and bus_chmod | Mattias Andrée | 2015-05-01 | 1 | -12/+50 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | doc bus_poll | Mattias Andrée | 2015-05-01 | 2 | -0/+27 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | doc | Mattias Andrée | 2015-04-29 | 5 | -7/+100 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | ... | Mattias Andrée | 2015-04-28 | 1 | -1/+54 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add BUS_SEMAPHORES_ARE_SYNCHRONOUS + explain some syntax in doc/protocol | Mattias Andrée | 2015-04-28 | 2 | -4/+28 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m readme | Mattias Andrée | 2015-04-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | update man 7 libbus to reflect that non-blocking has been added | Mattias Andrée | 2015-04-27 | 1 | -2/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add nowait option to bus_poll | Mattias Andrée | 2015-04-27 | 2 | -4/+8 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add nowait option to bus_write | Mattias Andrée | 2015-04-27 | 3 | -8/+29 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m whitespace | Mattias Andrée | 2015-04-27 | 1 | -0/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m man formatting | Mattias Andrée | 2015-04-27 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m readme | Mattias Andrée | 2015-04-27 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | improve error handling + patch possible race condition, abi and protocl breakage | Mattias Andrée | 2015-04-27 | 2 | -52/+84 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | derp | Mattias Andrée | 2015-04-26 | 1 | -2/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2015-04-26 | 2 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | remove bus_poll_continue, abi breakage | Mattias Andrée | 2015-04-26 | 2 | -16/+17 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add polling functions | Mattias Andrée | 2015-04-26 | 2 | -0/+45 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> |