aboutsummaryrefslogtreecommitdiff
path: root/src/core/init.c
Commit message (Expand)AuthorAge
* Fix locking errors in endpoints, and simplify some logic.Garrett D'Amore2017-07-16
* AIO timeouts work correctly now, using their own timer logic.Garrett D'Amore2017-07-16
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Refactor stop again, closing numerous races (thanks valgrind!)Garrett D'Amore2017-06-28
* Clean up the pipe system (no leaks).Garrett D'Amore2017-06-28
* Note that we have work to do to properly clean up. TBD.Garrett D'Amore2017-06-22
* Eliminate pipes global idhash.Garrett D'Amore2017-06-09
* Create the pipe object hash (not used yet).Garrett D'Amore2017-06-07
* 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