Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | proxy: Reuse the existing slot ID mapping after fork | Daiki Ueno | 2018-01-29 | 1 | -0/+7 |
| | | | | | | | While the proxy module reassigns slot IDs in C_Initialize(), some applications assume that valid slot IDs should never change across multiple calls to C_Initialize(). This patch mitigates this by preserving the slot IDs, if they are known to the proxy module. | ||||
* | Move to non-recursive Makefile for building bins and libs | Stef Walter | 2014-08-15 | 2 | -0/+9 |
Still use recursive for documentation and translation. |