Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-24 | Adds a status outlet which currently gives info about connected clients and ↵ | Martin Peach | |
the amount of sent data. svn path=/trunk/externals/mrpeach/; revision=10812 | |||
2009-02-23 | Fixed select call so it works properly | Martin Peach | |
svn path=/trunk/externals/mrpeach/; revision=10810 | |||
2009-02-22 | include errno.h for linux | Martin Peach | |
svn path=/trunk/externals/mrpeach/; revision=10806 | |||
2009-02-22 | Removed some commented-out stuff | Martin Peach | |
svn path=/trunk/externals/mrpeach/; revision=10805 | |||
2009-02-22 | Checks to see if a socket can be written to before sending. If not, prints a ↵ | Martin Peach | |
message to the pd window and doesn't send the data. svn path=/trunk/externals/mrpeach/; revision=10804 | |||
2008-05-07 | removed svn:executable-flag | IOhannes m zmölnig | |
svn path=/trunk/externals/mrpeach/; revision=9769 | |||
2008-03-27 | No limit on sendable file size. | Martin Peach | |
svn path=/trunk/externals/mrpeach/; revision=9628 | |||
2008-03-20 | Added dump message for hexdump of received characters to main window. | Martin Peach | |
Added #include <sys.types.h> for u_long define. svn path=/trunk/externals/mrpeach/; revision=9611 | |||
2007-08-06 | Closing socket should actually work now. Before it was just removing it from ↵ | Martin Peach | |
the list. svn path=/trunk/externals/mrpeach/; revision=8439 | |||
2007-08-02 | Added disconnectclient and disconnectsocket methods so server can close ↵ | Martin Peach | |
connections too. svn path=/trunk/externals/mrpeach/; revision=8347 | |||
2007-07-23 | Removed unused static binbuf that caused occasional crashes when ↵ | Martin Peach | |
reinstantiating the object. Thanks IOhannes for pointing it out! svn path=/trunk/externals/mrpeach/; revision=8211 | |||
2007-06-20 | Implemented IOhannes' list send | Martin Peach | |
svn path=/trunk/externals/mrpeach/; revision=7789 | |||
2006-12-12 | removed the "break;" statement in the broadcast() code to enable broadcasting | IOhannes m zmölnig | |
to all connected clients (and not jsut the first one) svn path=/trunk/externals/mrpeach/; revision=6815 | |||
2006-11-28 | changed MAX_PATH to FILENAME_MAX | Martin Peach | |
svn path=/trunk/externals/mrpeach/; revision=6491 | |||
2006-11-07 | added file send | Martin Peach | |
svn path=/trunk/externals/mrpeach/; revision=6223 | |||
2006-08-24 | Renamed files without x_net_ prefix. | Martin Peach | |
Removed extra copies of tcpserver and tcpclient svn path=/trunk/externals/mrpeach/; revision=5726 |