aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_config.h
Commit message (Expand)AuthorAge
* fixes #1526 NNG_USE_CLOCKID Bug?Garrett D'Amore2021-11-27
* fixes #1038 Linux should use getentropy or getrandomGarrett D'Amore2019-12-24
* kqueue: add kqueue-based pollq implementationLiam Staskawicz2018-03-02
* Conditional platform inclusion cleanups.Garrett D'Amore2017-08-21
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* SRWLocks FTW!Garrett D'Amore2017-07-07
* Start of progress on Windows. Name resolution and IOCP work begins.Garrett D'Amore2017-07-07
* Initial swag at asynchronous name resolution.Garrett D'Amore2017-07-06
* Separate out poller/pollq from basic socket operations.Garrett D'Amore2017-07-04
* Convert to POSIX polled I/O for async; start of cancelable aio.Garrett D'Amore2017-06-27
* Async I/O for POSIX implemented using threads (untested.)Garrett D'Amore2017-02-24
* Add more platforms (the *BSDs, SunOS/illumos) and update docs slightly.Garrett D'Amore2017-01-21
* New ISAAC pRNG. This replaces other local hacks for random data.Garrett D'Amore2017-01-08
* Condvars on MacOS X (even 10.12) don't work with monotonic times.Garrett D'Amore2016-12-27
* Endpoint dialer implemented.Garrett D'Amore2016-12-22
* Use C99 structure initializers FTW. Various other changes.Garrett D'Amore2016-12-22
* Uncrustify configuration, and shorter copyright banners, plus reformatGarrett D'Amore2016-12-21
* New msgqueue implementation, use CLOCK_MONOTONIC if available.Garrett D'Amore2016-12-11