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