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_net.c
Commit message (
Expand
)
Author
Age
*
Initial swag at UDP (POSIX only) low level handling.
Garrett D'Amore
2017-07-25
*
Windows implmentation of TCP is "working now".
Garrett D'Amore
2017-07-13
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
TCP asynchronous working now.
Garrett D'Amore
2017-07-07
*
IPC & TCP negotiation done using aio. Remove old sync send/recv.
Garrett D'Amore
2017-07-03
*
Use common POSIX socket handling for IPC.
Garrett D'Amore
2017-06-29
*
Use common socket handling on POSIX (tcp done, ipc pending.)
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
*
TCP (POSIX) async send/recv working. Other changes.
Garrett D'Amore
2017-03-29
*
Initial start of compat layer with bind, connect, etc. Untested.
Garrett D'Amore
2017-01-22
*
Address segfault in TCP, and fix wild card handling.
Garrett D'Amore
2017-01-18
*
Compile static *and* shared libraries.
Garrett D'Amore
2017-01-15
*
Windows TCP now working.
Garrett D'Amore
2017-01-14
*
Change a bunch of copyrights to 2017 for work done since the 1st.
Garrett D'Amore
2017-01-05
*
Recv returns 0 on EOF.
Garrett D'Amore
2017-01-04
*
Fix close related races (POSIX close is a PITA).
Garrett D'Amore
2017-01-04
*
Compilation fixes for Linux.
Garrett D'Amore
2017-01-04
*
TCP listen and accept test.
Garrett D'Amore
2017-01-04
*
Initial cut at TCP, totally untested beyond compilation.
Garrett D'Amore
2017-01-04