aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-03-02Added a verbosity method to stop [tcpclient] printing in the main window ever...Martin Peach
2010-02-24Corrected some error messages, check for EINVAL after recvfrom(), to try to f...Martin Peach
2010-01-20Added SO_BROADCAST so you can actually broadcast with a .255 address...Martin Peach
2010-01-18use unix line endingsMartin Peach
2010-01-18Make the connection thread detached and don't refer to its struct directly, c...Martin Peach
2010-01-18Use NULL instead of 0 to reset thread pointer so maybe now MinGW can compile ...Martin Peach
2010-01-15Added include for ws2tcpip.h for socklen_t for _WIN32Martin Peach
2010-01-14Don't need float_cast.h anymore, using the flint union with ntohl/htonl instead.Martin Peach
2010-01-14Always send in network byte order for all architectures. UDP receiving socket...Martin Peach
2010-01-14Changed int optLen to socklen_t to avoid signedness warningMartin Peach
2010-01-13Fixed header files for _WIN32Martin Peach
2010-01-12Block size is settable by creation argument. Buffer size message is specified...Martin Peach
2010-01-11Added "unix" to the test for "UNIX".Martin Peach
2010-01-11help patch for udpsend~ and udpreceive~Martin Peach
2010-01-11Versions of netsend~ for udp.Martin Peach
2010-01-04Had the wrong #include for ioctl...Martin Peach
2010-01-02Changed MSW to _WIN32. Added tcpserver_send_buffer_avaliable_for_client()Martin Peach
2010-01-02Changed MSW to _WIN32Martin Peach
2010-01-02Changed MSW to _WIN32Martin Peach
2010-01-02Changed MSW to _WIN32Martin Peach
2010-01-02Changed MSW to _WIN32Martin Peach
2010-01-02Changed MSW to _WIN32Martin Peach
2009-11-29Sender threads are now created in the detached state so their resources will ...Martin Peach
2009-11-28Removed duplicate send, added threaded send for files, and also send whenever...Martin Peach
2009-11-12Using pthreads to send each message to each client in its own thread. This sh...Martin Peach
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