Age | Commit message (Expand) | Author |
2010-01-18 | Use NULL instead of 0 to reset thread pointer so maybe now MinGW can compile ... | Martin Peach |
2010-01-15 | Added include for ws2tcpip.h for socklen_t for _WIN32 | Martin Peach |
2010-01-14 | Don't need float_cast.h anymore, using the flint union with ntohl/htonl instead. | Martin Peach |
2010-01-14 | Always send in network byte order for all architectures. UDP receiving socket... | Martin Peach |
2010-01-14 | Changed int optLen to socklen_t to avoid signedness warning | Martin Peach |
2010-01-13 | Fixed header files for _WIN32 | Martin Peach |
2010-01-12 | Block size is settable by creation argument. Buffer size message is specified... | Martin Peach |
2010-01-11 | Added "unix" to the test for "UNIX". | Martin Peach |
2010-01-11 | help patch for udpsend~ and udpreceive~ | Martin Peach |
2010-01-11 | Versions of netsend~ for udp. | Martin Peach |
2010-01-04 | Had the wrong #include for ioctl... | Martin Peach |
2010-01-02 | Changed MSW to _WIN32. Added tcpserver_send_buffer_avaliable_for_client() | Martin Peach |
2010-01-02 | Cleaned up a bit... | Martin Peach |
2010-01-02 | Changed MSW to _WIN32 | Martin Peach |
2010-01-02 | Changed MSW to _WIN32 | Martin Peach |
2010-01-02 | Changed MSW to _WIN32 | Martin Peach |
2010-01-02 | Changed MSW to _WIN32 | Martin Peach |
2010-01-02 | Changed MSW to _WIN32 | Martin Peach |
2010-01-02 | Changed MSW to _WIN32 | Martin Peach |
2010-01-02 | Changed MSW to _WIN32 | Martin Peach |
2010-01-02 | Changed MSW to _WIN32 | Martin Peach |
2010-01-02 | Changed MSW to _WIN32 | Martin Peach |
2010-01-02 | Changed MSW to _WIN32 | Martin Peach |
2009-12-27 | include math.h for log() | Martin Peach |
2009-12-13 | fixed two 64-bit bugs because int!=long | N.N. |
2009-12-13 | resolved 1 slight 64-bit bug because int!=long and 5 spurious warnings becaus... | N.N. |
2009-12-13 | added by request from two independent people at once | N.N. |
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-07-23 | Outputs a bang via bang outlet when done, same as [textfile]. No more bangs t... | Martin Peach |
2009-07-09 | Changed midifile playback to print status instead of playing it. | Martin Peach |
2009-06-10 | Blob padding does not add zero if already modulo 4 length. | Martin Peach |
2009-06-08 | Added blob type | Martin Peach |
2009-06-08 | Added a blob type, changed some post()s to error()s. | Martin Peach |
2009-05-10 | Fixed a bug where a type-forced message with a non-data type following a type... | Martin Peach |
2009-04-24 | removed unnecessary call to filelength. | Martin Peach |
2009-04-10 | Buffer must be less than or equal to argument, | Martin Peach |
2009-04-08 | This is an object that is supposed to output the absolute path to the Pd exte... | 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-25 | added workaround for missing random() and srandom() on Windows | Hans-Christoph Steiner |
2009-02-24 | Updated help files to reflect new [tcpserver], cleaned up a bit more. | Martin Peach |