Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Compile with strict conversion | dimitri staessens | 2016-10-22 | 1 | -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 junk | dimitri staessens | 2016-08-30 | 1 | -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 requests | dimitri staessens | 2016-08-25 | 1 | -0/+156 |
Destruction of the object in the reply stage was unsafe. |