Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libipsec: Fix Windows build via MinGW | Tobias Brunner | 2017-01-25 | 1 | -0/+7 |
| | | | | Fixes #2118. | ||||
* | android: Enable build against API level 21 | Tobias Brunner | 2016-03-23 | 1 | -0/+17 |
| | | | | | | | While building against this level in general would break our app on older systems, the NDK will automatically use this level for 64-bit ABI builds (which are not supported in older levels). So to build against 64-bit ABIs we have to support this API level. | ||||
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -1/+0 |
| | |||||
* | utils: Provide a fallback for sigwaitinfo() if needed | Tobias Brunner | 2015-11-13 | 1 | -28/+0 |
| | | | | | Apparently, not available on Mac OS X 10.10 Yosemite. We don't provide this on Windows. | ||||
* | android: Provide a fallback for sigwaitinfo() | Tobias Brunner | 2015-11-12 | 1 | -1/+29 |
| | |||||
* | android: Replace AndroidConfigLocal.h with a header in utils/compat | Tobias Brunner | 2015-11-12 | 1 | -0/+31 |
| | |||||
* | windows: Define RTLD_NOW, even if it is not used | Tobias Brunner | 2015-11-09 | 1 | -0/+5 |
| | |||||
* | apple: Redefine some additional clashing Mach types | Martin Willi | 2014-12-16 | 1 | -0/+6 |
| | | | | | | While they usually are not included in a normal strongSwan build, the XPC header indirectly defines these Mach types. To build charon-xpc, which uses both XPC and strongSwan includes, we have to redefine these types. | ||||
* | apple: Use precancelable poll() to wrap accept/recvmsg calls | Martin Willi | 2014-12-12 | 1 | -1/+5 |
| | | | | | | To make accept/recvmsg cancelable, we wrap them with poll. As poll itself does not honor pending cancellations when entering the function, we use our variant that checks for pending cancellation requests before entering poll(). | ||||
* | windows: Properly set errno for read/write functions using Winsock | Martin Willi | 2014-11-28 | 1 | -4/+4 |
| | |||||
* | windows: Move the compatibility header to the compat subfolder | Martin Willi | 2014-11-21 | 2 | -0/+1311 |
| | |||||
* | apple: Wrap accept() and recvfrom() with poll(2) instead of select | Martin Willi | 2014-11-21 | 1 | -5/+11 |
| | |||||
* | apple: Introduce a central compatibility header with all __APPLE__ quirks | Martin Willi | 2014-11-21 | 1 | -0/+103 |