Age | Commit message (Expand) | Author |
2010-06-14 | Removed class_sethelpsymbol as it's the same name as the object. | Martin Peach |
2010-06-14 | removed ifdef for useless D_HAVECONFIG | Martin Peach |
2010-06-14 | Fixed name of help patch, removed some sludge. | Martin Peach |
2010-05-21 | Eliminate any post of any part of a bad address string in case it contains '{... | Martin Peach |
2010-05-19 | Cleaned up some diagnostic messages. | Martin Peach |
2010-05-19 | Trying to make it immune to garbage input: Don't attempt to print bad OSC pat... | Martin Peach |
2010-05-13 | Check for buffer overflow in case of bad input. | Martin Peach |
2010-04-21 | Set help symbol to routeOSC as it's the same help patch. | Martin Peach |
2010-01-25 | install reference files side-by-side with the object files | IOhannes m zmölnig |
2010-01-02 | Changed MSW to _WIN32 | Martin Peach |
2010-01-02 | Changed MSW to _WIN32 | Martin Peach |
2010-01-02 | Changed MSW to _WIN32 | Martin Peach |
2009-12-13 | fixed two 64-bit bugs because int!=long | N.N. |
2009-12-13 | resolved 1 slight 64-bit bug because int!=long and 5 spurious warnings becaus... | N.N. |
2009-12-13 | added by request from two independent people at once | N.N. |
2009-06-10 | Blob padding does not add zero if already modulo 4 length. | Martin Peach |
2009-06-08 | Added blob type | Martin Peach |
2009-06-08 | Added a blob type, changed some post()s to error()s. | Martin Peach |
2009-05-10 | Fixed a bug where a type-forced message with a non-data type following a type... | Martin Peach |
2009-02-03 | These were updated by roman | Martin Peach |
2009-01-13 | This is Roman Haefeli's tcpsocketserver for FUDI and OSC. | Martin Peach |
2008-09-17 | cleaned up some more. | Martin Peach |
2008-09-17 | unpackOSC now always outputs a delay of 0 when a non-bundled message has been... | Martin Peach |
2008-09-16 | cleaned up some more... | Martin Peach |
2008-09-16 | Adding Roman Haefili's abstractions to enable OSC over streaming connections ... | Martin Peach |
2008-07-06 | The anything method works now... | Martin Peach |
2008-07-06 | pipelist now passes meta-messages (lists without the list selector) as well. | Martin Peach |
2008-05-11 | Applied zmoelnig's patch (1959417) to use path as output selector instead of ... | Martin Peach |
2008-05-07 | removed svn:executable-flag | IOhannes m zmölnig |
2007-11-13 | fixed crasher-bug when a "bang" was sent to the [routeOSC] object; | IOhannes m zmölnig |
2007-10-20 | Modified OSC_writeFloatArg for strict aliasing | Martin Peach |
2007-09-05 | Use union for int/float conversion as submitted by zmoelnig. | Martin Peach |
2007-09-01 | Removed timezone calculation from timestamp so timestamp is always UTC. | Martin Peach |
2007-07-15 | Should compile on MSW now... | Martin Peach |
2007-07-12 | Now outputs negative delays on right outlet. Immediate time tags will always ... | Martin Peach |
2007-07-12 | Reminder that opening a bundle sets the time tag at that time. | Martin Peach |
2007-07-12 | Negative and zero delays now cause lists to pass straight through without clo... | Martin Peach |
2007-07-11 | Added handler for blob type. | Martin Peach |
2007-07-11 | Updated to use pipelist. | Martin Peach |
2007-07-11 | pipelist is like pipe for lists. It can be used with unpackOSC to delay timet... | Martin Peach |
2007-07-11 | unpackOSC now simply outputs (through the right outlet) a delay in millisecon... | Martin Peach |
2007-07-05 | Added some support for time tags: immediate or current time plus optional off... | Martin Peach |
2007-06-20 | Updated with "prefix" and send without "send" | Martin Peach |
2007-06-20 | Implemented IOhannes' prefix and anything methods. | Martin Peach |
2007-06-04 | added bufsize message | Martin Peach |
2007-06-04 | added bufsize message and cleaned up code | Martin Peach |
2007-05-28 | Changed [prepend send] to [list prepend send][list trim] | Martin Peach |
2007-05-28 | Removed hardcoded limit on number of arguments. | Martin Peach |
2007-02-15 | Added handler for T, F, I, and N OSC types | Martin Peach |
2007-02-15 | Updated with sendtyped message | Martin Peach |