aboutsummaryrefslogtreecommitdiffstats
path: root/tcp.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | wanted to have signed chars, this was the previous behaviour but the compiler spit out warnings, now it shouldn't anymore.
* Internally renamed some option flags to match their #opt counterparts:Steve Slaven2005-03-211-6/+6
| | | | | | | | | echo_int => opt_info echo_key => opt_keyecho echo_ext => opt_echo As per the 1.2.6-dain patch
* Convert all `' to "" as per the powwow-1.2.6-dain patch. Note I did not applySteve Slaven2005-03-211-7/+7
| | | | | | the patch since 1.2.7 has some differences to 1.2.5 with regard to command handling and things, so I'm applying the diff parts by hand mostly
* Initial revisionv1.2.7Steve Slaven2005-03-121-0/+1022