aboutsummaryrefslogtreecommitdiff
path: root/net/tcpclient.c
AgeCommit message (Expand)Author
2011-01-13Sometimes send returns 0 if the packet is queued, so we don't consider that t...Martin Peach
2010-07-07converted error() calls to pd_error() calls where appropriate, ie. where a fi...Hans-Christoph Steiner
2010-05-06Make sure client is not already connected before spawning a thread to connect...Martin Peach
2010-03-29oops, undoing last commit; sorryIOhannes m zmölnig
2010-03-29replaced &s_... by gensym("...")IOhannes m zmölnig
2010-03-26Sends all bytes in one block in a single thread, blocks further sends if one ...Martin Peach
2010-03-23Fixed NULL-pointer access bug in tcpserver_free() that caused trouble when cl...Martin Peach
2010-03-02Added a verbosity method to stop [tcpclient] printing in the main window ever...Martin Peach
2010-01-15Added include for ws2tcpip.h for socklen_t for _WIN32Martin Peach
2010-01-14Changed int optLen to socklen_t to avoid signedness warningMartin Peach
2010-01-02Changed MSW to _WIN32Martin Peach
2009-04-08Oops, I had forgotten to add the default timeout of 1000us.Martin Peach
2009-04-08Added timeout message to set send timeout in microseconds, defaults to 1000.Martin Peach
2009-03-04Changed send routine to send one byte at a time and output number of bytes se...Martin Peach
2008-05-07removed svn:executable-flagIOhannes m zmölnig
2007-06-20Implemented IOhannes' list sendMartin Peach
2006-12-01Use sprintf_s instead of snprintf if _MSC_VER definedMartin Peach
2006-11-28changed MAX_PATH to FILENAME_MAX.Martin Peach
2006-11-07added file sendMartin Peach
2006-08-24Renamed files without x_net_ prefix.Martin Peach