aboutsummaryrefslogtreecommitdiff
path: root/osc
AgeCommit message (Expand)Author
2015-01-19Abandon processing when bad typetag encountered, added some more debug messages.Martin Peach
2015-01-12Use uint32_t for 4-byte OSC components.Martin Peach
2015-01-06Check for null pointer in unpackOSC_PrintTypeTaggedArgs, use uint32_t for OSC...Martin Peach
2014-11-11Version is now 0.2Martin Peach
2014-11-10Changed t_int to intMartin Peach
2014-11-10Applied zmoelnig's patch #1168 packOSC: fix some build-warningsMartin Peach
2014-11-07Added check for valid data while building a blob packet in packOSC_sendtyped....Martin Peach
2013-09-17Added methods for non-OSC input, which silently route all such input to the r...Martin Peach
2012-03-20Attempt to allow UTF-8 text in strings by only rejecting characters less than...Martin Peach
2012-03-13Removed a debug post()Martin Peach
2012-03-13Now accepts lists without complaining. Also routes non-OSC messages to right ...Martin Peach
2012-02-14Added an [unpackOSC] help patch.Martin 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-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
2010-12-16Fixed problems when bundle depth is exceeded. Placed global defines in packin...Martin Peach
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-04-21Set help symbol to routeOSC as it's the same help patch.Martin Peach
2010-01-25install reference files side-by-side with the object filesIOhannes m zmölnig
2010-01-02Changed MSW to _WIN32Martin Peach
2010-01-02Changed MSW to _WIN32Martin Peach
2010-01-02Changed MSW to _WIN32Martin Peach
2009-12-13fixed two 64-bit bugs because int!=longN.N.
2009-12-13resolved 1 slight 64-bit bug because int!=long and 5 spurious warnings becaus...N.N.
2009-12-13added by request from two independent people at onceN.N.
2009-06-10Blob padding does not add zero if already modulo 4 length.Martin Peach
2009-06-08Added blob typeMartin Peach
2009-06-08Added a blob type, changed some post()s to error()s.Martin Peach
2009-05-10Fixed a bug where a type-forced message with a non-data type following a type...Martin Peach
2009-02-03These were updated by romanMartin Peach
2009-01-13This is Roman Haefeli's tcpsocketserver for FUDI and OSC.Martin Peach