index
:
nng
branch1.10
doc-reorg
gdamore/udpconn
gh-pages
http-client-trans
http-handler-fini
main
mdbook
mqtt
pub-stats
stable
tcp-dialer-local-test
v1.2.x
wolf-peer-cn
A mirror of https://github.com/nanomsg/nng
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
message.c
Commit message (
Expand
)
Author
Age
*
Use protocol private data instead of options for messages.
mqtt
Garrett D'Amore
2021-06-19
*
Add message option manipulation.
Garrett D'Amore
2021-06-18
*
fixes #808 Very slow PAIR performance compared to nanomsg
Garrett D'Amore
2021-01-18
*
fix #1252
jeikabu
2020-06-16
*
fixes #1171 message header could be inlined in the message structure
Garrett D'Amore
2020-02-26
*
Fix possible use after free
Evgeny Ermakov
2020-02-05
*
fixes #1169 survey and xsurvey could use message cloning
Garrett D'Amore
2020-01-20
*
fixes #1156 Message cloning could help reduce copies a lot
Garrett D'Amore
2020-01-20
*
fixes #1145 nng_msg options should be removed
Garrett D'Amore
2020-01-19
*
XREQ and others race on TTL.
Garrett D'Amore
2020-01-11
*
fixes #1004 Warning found by clang --analyze
Garrett D'Amore
2019-11-11
*
nng_msg_dup correctly duplicates pipe (mentioned in #862)
Jake Woltersdorf
2019-03-12
*
remove redundant zero memory operations
QXSoftware
2018-10-12
*
fix function "int nni_msg_alloc(nni_msg **mp, size_t sz)" allocates the under...
QXSoftware
2018-10-02
*
fixes #691 Desire 16 and 64 bit message manipulators
Garrett D'Amore
2018-08-31
*
fixes #605 NNI_ALLOC_STRUCT/NNI_ALLOC_STRUCTS should zero memory
Garrett D'Amore
2018-07-24
*
fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)
Garrett D'Amore
2018-05-06
*
fix a number of cppcheck complaints (not all)
Garrett D'Amore
2018-04-24
*
fixes #2 Websocket transport
Garrett D'Amore
2017-12-26
*
Don't compile in message dumping by default.
Garrett D'Amore
2017-08-12
*
Unify the msg API.
Garrett D'Amore
2017-08-10
*
Add new PAIR_V1 protocol.
Garrett D'Amore
2017-08-10
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
Start of event framework.
Garrett D'Amore
2017-01-16
*
Various complaints found in AppVeyor build.
Garrett D'Amore
2017-01-16
*
Message API was awkward.
Garrett D'Amore
2017-01-06
*
Fixes to enable REQ/REP to operate.
Garrett D'Amore
2017-01-02
*
Use new NNI_ALLOC_STRUCT macro. nni_msg_dup copies options too.
Garrett D'Amore
2017-01-02
*
Add new nni_msg_dup() API. (Needed for REQ protocol.)
Garrett D'Amore
2016-12-28
*
Message allocation fixed. Comparison was backwards.
Garrett D'Amore
2016-12-27
*
Change in handling of extended info for messages.
Garrett D'Amore
2016-12-24
*
Uncrustify fixes.
Garrett D'Amore
2016-12-23
*
C99 comment style.
Garrett D'Amore
2016-12-22
*
Work on endpoints. More C99 & type cleanups.
Garrett D'Amore
2016-12-22
*
Uncrustify configuration, and shorter copyright banners, plus reformat
Garrett D'Amore
2016-12-21
*
Better separate public vs. private names.
Garrett D'Amore
2016-12-14
*
New inproc transport.
Garrett D'Amore
2016-12-12
*
More message API.
Garrett D'Amore
2016-12-11
*
Message allocation, deallocation, reallocation.
Garrett D'Amore
2016-12-10
*
Initial commit. This is not going to be useful to you for anything.
Garrett D'Amore
2016-12-10