index
:
svn2git/libraries/mrpeach.git
externals/mrpeach
mrpeach: converted automatically from sourceforge/svn
Sir Walter Raleigh
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
udpreceive~.c
Age
Commit message (
Expand
)
Author
2010-11-28
changed #ifdef for
Martin Peach
2010-10-29
Cleaned up unused code.
Martin Peach
2010-10-28
Added multicast support
Martin Peach
2010-03-29
oops, undoing last commit; sorry
IOhannes m zmölnig
2010-03-29
replaced &s_... by gensym("...")
IOhannes m zmölnig
2010-03-22
Changed valid-stream output to be a signal output. Moved all post()s out of t...
Martin Peach
2010-03-16
Output valid state only when it changes.
Martin Peach
2010-03-16
Added an outlet to udpreceive~ to indicate valid audio. Ouput address and por...
Martin Peach
2010-03-11
Added a "TAG!" identifier field to the tag so it can be verified as a tag. Th...
Martin Peach
2010-02-24
Corrected some error messages, check for EINVAL after recvfrom(), to try to f...
Martin Peach
2010-01-14
Always send in network byte order for all architectures. UDP receiving socket...
Martin Peach
2010-01-13
Fixed header files for _WIN32
Martin Peach
2010-01-12
Block size is settable by creation argument. Buffer size message is specified...
Martin Peach
2010-01-11
Added "unix" to the test for "UNIX".
Martin Peach
2010-01-11
Versions of netsend~ for udp.
Martin Peach