Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused headers | Mattias Andrée | 2017-11-04 | 1 | -2/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Change buf size | Mattias Andrée | 2017-10-29 | 2 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Replace CMSG !/cred/prefix with !/cred/whoami | Mattias Andrée | 2017-10-24 | 3 | -27/+38 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | readme: no rpc | Mattias Andrée | 2017-10-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update readme | Mattias Andrée | 2017-10-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | readme: remove unneccessarily backslashes | Mattias Andrée | 2017-10-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add contol messages for flood control | Mattias Andrée | 2017-10-24 | 3 | -1/+102 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Use / instead of . | Mattias Andrée | 2017-10-24 | 3 | -20/+20 |
| | | | | | | This is more like file path and allows inclusion of package names (and file paths too if you want that for some reason) in the routing key. | ||||
* | Update readme | Mattias Andrée | 2017-10-22 | 1 | -1/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix readme | Mattias Andrée | 2017-10-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix typo | Mattias Andrée | 2017-10-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m | Mattias Andrée | 2017-10-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Routing keys cannot include NUL bytes | Mattias Andrée | 2017-10-22 | 1 | -6/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update README | Mattias Andrée | 2017-10-22 | 1 | -0/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add support for secret messages | Mattias Andrée | 2017-10-22 | 5 | -10/+151 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Update readme | Mattias Andrée | 2017-10-21 | 1 | -1/+8 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m | Mattias Andrée | 2017-10-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add test and fix bugs | Mattias Andrée | 2017-10-21 | 4 | -13/+384 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix whitespace | Mattias Andrée | 2017-10-21 | 1 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add README | Mattias Andrée | 2017-10-21 | 1 | -0/+72 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | LIBSBUS_BUFFER_SIZE: use UL suffix | Mattias Andrée | 2017-10-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix LIBSBUS_MESSAGE check | Mattias Andrée | 2017-10-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Set errno to ECONNRESET if recv returns 0 | Mattias Andrée | 2017-10-21 | 1 | -1/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | libsbus_receive: check message length to avoid reading outside it | Mattias Andrée | 2017-10-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add flags to functions using send | Mattias Andrée | 2017-10-21 | 2 | -9/+9 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | libsbus_receive: add flags | Mattias Andrée | 2017-10-21 | 2 | -3/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | First commit | Mattias Andrée | 2017-10-21 | 8 | -0/+813 |
Signed-off-by: Mattias Andrée <maandree@kth.se> |