aboutsummaryrefslogtreecommitdiff
path: root/src/core/message.c
Commit message (Collapse)AuthorAge
* 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
| | | | | | | | Instead of supplying a pipe, and expecting that the info there would be included we use nng_msg_getopt(). This will be enabled by the app asking for extended information by setting an option, we don't copy the data for every app (most won't care). This means we don't have to worry about reference counting the pipe for the life of associated messages.
* 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
| | | | code with uncrustify. (Minor adjustments.) No more arguments!
* Better separate public vs. private names.Garrett D'Amore2016-12-14
|
* New inproc transport.Garrett D'Amore2016-12-12
| | | | Lots of supporting changes.
* 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