aboutsummaryrefslogtreecommitdiffstats
path: root/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* remove an unused variable and functionpowwow@askgustav.com2019-04-231-17/+1
* remove some non-ANSI C supportpowwow@askgustav.com2019-04-231-92/+92
* support IPv6powwow@askgustav.com2018-09-051-45/+68
* fix bugs in carriage return handlingpowwow@askgustav.com2018-09-051-11/+25
* remove unused function tcp_read_addIAC()powwow@askgustav.com2018-09-051-24/+0
* Enable TCP keep-aliveKalev Lember2013-03-251-0/+4
* semi-properly handle IACs in MPI messagesGustav HÃ¥llberg2009-01-161-3/+25
* Added some casts because byte is unsigned char and some functions in mainSteve Slaven2005-10-211-2/+2
* Internally renamed some option flags to match their #opt counterparts:Steve Slaven2005-03-211-6/+6
* Convert all `' to "" as per the powwow-1.2.6-dain patch. Note I did not applySteve Slaven2005-03-211-7/+7
* Initial revisionv1.2.7Steve Slaven2005-03-121-0/+1022