Age | Commit message (Expand) | Author |
2010-08-05 | Fixed bugs in _WIN32 socket error reporting. | Martin Peach |
2010-08-04 | Removed remaining calls to things in s_stuff.h (sys_closesocket) | Martin Peach |
2010-08-04 | Can set multicast interface in MacOSX, added a udpsend_sock_err function to p... | Martin Peach |
2010-08-03 | Can set_multicast_interface on _WIN32 now. | Martin Peach |
2010-08-03 | include <ws2tcpip.h> for multicast sockopts on _WIN32 | Martin Peach |
2010-08-02 | Methods for multicast ttl and loopback only make sense on udpsend... updated ... | Martin Peach |
2010-08-02 | Added method to set multicast TTL, updated help patch. | Martin Peach |
2010-08-02 | set_multicast_interface doesn't work in _WIN32 yet so I just post a message. | Martin Peach |
2010-07-30 | Added method to select interface when multicasting, updated help patch. | Martin Peach |
2010-07-18 | Fix ip_mreq stuff for MACOSX and _WIN32 (we hope...) | Martin Peach |
2010-07-16 | MacOSX wants a struct_mreq instead of a struct_mreqn | Martin Peach |
2010-07-13 | Added messages to set multicast ttl and loopback, updated the help patch. | Martin Peach |
2010-07-13 | Added support for multicasting. Added a status message to output total receiv... | Martin Peach |
2010-07-07 | converted error() calls to pd_error() calls where appropriate, ie. where a fi... | Hans-Christoph Steiner |
2010-05-08 | Incorporated ico's patch for threaded broadcasting. | Martin Peach |
2010-05-06 | Added tcpserver_broadcast_bytes() to speed up broadcast by resending the buff... | Martin Peach |
2010-05-06 | Make sure client is not already connected before spawning a thread to connect... | Martin Peach |
2010-05-05 | SO_REUSEADDR fixed cut-and-paste error for _WIN32 version. | Martin Peach |
2010-05-04 | SO_REUSEADDR was not being set on linux. | Martin Peach |
2010-05-01 | Fixed call to setsockopt( SO_REUSEADDR ), which was previously set false and ... | Martin Peach |
2010-03-29 | oops, undoing last commit; sorry | IOhannes m zmölnig |
2010-03-29 | replaced &s_... by gensym("...") | IOhannes m zmölnig |
2010-03-27 | Added output of IP address of disconnecting client at suggestion of Ivica Ico... | Martin Peach |
2010-03-26 | Sends all bytes in one block in a single thread, blocks further sends if one ... | Martin Peach |
2010-03-24 | Added a flag that is set if sender thread can't create. This stops any furthe... | Martin Peach |
2010-03-23 | Fixed NULL-pointer access bug in tcpserver_free() that caused trouble when cl... | Martin Peach |
2010-03-22 | Changed valid-stream output to be a signal output. Moved all post()s out of t... | Martin Peach |
2010-03-22 | check for NULL-pointer in destructor | IOhannes m zmölnig |
2010-03-16 | Output valid state only when it changes. | Martin Peach |
2010-03-16 | Added an outlet to udpreceive~ to indicate valid audio. Ouput address and por... | Martin Peach |
2010-03-11 | Updfated version number and help patch. | Martin Peach |
2010-03-11 | Added a "TAG!" identifier field to the tag so it can be verified as a tag. Th... | Martin Peach |
2010-03-09 | Moved client-specific parameters into a single t_tcpserver_socketreceiver str... | Martin Peach |
2010-03-09 | fixing bug #2966186 | IOhannes m zmölnig |
2010-03-02 | Added a verbosity method to stop [tcpclient] printing in the main window ever... | Martin Peach |
2010-02-24 | Corrected some error messages, check for EINVAL after recvfrom(), to try to f... | Martin Peach |
2010-01-20 | Added SO_BROADCAST so you can actually broadcast with a .255 address... | Martin Peach |
2010-01-18 | use unix line endings | Martin Peach |
2010-01-18 | Make the connection thread detached and don't refer to its struct directly, c... | Martin Peach |
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 |