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
/
udpsend.c
Age
Commit message (
Expand
)
Author
2013-02-20
fopen and fclose -> sys_fopen and sys_fclose for recent pd
Martin Peach
2010-08-11
added parentheses around ored constants to stop warning in _WIN32 version
Martin Peach
2010-08-06
Don't allow setting multicast ttl or loopback if not connected.
Martin Peach
2010-08-05
Fixed bugs in _WIN32 socket error reporting.
Martin Peach
2010-08-04
Removed remaining calls to things in s_stuff.h (sys_closesocket)
Martin Peach
2010-08-04
Can set multicast interface in MacOSX, added a udpsend_sock_err function to p...
Martin Peach
2010-08-03
Can set_multicast_interface on _WIN32 now.
Martin Peach
2010-08-03
include <ws2tcpip.h> for multicast sockopts on _WIN32
Martin Peach
2010-08-02
Methods for multicast ttl and loopback only make sense on udpsend... updated ...
Martin Peach
2010-08-02
Added method to set multicast TTL, updated help patch.
Martin Peach
2010-08-02
set_multicast_interface doesn't work in _WIN32 yet so I just post a message.
Martin Peach
2010-07-30
Added method to select interface when multicasting, updated help patch.
Martin Peach
2010-07-07
converted error() calls to pd_error() calls where appropriate, ie. where a fi...
Hans-Christoph Steiner
2010-03-29
oops, undoing last commit; sorry
IOhannes m zmölnig
2010-03-29
replaced &s_... by gensym("...")
IOhannes m zmölnig
2010-01-02
Changed MSW to _WIN32
Martin Peach
2008-11-05
Added broadcast permission to sockets as suggested by zmoelnig's patch 2221504
Martin Peach
2008-05-07
removed svn:executable-flag
IOhannes m zmölnig
2007-06-20
Implemented IOhannes' list send
Martin Peach
2006-12-04
make sure bytes > 127 are not interpreted as negative.
Martin Peach
2006-11-28
changed MAX_PATH to FILENAME_MAX
Martin Peach
2006-11-07
added file send
Martin Peach
2006-08-24
Renamed files without x_net_ prefix.
Martin Peach