aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Empty signed commitHEADmasterMattias Andrée2024-04-060-0/+0
|
* Add macros for control messagesMattias Andrée2017-11-091-0/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add echo controlMattias Andrée2017-11-093-4/+35
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update makefileMattias Andrée2017-11-081-15/+29
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Move reuseable code from sbusd to libsbusdMattias Andrée2017-11-073-58/+103
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix two errors and move reuseable code from sbusd to libsbusdMattias Andrée2017-11-064-301/+385
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove unused headersMattias Andrée2017-11-041-2/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Change buf sizeMattias Andrée2017-10-292-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Replace CMSG !/cred/prefix with !/cred/whoamiMattias Andrée2017-10-243-27/+38
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* readme: no rpcMattias Andrée2017-10-241-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update readmeMattias Andrée2017-10-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* readme: remove unneccessarily backslashesMattias Andrée2017-10-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add contol messages for flood controlMattias Andrée2017-10-243-1/+102
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use / instead of .Mattias Andrée2017-10-243-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 readmeMattias Andrée2017-10-221-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix readmeMattias Andrée2017-10-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typoMattias Andrée2017-10-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2017-10-221-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Routing keys cannot include NUL bytesMattias Andrée2017-10-221-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update READMEMattias Andrée2017-10-221-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add support for secret messagesMattias Andrée2017-10-225-10/+151
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update readmeMattias Andrée2017-10-211-1/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2017-10-211-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add test and fix bugsMattias Andrée2017-10-214-13/+384
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix whitespaceMattias Andrée2017-10-211-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add READMEMattias Andrée2017-10-211-0/+72
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* LIBSBUS_BUFFER_SIZE: use UL suffixMattias Andrée2017-10-211-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix LIBSBUS_MESSAGE checkMattias Andrée2017-10-211-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Set errno to ECONNRESET if recv returns 0Mattias Andrée2017-10-211-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* libsbus_receive: check message length to avoid reading outside itMattias Andrée2017-10-211-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add flags to functions using sendMattias Andrée2017-10-212-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* libsbus_receive: add flagsMattias Andrée2017-10-212-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2017-10-218-0/+813
Signed-off-by: Mattias Andrée <maandree@kth.se>