Age | Commit message (Expand) | Author |
2009-11-29 | Sender threads are now created in the detached state so their resources will ... | Martin Peach |
2009-11-28 | Removed duplicate send, added threaded send for files, and also send whenever... | Martin Peach |
2009-11-12 | Using pthreads to send each message to each client in its own thread. This sh... | Martin Peach |
2009-04-08 | Oops, I had forgotten to add the default timeout of 1000us. | Martin Peach |
2009-04-08 | Added timeout message to set send timeout in microseconds, defaults to 1000. | Martin Peach |
2009-04-08 | Added [timeout( message to set microsecond timeout for send. This gives time ... | Martin Peach |
2009-03-09 | The 'sent' message now contains client number, bytes sent, socket number. Emp... | Martin Peach |
2009-03-04 | Changed send routine to send one byte at a time and output number of bytes se... | Martin Peach |
2009-03-02 | Fixed some warnings about signed/unsigned variables. | Martin Peach |
2009-03-02 | Fixed a bug that prevented the send routine from leaving the loop when no mor... | Martin Peach |
2009-03-02 | tcpserver_send_buf: send only one byte at a time into the buffer to avoid buf... | Martin Peach |
2009-03-01 | Added a [clientbuf( message to set the send buffer size for that client. Also... | Martin Peach |
2009-02-24 | Updated help files to reflect new [tcpserver], cleaned up a bit more. | Martin Peach |
2009-02-24 | Adds a status outlet which currently gives info about connected clients and t... | Martin Peach |
2009-02-23 | Fixed select call so it works properly | Martin Peach |
2009-02-22 | include errno.h for linux | Martin Peach |
2009-02-22 | Removed some commented-out stuff | Martin Peach |
2009-02-22 | Checks to see if a socket can be written to before sending. If not, prints a ... | Martin Peach |
2008-11-05 | Updated to add port number to list on right outlet | Martin Peach |
2008-11-05 | Added port number output to ip list on right outlet as suggested by zmoelnig | Martin Peach |
2008-11-05 | Updated to add port number on ip (right) outlet | Martin Peach |
2008-11-05 | Added port number to ip outlet as suggested by zmoelnig | Martin Peach |
2008-11-05 | Added broadcast permission to sockets as suggested by zmoelnig's patch 2221504 | Martin Peach |
2008-06-18 | Clarify what SO_REUSEADDR is for, no code changes. | Martin Peach |
2008-05-07 | removed svn:executable-flag | IOhannes m zmölnig |
2008-03-27 | No limit on sendable file size. | Martin Peach |
2008-03-20 | Updated with dump message | Martin Peach |
2008-03-20 | Added dump message for hexdump of received characters to main window. | Martin Peach |
2008-01-21 | Applied W.Ritsch's patch to fix sign error with input > 127 | Martin Peach |
2007-08-06 | Closing socket should actually work now. Before it was just removing it from ... | Martin Peach |
2007-08-02 | Added disconnectclient and disconnectsocket methods so server can close conne... | Martin Peach |
2007-07-23 | Removed unused static binbuf that caused occasional crashes when reinstantiat... | Martin Peach |
2007-06-20 | Updated | Martin Peach |
2007-06-20 | Implemented IOhannes' list send | Martin Peach |
2006-12-12 | removed the "break;" statement in the broadcast() code to enable broadcasting | IOhannes m zmölnig |
2006-12-04 | make sure bytes > 127 are not interpreted as negative. | Martin Peach |
2006-12-04 | make sure bytes >127 are not interpreted as negative. | Martin Peach |
2006-12-01 | Use sprintf_s instead of snprintf if _MSC_VER defined | Martin Peach |
2006-11-28 | changed MAX_PATH to FILENAME_MAX. | Martin Peach |
2006-11-28 | changed MAX_PATH to FILENAME_MAX | Martin Peach |
2006-11-07 | test file for net object help patches | Martin Peach |
2006-11-07 | added send filename | Martin Peach |
2006-11-07 | removed declspec | Martin Peach |
2006-11-07 | added file send | Martin Peach |
2006-08-24 | Renamed files without x_net_ prefix. | Martin Peach |
2006-08-17 | added mrpeach targets and added missing header to get things compiling on Mac... | Hans-Christoph Steiner |
2006-08-16 | Added the net, osc and sqosc~ directoriessvn2git-root | Martin Peach |