Age | Commit message (Expand) | Author |
2012-03-21 | fixed [declare] to comply with Pd-extended layout | Roman Haefeli |
2011-11-08 | Fixed an off-by-one error in thread buffer indexing. | Martin Peach |
2011-11-04 | Add a flag to sendthreadparams to indicate if the thread is in use or not. Do... | Martin Peach |
2011-11-03 | To prevent overwriting the send buffer with multiple simultaneous messages, e... | Martin Peach |
2011-10-21 | added abstractions to the Makefile for inclusion in the library | Hans-Christoph Steiner |
2011-10-21 | updated udpreceive~ help with example from udpsend~ help | Hans-Christoph Steiner |
2011-10-21 | ported to Library Template | Hans-Christoph Steiner |
2011-10-21 | use auto-macro _WIN32 instead of Pd-defined macro UNIX, this means the build ... | Hans-Christoph Steiner |
2011-10-21 | A readme and license file. | Martin Peach |
2011-10-21 | A new meta file | Martin Peach |
2011-03-03 | added META subpatch | Jonathan Wilkes |
2011-03-02 | Made the input buffer unsigned so bytes > 127 will be interpreted as positive. | Martin Peach |
2011-02-21 | Accepts HTTP 1.0 as well as 1.1. Increased buffer for status lines to 4096. | Martin Peach |
2011-02-01 | those abstractions actually belong to the 'net' section | Roman Haefeli |
2011-01-13 | Added a HEAD method. | Martin Peach |
2011-01-13 | Sometimes send returns 0 if the packet is queued, so we don't consider that t... | Martin Peach |
2011-01-13 | Two externals to process HTTP/1.1 requests and responses in conjunction with ... | Martin Peach |
2010-11-28 | changed #ifdef for | Martin Peach |
2010-11-22 | include ifaddrs.h for mac, for getifaddrs() and freeifaddrs() | Martin Peach |
2010-11-03 | changed long to int in the tag struct, as longs are 8 bytes in 64-bit | Martin Peach |
2010-10-29 | Cleaned up unused code. | Martin Peach |
2010-10-28 | cleaned up whitespace | Martin Peach |
2010-10-28 | Added multicast support | Martin Peach |
2010-10-15 | Added a method for a port message so port number can be changed on the fly. U... | Martin Peach |
2010-08-11 | added parentheses around ored constants to stop warning in _WIN32 version | Martin Peach |
2010-08-06 | Don't allow setting multicast ttl or loopback if not connected. | Martin Peach |
2010-08-05 | Added #include <errno.h> for the new sock_error function | Martin Peach |
2010-08-05 | _WIN32 multicast works (needed to bind socket before joining multicast). | Martin Peach |
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 |