aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-02Made the input buffer unsigned so bytes > 127 will be interpreted as positive.Martin Peach
2011-02-21Accepts HTTP 1.0 as well as 1.1. Increased buffer for status lines to 4096.Martin Peach
2011-02-12Changed rightmost outlet into a status outlet for track tempo and meta info. ...Martin Peach
2011-02-01those abstractions actually belong to the 'net' sectionRoman Haefeli
2011-02-01those abstractions actually belong to the 'net' sectionRoman Haefeli
2011-02-01use SLIP as a container for OSC messages when transporting them over a stream...Roman Haefeli
2011-01-17[routeOSC] can now route addresses deeper than 1 (like /testing/one/two/three...Martin Peach
2011-01-16should now recover gracefully from excessive bundle depth. Cleaned up some wh...Martin Peach
2011-01-13Added a HEAD method.Martin Peach
2011-01-13Sometimes send returns 0 if the packet is queued, so we don't consider that t...Martin Peach
2011-01-13Two externals to process HTTP/1.1 requests and responses in conjunction with ...Martin Peach
2010-12-16Fixed problems when bundle depth is exceeded. Placed global defines in packin...Martin Peach
2010-12-11Fixed bug in record where running status was not implemented properly. Now ru...Martin Peach
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-10-01Moved slipdec help details to a separate patchMartin Peach
2010-10-01Fixed bugs where incomplete packets with escapes were not decoded correctly. ...Martin Peach
2010-09-15Can set maximum packet length. Updated help patch.Martin Peach
2010-09-15Can set maximum packet length. Verbosity extended to list inputs.Martin Peach
2010-09-08Cleaned out some useless post statements. Removed sys_lock and sys_unlock sin...Martin Peach
2010-08-26Applied zmoelnig's patch 3051663 to handle intermixed floats and lists as input.Martin Peach
2010-08-26Removed spurious warning about extra byte.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-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