summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/cdap_request.c
Commit message (Collapse)AuthorAgeFilesLines
* ipcpd, lib: Refactor normal ipcp and cdapdimitri staessens2016-12-241-157/+0
| | | | | Refactors the normal IPCP fmgr and ribmgr, and modifies the API for cdap so that no callbacks are needed.
* build: Compile with strict conversiondimitri staessens2016-10-221-2/+1
| | | | | This has the code checked with -Wcast-qual and -Wconversion flags. These flags were removed because SWIG generated code fails.
* lib, ipcp: Compile on Apple junkdimitri staessens2016-08-301-0/+2
| | | | | | Disables robust mutexes and clock attributes for condition variables for compatibility with OSX (SUSv2). Implements clock_gettime and adds some defines for OSX compatibility in time_utils.
* ipcpd, normal: Safe handling of CDAP requestsdimitri staessens2016-08-251-0/+156
Destruction of the object in the reply stage was unsafe.