aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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