aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-01-02Changed MSW to _WIN32Martin Peach
2009-12-27include math.h for log()Martin Peach
2009-12-13fixed two 64-bit bugs because int!=longN.N.
2009-12-13resolved 1 slight 64-bit bug because int!=long and 5 spurious warnings becaus...N.N.
2009-12-13added by request from two independent people at onceN.N.
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-07-23Outputs a bang via bang outlet when done, same as [textfile]. No more bangs t...Martin Peach
2009-07-09Changed midifile playback to print status instead of playing it.Martin Peach
2009-06-10Blob padding does not add zero if already modulo 4 length.Martin Peach
2009-06-08Added blob typeMartin Peach
2009-06-08Added a blob type, changed some post()s to error()s.Martin Peach
2009-05-10Fixed a bug where a type-forced message with a non-data type following a type...Martin Peach
2009-04-24removed unnecessary call to filelength.Martin Peach
2009-04-10Buffer must be less than or equal to argument,Martin Peach
2009-04-08This is an object that is supposed to output the absolute path to the Pd exte...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-25added workaround for missing random() and srandom() on WindowsHans-Christoph Steiner
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
2009-02-03These were updated by romanMartin Peach
2009-01-28Updated to reflect changed object.Martin Peach
2009-01-28Updated to reflect changed object.Martin Peach
2009-01-28Added bang method which does nothing.Martin Peach
2009-01-28Added "delimiter" message to enable output from offset to first delimiter.Martin Peach
2009-01-28Added an outlet for the array size. The outlet is updated with each incoming ...Martin Peach
2009-01-22flist2tab loads a list of floats into a table, resizing the table if it is to...Martin Peach
2009-01-22tab2flist extracts a list of floats from a table at a given offset. The lengt...Martin Peach
2009-01-13This is Roman Haefeli's tcpsocketserver for FUDI and OSC.Martin Peach
2008-11-21select garray_getfloatwords() or garray_getfloatarray() depending on pd version.Martin Peach
2008-11-21An external to find a float or sequence of floats in a table/array.Martin Peach
2008-11-05Updated to add port number to list on right outletMartin Peach