aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-05-01'#include <ws2tcpip.h>' for 'socklen_t'IOhannes m zmölnig
2014-11-10Changed t_int to int, added some verbosity.Martin Peach
2014-10-15Default format is actually float.Martin Peach
2014-02-26[udpsndrcv] can specify its own sending port and outputs bytes received on th...Martin Peach
2014-02-18More crash prevention in 64-bitMartin Peach
2014-02-13Possibly fixed some crashing when freeing resources, by checking for NULL bef...Martin Peach
2014-02-12Make sure ntohl accesses 32 bits even on 64-bit systems.Martin Peach
2013-05-20Added a port method to change the listening port.Martin Peach
2013-05-19Check for space before accepting incoming connection, increased MAX_CONNECT.Martin Peach
2013-02-20fopen and fclose -> sys_fopen and sys_fclose for recent pdMartin Peach
2013-02-20fopen and fclose -> sys_fopen and sys_fclose for recent pdMartin Peach
2013-02-20fopen and fclose -> sys_fopen and sys_fclose for recent pdMartin Peach
2013-02-20fopen and fclose -> sys_fopen and sys_fclose for recent pdMartin Peach
2012-04-13added 5th outlet to [tcpsocketserver]Roman Haefeli
2012-03-21Added [import moocow] so [any2string] and [string2any] will work. Removed [de...Martin Peach
2012-03-21fixed [declare] to comply with Pd-extended layoutRoman Haefeli
2011-11-08Fixed an off-by-one error in thread buffer indexing.Martin Peach
2011-11-04Add a flag to sendthreadparams to indicate if the thread is in use or not. Do...Martin Peach
2011-11-03To prevent overwriting the send buffer with multiple simultaneous messages, e...Martin Peach
2011-10-21added abstractions to the Makefile for inclusion in the libraryHans-Christoph Steiner
2011-10-21updated udpreceive~ help with example from udpsend~ helpHans-Christoph Steiner
2011-10-21ported to Library TemplateHans-Christoph Steiner
2011-10-21use auto-macro _WIN32 instead of Pd-defined macro UNIX, this means the build ...Hans-Christoph Steiner
2011-10-21A readme and license file.Martin Peach
2011-10-21A new meta fileMartin Peach
2011-03-03added META subpatchJonathan Wilkes
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-01those abstractions actually belong to the 'net' sectionRoman Haefeli
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-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