aboutsummaryrefslogtreecommitdiff
path: root/net/tcpserver.c
AgeCommit message (Expand)Author
2009-04-08Added [timeout( message to set microsecond timeout for send. This gives time ...Martin Peach
2009-03-09The 'sent' message now contains client number, bytes sent, socket number. Emp...Martin Peach
2009-03-02Fixed some warnings about signed/unsigned variables.Martin Peach
2009-03-02Fixed a bug that prevented the send routine from leaving the loop when no mor...Martin Peach
2009-03-02tcpserver_send_buf: send only one byte at a time into the buffer to avoid buf...Martin Peach
2009-03-01Added a [clientbuf( message to set the send buffer size for that client. Also...Martin Peach
2009-02-24Adds a status outlet which currently gives info about connected clients and t...Martin Peach
2009-02-23Fixed select call so it works properlyMartin Peach
2009-02-22include errno.h for linuxMartin Peach
2009-02-22Removed some commented-out stuffMartin Peach
2009-02-22Checks to see if a socket can be written to before sending. If not, prints a ...Martin Peach
2008-05-07removed svn:executable-flagIOhannes m zmölnig
2008-03-27No limit on sendable file size.Martin Peach
2008-03-20Added dump message for hexdump of received characters to main window.Martin Peach
2007-08-06Closing socket should actually work now. Before it was just removing it from ...Martin Peach
2007-08-02Added disconnectclient and disconnectsocket methods so server can close conne...Martin Peach
2007-07-23Removed unused static binbuf that caused occasional crashes when reinstantiat...Martin Peach
2007-06-20Implemented IOhannes' list sendMartin Peach
2006-12-12removed the "break;" statement in the broadcast() code to enable broadcastingIOhannes m zmölnig
2006-11-28changed MAX_PATH to FILENAME_MAXMartin Peach
2006-11-07added file sendMartin Peach
2006-08-24Renamed files without x_net_ prefix.Martin Peach