summaryrefslogtreecommitdiff
path: root/src/transports/tcp/btcp.c
Commit message (Expand)AuthorAgeFilesLines
* Avoiding null pointer dereference (#1062)Binho2021-12-281-1/+1
* docs: fix simple typo, attemps -> attempts (#1053)Tim Gates2021-06-131-1/+1
* clean fix of memory leak in btcp.c when nn_bind returns EADDRINUSEBill Williams2017-09-141-1/+14
* Fix memory leak when binding or connecting to bad URLBill Williams2016-12-131-0/+4
* fixes #849 Simplify nn_ep operationsGarrett D'Amore2016-11-281-12/+8
* fixes #735 epbase seems to have no purposeGarrett D'Amore2016-11-221-32/+21
* fixes #617 nn_bind does not fail when binding to an already bound TCP portGarrett D'Amore2016-05-311-155/+57
* fixes #629 Go ahead and require stdint.h and uint64_tGarrett D'Amore2016-04-181-1/+0
* fixes #463 tcp shutdown and close unstableryoung2015-10-211-1/+2
* Copyright transfer from 250bpm s.r.o. to Martin SustrikMartin Sustrik2014-11-121-1/+1
* Added support for re-bind on already boud socketVlad Seryakov2014-11-011-8/+118
* Fix a typo.Gaurav Gupta2014-07-151-1/+1
* Fix race condition between closing usock and removing pipePaul Colomiets2013-10-191-1/+1
* Warning fixesZoltan Boszormenyi2013-09-261-4/+0
* Refactored FSM shutdown code to separate state machine callbackPaul Colomiets2013-08-301-5/+15
* int.h header file addedMartin Sustrik2013-08-231-1/+1
* FSM debugging for IPC transportMartin Sustrik2013-08-211-5/+5
* FSM debuggingPaul Colomiets2013-08-211-6/+6
* "All rights reserved" clause added to copyright statements.Martin Sustrik2013-08-051-1/+1
* NN_IPV4ONLY option addedMartin Sustrik2013-07-191-3/+50
* 'src' is used to determine source of events rather than 'srcptr'Martin Sustrik2013-07-041-8/+9
* source parameter split into src and srcptrMartin Sustrik2013-07-011-7/+9
* NN_FSM_START_ and NN_FSM_STOP behave as normal actionsMartin Sustrik2013-07-011-2/+2
* Event source objects are tagged with IDsMartin Sustrik2013-07-011-2/+5
* Initial infrastructure for Win32 version of aioMartin Sustrik2013-05-291-0/+5
* TCP connect and bind check whether the address supplied is valid straight awayMartin Sustrik2013-05-231-3/+0
* 'parse' family of functions renamed to 'resolve'Martin Sustrik2013-05-231-2/+2
* Address resolving moved to src/transports/utilsMartin Sustrik2013-05-231-5/+7
* TCP transport if functional nowMartin Sustrik2013-05-231-16/+42
* IPC transport copied to forma an initial version of TCP transportMartin Sustrik2013-05-221-0/+306