aboutsummaryrefslogtreecommitdiff
path: root/net/tcpclient.c
AgeCommit message (Expand)Author
2014-02-18More crash prevention in 64-bitMartin Peach
2014-02-12Make sure ntohl accesses 32 bits even on 64-bit systems.Martin Peach
2013-02-20fopen and fclose -> sys_fopen and sys_fclose for recent pdMartin Peach
2011-11-08Fixed an off-by-one error in thread buffer indexing.Martin Peach
2011-11-04Add a flag to sendthreadparams to indicate if the thread is in use or not. Do...Martin Peach
2011-11-03To prevent overwriting the send buffer with multiple simultaneous messages, e...Martin Peach
2011-10-21use auto-macro _WIN32 instead of Pd-defined macro UNIX, this means the build ...Hans-Christoph Steiner
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