aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2009-04-08Oops, I had forgotten to add the default timeout of 1000us.Martin Peach
2009-04-08Added timeout message to set send timeout in microseconds, defaults to 1000.Martin Peach
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-04Changed send routine to send one byte at a time and output number of bytes se...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-24Updated help files to reflect new [tcpserver], cleaned up a bit more.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-11-05Updated to add port number to list on right outletMartin Peach
2008-11-05Added port number output to ip list on right outlet as suggested by zmoelnigMartin Peach
2008-11-05Updated to add port number on ip (right) outletMartin Peach
2008-11-05Added port number to ip outlet as suggested by zmoelnigMartin Peach
2008-11-05Added broadcast permission to sockets as suggested by zmoelnig's patch 2221504Martin Peach
2008-06-18Clarify what SO_REUSEADDR is for, no code changes.Martin Peach
2008-05-07removed svn:executable-flagIOhannes m zmölnig
2008-03-27No limit on sendable file size.Martin Peach
2008-03-20Updated with dump messageMartin Peach
2008-03-20Added dump message for hexdump of received characters to main window.Martin Peach
2008-01-21Applied W.Ritsch's patch to fix sign error with input > 127Martin 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-20UpdatedMartin 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-12-04make sure bytes > 127 are not interpreted as negative.Martin Peach
2006-12-04make sure bytes >127 are not interpreted as negative.Martin Peach
2006-12-01Use sprintf_s instead of snprintf if _MSC_VER definedMartin Peach
2006-11-28changed MAX_PATH to FILENAME_MAX.Martin Peach
2006-11-28changed MAX_PATH to FILENAME_MAXMartin Peach
2006-11-07test file for net object help patchesMartin Peach
2006-11-07added send filenameMartin Peach
2006-11-07removed declspecMartin Peach
2006-11-07added file sendMartin Peach
2006-08-24Renamed files without x_net_ prefix.Martin Peach
2006-08-17added mrpeach targets and added missing header to get things compiling on Mac...Hans-Christoph Steiner
2006-08-16Added the net, osc and sqosc~ directoriessvn2git-rootMartin Peach