aboutsummaryrefslogtreecommitdiff
path: root/src/core/nng_impl.h
Commit message (Expand)AuthorAge
* fixes #2 Websocket transportGarrett D'Amore2017-12-26
* fixes #132 Implement saner notification for file descriptorsGarrett D'Amore2017-10-24
* Introduce utility safe string handling functions.Garrett D'Amore2017-08-28
* fixes #47 compat_reqttls fails sometimesGarrett D'Amore2017-08-09
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* New object hash implementation, used by socket (to start).Garrett D'Amore2017-06-05
* Timer implementation. Operations can timeout now?Garrett D'Amore2017-03-03
* Rename ioev to aio. Eliminate generic cancel handling (not needed).Garrett D'Amore2017-02-23
* Introduce new generic I/O event framework.Garrett D'Amore2017-02-19
* Taskq implementation.Garrett D'Amore2017-02-18
* Add device support & testing. Bus semantic fix.Garrett D'Amore2017-01-27
* Start of event framework.Garrett D'Amore2017-01-16
* Pull out the posix clock stuff for plat_clock.Garrett D'Amore2017-01-12
* New ISAAC pRNG. This replaces other local hacks for random data.Garrett D'Amore2017-01-08
* New thread infrastructure -- not used anywhere yet, but tested.Garrett D'Amore2017-01-01
* Move option helpers to their own file.Garrett D'Amore2016-12-29
* Implementation of an id hash for hashing pipes by ID.Garrett D'Amore2016-12-29
* Ditch our own snprintf/vsnprintf (C99). Symbol naming fixes for inproc.Garrett D'Amore2016-12-21
* Uncrustify clean now.Garrett D'Amore2016-12-21
* Uncrustify configuration, and shorter copyright banners, plus reformatGarrett D'Amore2016-12-21
* Endpoint structure defined.Garrett D'Amore2016-12-14
* More robust platform definition support.Garrett D'Amore2016-12-14
* Better separate public vs. private names.Garrett D'Amore2016-12-14
* Oops... Pipe list initialization was not complete.Garrett D'Amore2016-12-14
* Minor tweak to transport API, new declarations for protocols.Garrett D'Amore2016-12-12
* New inproc transport.Garrett D'Amore2016-12-12
* Add operations on msgqueues.Garrett D'Amore2016-12-11
* New msgqueue implementation, use CLOCK_MONOTONIC if available.Garrett D'Amore2016-12-11
* Initial commit. This is not going to be useful to you for anything.Garrett D'Amore2016-12-10