aboutsummaryrefslogtreecommitdiff
path: root/src/core/list.c
Commit message (Expand)AuthorAge
* fix includes for coreGarrett D'Amore2025-10-11
* Convert list to new test framework; detached node fixes.Garrett D'Amore2020-11-24
* fixes #2 Websocket transportGarrett D'Amore2017-12-26
* Introduce utility safe string handling functions.Garrett D'Amore2017-08-28
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Improved routines for list management.Garrett D'Amore2017-07-04
* Pub/Sub now callback driven.Garrett D'Amore2017-03-06
* Pipeline protocol now entirely callback driven.Garrett D'Amore2017-03-04
* Added a bunch more compatibility stuff.Garrett D'Amore2017-01-23
* Bunch of copyright fixes.Garrett D'Amore2017-01-06
* SUB protocol implemented (uses sorted linked list for topics).Garrett D'Amore2017-01-05
* Fixes to enable REQ/REP to operate.Garrett D'Amore2017-01-02
* Substantial fixes for listen & dialers.Garrett D'Amore2016-12-25
* 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
* New inproc transport.Garrett D'Amore2016-12-12
* Added linked list implementation.Garrett D'Amore2016-12-11