aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10-21When path pattern matches exactly, don't output the empty symbol as selector....Martin Peach
2011-08-05downcased library name to 'osc' to match standard for library namesHans-Christoph Steiner
2011-08-05downcased OSC as library name to make dir name, etcHans-Christoph Steiner
2011-08-04added short descriptionsIOhannes m zmölnig
2011-08-04include packingOSC.h in DISTIOhannes m zmölnig
2011-08-04updated template Makefile to the newest versionIOhannes m zmölnig
2011-08-04added LICENSE and (short) READMEIOhannes m zmölnig
2011-08-03- updated mrpeach/osc to use the MakefileTemplate from http://puredata.info/d...Jamie Bullock
2011-05-23[routeOSC] now handles incoming messages that are not valid OSC messages as t...Martin Peach
2011-03-26Fixed sizes of blocks to be freed and allocated. Check for good arguments bef...Martin Peach
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
2011-03-03added META subpatchJonathan Wilkes
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-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