summaryrefslogtreecommitdiff
path: root/src/core/nng_impl.h
Commit message (Expand)AuthorAge
* fixes #1729 remove nni_timerGarrett D'Amore2023-12-17
* Remove extra wrapper for platform clock support.Garrett D'Amore2021-07-22
* Move transport.[ch] to SPGarrett D'Amore2021-07-09
* fixes #1083 Random number improvementsGarrett D'Amore2020-01-01
* fixes #461 Context support for SUBGarrett D'Amore2019-02-26
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* move all public headers to include/nng/ folderGregor Burger2018-11-22
* fixes #4 Statistics supportGarrett D'Amore2018-09-03
* fixes #522 Separate out the endpoint plumbingGarrett D'Amore2018-06-27
* fixes #334 Separate context for state machines from socketsGarrett D'Amore2018-04-10
* fixes #219 transports should take URL structure instead of string addressGarrett D'Amore2018-01-22
* Refactored file API.Garrett D'Amore2018-01-11
* Fix some more leaks, add a generic URL parser.Garrett D'Amore2018-01-05
* 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