aboutsummaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAge
* Endpoint dialer implemented.Garrett D'Amore2016-12-22
* Inline locks (fewer allocs), simpler absolute times for wakeups. nn_sock_recv.Garrett D'Amore2016-12-22
* Synchronization enhancements - inproc & msgqueue. Absolute waits...Garrett D'Amore2016-12-22
* Start of work to inline mutexes and condition variables.Garrett D'Amore2016-12-22
* Use C99 structure initializers FTW. Various other changes.Garrett D'Amore2016-12-22
* Older Darwin lacks clock_gettime(); we need poll.h to use poll().Garrett D'Amore2016-12-21
* Ditch our own snprintf/vsnprintf (C99). Symbol naming fixes for inproc.Garrett D'Amore2016-12-21
* Uncrustify configuration, and shorter copyright banners, plus reformatGarrett D'Amore2016-12-21
* More robust platform definition support.Garrett D'Amore2016-12-14
* More comments, and detection of fork-reentrancy. Much effort was spentGarrett D'Amore2016-12-13
* Added threading primitives, more complete transport API.Garrett D'Amore2016-12-12
* New inproc transport.Garrett D'Amore2016-12-12
* New msgqueue implementation, use CLOCK_MONOTONIC if available.Garrett D'Amore2016-12-11
* Condition variable implementation.Garrett D'Amore2016-12-10
* Initial commit. This is not going to be useful to you for anything.Garrett D'Amore2016-12-10