summaryrefslogtreecommitdiff
path: root/src/lib/flow.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: moved flow header and source to ipcpddimitri staessens2016-04-191-87/+0
|
* ipcpd: initial IPC processesdimitri staessens2016-04-181-1/+5
| | | | | | | | | | | Basic functions for implementation of IPC processes, and implementation of core functions of the shim IPCP over UDP. Updates to the build system to compile these IPC processes, as well as some fixes in the irmd (rudimentary capturing exit signals) and some fixes in the library, mainly relating to the messaging. Basic implementation of creation / bootstrapping / deletion of the shim UDP. Placeholders for other functions.
* lib: include stdlib.h, not malloc.hdimitri staessens2016-04-021-1/+1
|
* lib: further fixes to flow APIdimitri staessens2016-03-301-1/+1
| | | | | FLOW_O_INVALID now defined in terms of conflicting options bugfix in setopts
* lib: bugfixes in flowdimitri staessens2016-03-301-2/+8
| | | | | forgotten return statement forgotten NULL check
* lib: api for handling flowsdimitri staessens2016-03-301-0/+77
moved the flow definition to the library and made it public. thread-safety implemented without compiler checks.