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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
platform
/
posix
/
posix_ipc.c
Commit message (
Expand
)
Author
Age
*
fixes #595 mutex leak and other minor errors in TCP
Garrett D'Amore
2018-07-18
*
fixes #383 Would like peerid for IPC
Garrett D'Amore
2018-05-03
*
fixes #6 Security attributes support
Garrett D'Amore
2018-04-30
*
fixes #289 nng_sockaddr could just be a union
Garrett D'Amore
2018-03-14
*
fixes #234 Investigate enabling more verbose compiler warnings
Garrett D'Amore
2018-02-14
*
fixes #173 Define public HTTP server API
Garrett D'Amore
2018-02-01
*
Introduce utility safe string handling functions.
Garrett D'Amore
2017-08-28
*
fixes #41 Move DNS out of tcp transport
Garrett D'Amore
2017-08-21
*
Conditional platform inclusion cleanups.
Garrett D'Amore
2017-08-21
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
TCP asynchronous working now.
Garrett D'Amore
2017-07-07
*
Make ipc work 100% async.
Garrett D'Amore
2017-07-05
*
Rename aio functions. Enhanced epdesc_finish.
Garrett D'Amore
2017-07-04
*
IPC & TCP negotiation done using aio. Remove old sync send/recv.
Garrett D'Amore
2017-07-03
*
pipedesc_read/write -> pipedesc_send/recv.
Garrett D'Amore
2017-06-30
*
Use common POSIX socket handling for IPC.
Garrett D'Amore
2017-06-29
*
Pass cancel of IPC and TCP all the way down to POSIX pipedescs.
Garrett D'Amore
2017-06-29
*
Refactor stop again, closing numerous races (thanks valgrind!)
Garrett D'Amore
2017-06-28
*
Convert to POSIX polled I/O for async; start of cancelable aio.
Garrett D'Amore
2017-06-27
*
IPC send/recv works asynchronously for POSIX.
Garrett D'Amore
2017-03-29
*
Fix for SunOS/illumos.
Garrett D'Amore
2017-01-25
*
Add nn_sendmsg (with NN_MSG support).
Garrett D'Amore
2017-01-23
*
Initial start of compat layer with bind, connect, etc. Untested.
Garrett D'Amore
2017-01-22
*
Compile static *and* shared libraries.
Garrett D'Amore
2017-01-15
*
Windows TCP now working.
Garrett D'Amore
2017-01-14
*
Add IPC (UNIX domain sockets) for POSIX, and test suite.
Garrett D'Amore
2017-01-12