aboutsummaryrefslogtreecommitdiff
path: root/src/transport/tcp/tcp.c
Commit message (Expand)AuthorAge
* fixes #1345 Restructure the source treeGarrett D'Amore2021-01-01
* fixes #1372 nni_reap could be smallerGarrett D'Amore2020-12-19
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #1323 stats framework is *way* to heavyGarrett D'Amore2020-11-11
* Minor spelling tweaks for the aio framework.Garrett D'Amore2020-11-09
* fixes #1311 reduce wasted use for nni_aioGarrett D'Amore2020-10-31
* fixes #1239 Use after free in tlsGarrett D'Amore2020-05-23
* fixes #1236 Deadlock triggered on nng_closeGarrett D'Amore2020-05-17
* fixes #1094 Consider in-lining task and aioGarrett D'Amore2020-01-08
* fixes #848 server hang waiting for client handshakeGarrett D'Amore2019-02-23
* fixes #879 Desire NNG_OPT_TCP_BOUND_PORTGarrett D'Amore2019-02-16
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #839 TCP listener_start API should use constant sockaddrGarrett D'Amore2019-01-06
* fixes #825 TCP public API should use generic setopt/getoptGarrett D'Amore2018-12-31
* fixes #831 Unify option structures, o_type is unusedGarrett D'Amore2018-12-29
* Allow recv_maxsize to be set after calling listen() on listener. (#747)Cody Piersall2018-12-16
* fixes #673 transports could benefit from access to upper layerGarrett D'Amore2018-08-27
* fixes #608 Add TCP support to specify local network interfaceGarrett D'Amore2018-08-27
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixes #647 IPC and TCP fixes from rewriteGarrett D'Amore2018-08-14
* fixes #632 TCP start eliminationGarrett D'Amore2018-08-13
* Revert "fixes #599 nng_dial sync should not return until added to socket"Garrett D'Amore2018-08-06
* fixes #599 nng_dial sync should not return until added to socketGarrett D'Amore2018-08-05
* fixes #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* fixes #572 Several locking errors foundGarrett D'Amore2018-07-03
* fixes #522 Separate out the endpoint plumbingGarrett D'Amore2018-06-27
* fixes #540 nni_ep_opttype serves no purposeGarrett D'Amore2018-06-13
* fixes #484 crashes in websocket transportGarrett D'Amore2018-05-29
* fixes #452 Want tcp6:// and tcp4:// to constrain IP familyGarrett D'Amore2018-05-17
* fixes #431 hang in taskq_waitGarrett D'Amore2018-05-15
* fixes #419 want to nni_aio_stop without blocking (#428)Garrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #413 desire --count option for nngcatGarrett D'Amore2018-05-07
* fixes #105 Want NNG_OPT_TCP_NODELAY optionGarrett D'Amore2018-04-26
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes #308 Close can blockGarrett D'Amore2018-04-14
* fixes #329 type checking not done for setoptGarrett D'Amore2018-04-04
* fixes #324 nni_aio_set_synch leads to race conditionGarrett D'Amore2018-04-04
* fixes #317 TLS, TCP, and IPC should support multiple outstanding opsGarrett D'Amore2018-03-30
* fixes #301 String option handling for getoptGarrett D'Amore2018-03-20
* fixes #296 Typed options should validate option typeGarrett D'Amore2018-03-20
* fixes #295 boolean options should use C99 bool typeGarrett D'Amore2018-03-18
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* fixes #262 NNG_OPT_URL should be resolvedGarrett D'Amore2018-03-04
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* Expose scatter/gather I/O vectors; we will use for HTTP API.Garrett D'Amore2018-01-29
* fixes #219 transports should take URL structure instead of string addressGarrett D'Amore2018-01-22
* fixes #211 Restore handling of '*' in URL logicGarrett D'Amore2018-01-17