Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitignore: Binaries from tools | Paul Kocialkowski | 2014-11-02 | 1 | -2/+2 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Ignore the autotools INSTALL file | Paul Wise | 2014-11-02 | 1 | -0/+1 |
| | |||||
* | tools: add first and untested version of a simple forward utility | Simon Busch | 2012-01-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Update .gitignore file | Simon Busch | 2011-11-23 | 1 | -0/+1 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Rework API of this library to integrate better with other environments than ↵ | Simon Busch | 2011-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Android * send/recv is now done outside this library; the user has to provide callbacks for send and recv * it's now possible to create more than one ipc client as every ipc API method needs an object of type ipc_client (which is the context it operates in) * there are now two different client types for the crespo machine: RFS and FMT * disabled h1 client for now * removed power on/off functionality; should be done by another userland component with handling the correct sysfs nodes rather than dealing with ioctls for this. * updated vala interface description file to reflect API changes * various source code cleanups Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Remove files which should not be hidden from .gitignore | Simon Busch | 2011-08-25 | 1 | -2/+0 |
| | |||||
* | Add .gitignore file | Simon Busch | 2011-08-25 | 1 | -0/+32 |