aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06-14Removed class_sethelpsymbol as it's the same name as the object.Martin Peach
2010-06-14removed ifdef for useless D_HAVECONFIGMartin Peach
2010-06-14Fixed name of help patch, removed some sludge.Martin Peach
2010-05-21Eliminate any post of any part of a bad address string in case it contains '{...Martin Peach
2010-05-19Cleaned up some diagnostic messages.Martin Peach
2010-05-19Trying to make it immune to garbage input: Don't attempt to print bad OSC pat...Martin Peach
2010-05-13Check for buffer overflow in case of bad input.Martin Peach
2010-05-13Check for buffer overflow when adding individual floats. Also it should be po...Martin Peach
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-04More debug...missing terminator is flagged.Martin Peach
2010-05-04Change %d to %f in input error messageMartin Peach
2010-05-04Updated with test inputsMartin Peach
2010-05-04Added float inputMartin Peach
2010-05-03[slipdec] decodes an input list of bytes-as-floats assuming they were encoded...Martin Peach
2010-05-03slipenc encodes an input list of bytes-as-floats with the Serial Line Interne...Martin Peach
2010-05-01Fixed call to setsockopt( SO_REUSEADDR ), which was previously set false and ...Martin Peach
2010-04-25Updated help fileMartin Peach
2010-04-25fixed bug where messages with same running status don't get written.Martin Peach
2010-04-21Set help symbol to routeOSC as it's the same help patch.Martin Peach
2010-04-15A band-limited oscillator based on a resistor-capacitor timing scheme like th...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-23signal/float operators like [>=~] from zexy but operator can be reconfigured ...Martin Peach
2010-03-23Made all functions except rc_tilde_setup() static.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-15An external that emulates an RC timer, similar to lop~ but good for envelope ...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-25install reference files side-by-side with the object filesIOhannes m zmölnig
2010-01-20Added SO_BROADCAST so you can actually broadcast with a .255 address...Martin Peach