aboutsummaryrefslogtreecommitdiffstats
path: root/src/bus.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some improvments + license change3.1.2Mattias Andrée2021-02-191-399/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* typo3.1Mattias Andrée2015-05-171-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add timed callsMattias Andrée2015-05-171-20/+112
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Bus.chown can use usernames and groupnames, as well as using the group of the ownerMattias Andrée2015-05-171-3/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Bus.chown can keep current owner or group + Bus.chmod can use a permission mask to keep or remove permissionsMattias Andrée2015-05-171-7/+25
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update pollMattias Andrée2015-05-171-10/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* return the errno value that was set by the native bus functions, python clears errno3.0Mattias Andrée2015-05-161-27/+36
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix pollMattias Andrée2015-05-161-3/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add new functions for bus 3.0Mattias Andrée2015-05-161-4/+79
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update bus.writeMattias Andrée2015-05-161-2/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update docMattias Andrée2015-04-261-1/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* suppress error on exit and fix callback1.0Mattias Andrée2015-04-231-1/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix some errorsMattias Andrée2015-04-231-5/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add destructor for bus classMattias Andrée2015-04-221-0/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* ...Mattias Andrée2015-04-221-0/+169
Signed-off-by: Mattias Andrée <maandree@operamail.com>