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
/
tcpclient.c
Age
Commit message (
Expand
)
Author
2011-11-04
Add a flag to sendthreadparams to indicate if the thread is in use or not. Do...
Martin Peach
2011-11-03
To prevent overwriting the send buffer with multiple simultaneous messages, e...
Martin Peach
2011-10-21
use auto-macro _WIN32 instead of Pd-defined macro UNIX, this means the build ...
Hans-Christoph Steiner
2011-01-13
Sometimes send returns 0 if the packet is queued, so we don't consider that t...
Martin Peach
2010-07-07
converted error() calls to pd_error() calls where appropriate, ie. where a fi...
Hans-Christoph Steiner
2010-05-06
Make sure client is not already connected before spawning a thread to connect...
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-26
Sends all bytes in one block in a single thread, blocks further sends if one ...
Martin Peach
2010-03-23
Fixed NULL-pointer access bug in tcpserver_free() that caused trouble when cl...
Martin Peach
2010-03-02
Added a verbosity method to stop [tcpclient] printing in the main window ever...
Martin Peach
2010-01-15
Added include for ws2tcpip.h for socklen_t for _WIN32
Martin Peach
2010-01-14
Changed int optLen to socklen_t to avoid signedness warning
Martin Peach
2010-01-02
Changed MSW to _WIN32
Martin Peach
2009-04-08
Oops, I had forgotten to add the default timeout of 1000us.
Martin Peach
2009-04-08
Added timeout message to set send timeout in microseconds, defaults to 1000.
Martin Peach
2009-03-04
Changed send routine to send one byte at a time and output number of bytes se...
Martin Peach
2008-05-07
removed svn:executable-flag
IOhannes m zmölnig
2007-06-20
Implemented IOhannes' list send
Martin Peach
2006-12-01
Use sprintf_s instead of snprintf if _MSC_VER defined
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