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
/
transport
/
tcp
/
tcp.c
Commit message (
Expand
)
Author
Age
*
fixes #1345 Restructure the source tree
Garrett D'Amore
2021-01-01
*
fixes #1372 nni_reap could be smaller
Garrett D'Amore
2020-12-19
*
fixes #1071 tran_chkopt can be cleaned up
Garrett D'Amore
2020-11-15
*
fixes #1323 stats framework is *way* to heavy
Garrett D'Amore
2020-11-11
*
Minor spelling tweaks for the aio framework.
Garrett D'Amore
2020-11-09
*
fixes #1311 reduce wasted use for nni_aio
Garrett D'Amore
2020-10-31
*
fixes #1239 Use after free in tls
Garrett D'Amore
2020-05-23
*
fixes #1236 Deadlock triggered on nng_close
Garrett D'Amore
2020-05-17
*
fixes #1094 Consider in-lining task and aio
Garrett D'Amore
2020-01-08
*
fixes #848 server hang waiting for client handshake
Garrett D'Amore
2019-02-23
*
fixes #879 Desire NNG_OPT_TCP_BOUND_PORT
Garrett D'Amore
2019-02-16
*
fixes #872 create unified nng_stream API
Garrett D'Amore
2019-02-16
*
fixes #839 TCP listener_start API should use constant sockaddr
Garrett D'Amore
2019-01-06
*
fixes #825 TCP public API should use generic setopt/getopt
Garrett D'Amore
2018-12-31
*
fixes #831 Unify option structures, o_type is unused
Garrett D'Amore
2018-12-29
*
Allow recv_maxsize to be set after calling listen() on listener. (#747)
Cody Piersall
2018-12-16
*
fixes #673 transports could benefit from access to upper layer
Garrett D'Amore
2018-08-27
*
fixes #608 Add TCP support to specify local network interface
Garrett D'Amore
2018-08-27
*
fixes #664 aio cancellation could be better
Garrett D'Amore
2018-08-20
*
fixes #647 IPC and TCP fixes from rewrite
Garrett D'Amore
2018-08-14
*
fixes #632 TCP start elimination
Garrett D'Amore
2018-08-13
*
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 #595 mutex leak and other minor errors in TCP
Garrett D'Amore
2018-07-18
*
fixes #523 dialers could support multiple outstanding dial requests
Garrett D'Amore
2018-07-16
*
fixes #572 Several locking errors found
Garrett D'Amore
2018-07-03
*
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 #484 crashes in websocket transport
Garrett D'Amore
2018-05-29
*
fixes #452 Want tcp6:// and tcp4:// to constrain IP family
Garrett D'Amore
2018-05-17
*
fixes #431 hang in taskq_wait
Garrett D'Amore
2018-05-15
*
fixes #419 want to nni_aio_stop without blocking (#428)
Garrett D'Amore
2018-05-15
*
fixes #352 aio lock is burning hot
Garrett D'Amore
2018-05-14
*
fixes #413 desire --count option for nngcat
Garrett D'Amore
2018-05-07
*
fixes #105 Want NNG_OPT_TCP_NODELAY option
Garrett D'Amore
2018-04-26
*
fixes #346 nng_recv() sometimes acts on null `msg` pointer
Garrett D'Amore
2018-04-20
*
fixes #308 Close can block
Garrett D'Amore
2018-04-14
*
fixes #329 type checking not done for setopt
Garrett D'Amore
2018-04-04
*
fixes #324 nni_aio_set_synch leads to race condition
Garrett D'Amore
2018-04-04
*
fixes #317 TLS, TCP, and IPC should support multiple outstanding ops
Garrett D'Amore
2018-03-30
*
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 #295 boolean options should use C99 bool type
Garrett D'Amore
2018-03-18
*
fixes #289 nng_sockaddr could just be a union
Garrett D'Amore
2018-03-14
*
fixes #262 NNG_OPT_URL should be resolved
Garrett D'Amore
2018-03-04
*
fixes #171 Refactor aio to use generic data fields
Garrett D'Amore
2018-02-08
*
fixes #173 Define public HTTP server API
Garrett D'Amore
2018-02-01
*
Expose scatter/gather I/O vectors; we will use for HTTP API.
Garrett D'Amore
2018-01-29
*
fixes #219 transports should take URL structure instead of string address
Garrett D'Amore
2018-01-22
*
fixes #211 Restore handling of '*' in URL logic
Garrett D'Amore
2018-01-17
[next]