Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Fix race in destruction of cdap_req | dimitri staessens | 2016-12-28 | 1 | -9/+16 |
| | | | | | If cdap_req_destroy was called while in REQ_DONE, cdap->state would be accessed in cdap_req_respond. | ||||
* | ouroboros: Correct license statements | dimitri staessens | 2016-12-24 | 1 | -3/+2 |
| | | | | | This corrects the license statements on all files. Installed headers are LGPLv2.1, the rest of the code is GPLv2. | ||||
* | ipcpd, lib: Refactor normal ipcp and cdap | dimitri staessens | 2016-12-24 | 1 | -0/+151 |
Refactors the normal IPCP fmgr and ribmgr, and modifies the API for cdap so that no callbacks are needed. |