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
/
core
/
socket.c
Commit message (
Expand
)
Author
Age
*
fixes #1323 stats framework is *way* to heavy
Garrett D'Amore
2020-11-11
*
fixes #1289 zerotier should have it's own copy of the id hashing code
Garrett D'Amore
2020-08-16
*
fixes #1230 NNG_OPT_RECONNMAXT zero does not prevent exponential back-off
Garrett D'Amore
2020-05-24
*
fixes #1104 move allocation of protocol objects to common core
Garrett D'Amore
2020-01-03
*
fixes #1064 Potential deadlock in statistics code
Garrett D'Amore
2019-12-29
*
fixes #954 large message fails with no error message
Garrett D'Amore
2019-07-17
*
fixes #815 Eliminate socket filters on message queues
Garrett D'Amore
2019-03-13
*
fixes #848 server hang waiting for client handshake
Garrett D'Amore
2019-02-23
*
IPC option rework (pipe/conn) to reduce code duplication.
Garrett D'Amore
2018-12-29
*
fixes #831 Unify option structures, o_type is unused
Garrett D'Amore
2018-12-29
*
fixes #782 stat namespace collision on QNX
Garrett D'Amore
2018-11-09
*
fixes #4 Statistics support
Garrett D'Amore
2018-09-03
*
fixes #693 Failed dial results in hard spin
Garrett D'Amore
2018-08-31
*
fixes #648 REQ protocol can hang on close
Garrett D'Amore
2018-08-14
*
fixes #208 pipe start should occur before connect / accept
Garrett D'Amore
2018-08-14
*
Revert "fixes #599 nng_dial sync should not return until added to socket"
Garrett D'Amore
2018-08-06
*
fixes #599 nng_dial sync should not return until added to socket
Garrett D'Amore
2018-08-05
*
fixes #601 pipe destroy can fail to close pipe
Garrett D'Amore
2018-07-18
*
fixes #589 tsan found races
Garrett D'Amore
2018-07-16
*
fixes #568 Want a single reader/write lock on socket child objects
Garrett D'Amore
2018-07-06
*
fixes #572 Several locking errors found
Garrett D'Amore
2018-07-03
*
fixes #564 Race regression caused by#522
Garrett D'Amore
2018-07-02
*
fixes #522 Separate out the endpoint plumbing
Garrett D'Amore
2018-06-27
*
fixes #540 nni_ep_opttype serves no purpose
Garrett D'Amore
2018-06-13
*
fixes #473 Bug 460 is too aggressive
Garrett D'Amore
2018-05-21
*
fixes #469 SO_REUSEADDR should be enabled
Garrett D'Amore
2018-05-21
*
fixes #449 Want more flexible pipe events
Garrett D'Amore
2018-05-17
*
fixes #419 want to nni_aio_stop without blocking (#428)
Garrett D'Amore
2018-05-15
*
fixes #389 Need pipe notification callbacks
Garrett D'Amore
2018-05-03
*
fixes #384 Add NN_PROTOCOL and related
Garrett D'Amore
2018-04-30
*
fix a number of cppcheck complaints (not all)
Garrett D'Amore
2018-04-24
*
fixes #368 context options could be empty
Garrett D'Amore
2018-04-24
*
fixes #344 nn_poll() legacy API missing
Garrett D'Amore
2018-04-16
*
fixes #308 Close can block
Garrett D'Amore
2018-04-14
*
fixes #334 Separate context for state machines from sockets
Garrett D'Amore
2018-04-10
*
fixes #331 replace NNG_OPT_RAW option with constructor
Garrett D'Amore
2018-04-04
*
fixes #329 type checking not done for setopt
Garrett D'Amore
2018-04-04
*
fixes #301 String option handling for getopt
Garrett D'Amore
2018-03-20
*
fixes #296 Typed options should validate option type
Garrett D'Amore
2018-03-20
*
fixes #287 remove NNG_OPT_DOMAIN, NNG_OPT_PROTOCOL, and NNG_OPT_TRANSPORT
Garrett D'Amore
2018-03-17
*
fixes #173 Define public HTTP server API
Garrett D'Amore
2018-02-01
*
fixes #2 Websocket transport
Garrett D'Amore
2017-12-26
*
Closed socket returns NNG_ENOENT instead of NNG_ECLOSED.
Garrett D'Amore
2017-11-05
*
fixes #143 Protocols and transports should be "configurable"
Garrett D'Amore
2017-11-02
*
fixes #46 make device() use aios directly
Garrett D'Amore
2017-10-26
*
fixes #45 expose aio to applications
Garrett D'Amore
2017-10-25
*
fixes #132 Implement saner notification for file descriptors
Garrett D'Amore
2017-10-24
*
fixes #112 Need to move some stuff from socket to message queues
Garrett D'Amore
2017-10-23
*
fixes #84 Consider using msec for durations
Garrett D'Amore
2017-10-19
*
Add NNG_OPT_DOMAIN and NNG_OPT_SOCKNAME support for legacy compat.
Garrett D'Amore
2017-10-06
[next]