aboutsummaryrefslogtreecommitdiff
path: root/src/core/init.c
Commit message (Expand)AuthorAge
* Start of using objhash for endpoints.Garrett D'Amore2017-06-06
* 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
* Taskq implementation.Garrett D'Amore2017-02-18
* Add nni_ep_hold, nni_ep_hold_close, nni_ep_rele, nng_endpoint_close.Garrett D'Amore2017-01-24
* Fix leaks in bus, socket leaks, tighten up close-side refcnting.Garrett D'Amore2017-01-21
* fixes #18 Sockets should be uint32_t's (handles) not pointers.Garrett D'Amore2017-01-20
* Pipe IDs are now tracked on global ID hashes.Garrett D'Amore2017-01-17
* New ISAAC pRNG. This replaces other local hacks for random data.Garrett D'Amore2017-01-08
* Transport renaming phase 1.Garrett D'Amore2017-01-02
* More C99-ification. Also end the _t thing for types (ISO C rules).Garrett D'Amore2016-12-22
* Uncrustify configuration, and shorter copyright banners, plus reformatGarrett D'Amore2016-12-21
* More robust platform definition support.Garrett D'Amore2016-12-14