aboutsummaryrefslogtreecommitdiff
path: root/src/core/message.c
Commit message (Expand)AuthorAge
* Fix for UB (NULL pointer plus zero length). (#1459)Garrett D'Amore2021-07-06
* Add & document msg_capacity, msg_reserve (#1458)Evan Balster2021-07-06
* fixes #808 Very slow PAIR performance compared to nanomsgGarrett D'Amore2021-01-18
* fix #1252jeikabu2020-06-16
* fixes #1171 message header could be inlined in the message structureGarrett D'Amore2020-02-26
* Fix possible use after freeEvgeny Ermakov2020-02-05
* fixes #1169 survey and xsurvey could use message cloningGarrett D'Amore2020-01-20
* fixes #1156 Message cloning could help reduce copies a lotGarrett D'Amore2020-01-20
* fixes #1145 nng_msg options should be removedGarrett D'Amore2020-01-19
* XREQ and others race on TTL.Garrett D'Amore2020-01-11
* fixes #1004 Warning found by clang --analyzeGarrett D'Amore2019-11-11
* nng_msg_dup correctly duplicates pipe (mentioned in #862)Jake Woltersdorf2019-03-12
* remove redundant zero memory operationsQXSoftware2018-10-12
* fix function "int nni_msg_alloc(nni_msg **mp, size_t sz)" allocates the under...QXSoftware2018-10-02
* fixes #691 Desire 16 and 64 bit message manipulatorsGarrett D'Amore2018-08-31
* fixes #605 NNI_ALLOC_STRUCT/NNI_ALLOC_STRUCTS should zero memoryGarrett D'Amore2018-07-24
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* fix a number of cppcheck complaints (not all)Garrett D'Amore2018-04-24
* fixes #2 Websocket transportGarrett D'Amore2017-12-26
* Don't compile in message dumping by default.Garrett D'Amore2017-08-12
* Unify the msg API.Garrett D'Amore2017-08-10
* Add new PAIR_V1 protocol.Garrett D'Amore2017-08-10
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Start of event framework.Garrett D'Amore2017-01-16
* Various complaints found in AppVeyor build.Garrett D'Amore2017-01-16
* Message API was awkward.Garrett D'Amore2017-01-06
* Fixes to enable REQ/REP to operate.Garrett D'Amore2017-01-02
* Use new NNI_ALLOC_STRUCT macro. nni_msg_dup copies options too.Garrett D'Amore2017-01-02
* Add new nni_msg_dup() API. (Needed for REQ protocol.)Garrett D'Amore2016-12-28
* Message allocation fixed. Comparison was backwards.Garrett D'Amore2016-12-27
* Change in handling of extended info for messages.Garrett D'Amore2016-12-24
* Uncrustify fixes.Garrett D'Amore2016-12-23
* C99 comment style.Garrett D'Amore2016-12-22
* Work on endpoints. More C99 & type cleanups.Garrett D'Amore2016-12-22
* Uncrustify configuration, and shorter copyright banners, plus reformatGarrett D'Amore2016-12-21
* Better separate public vs. private names.Garrett D'Amore2016-12-14
* New inproc transport.Garrett D'Amore2016-12-12
* More message API.Garrett D'Amore2016-12-11
* Message allocation, deallocation, reallocation.Garrett D'Amore2016-12-10
* Initial commit. This is not going to be useful to you for anything.Garrett D'Amore2016-12-10