aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-07new receiver callback: chunk2list has to be handled by clientIOhannes m zmölnig
2010-04-07sender now optionally uses sendto() IOhannes m zmölnig
2010-04-07nice documentation (this file is not so private any more)IOhannes m zmölnig
2010-04-01don't need verbose auto-vectorizerIOhannes m zmölnig
2010-04-01floatlist should be handled in the objectIOhannes m zmölnig
2010-04-01cleanup queue in destructorIOhannes m zmölnig
2010-04-01check whether queue is !NULL before pushing/poppingIOhannes m zmölnig
2010-04-01call sender_destroy/receiver_destroy before cleaning up socketreceiverIOhannes m zmölnig
2010-04-01use <sys/types.h> directly rather than <stdlib.h> for getting needed typesIOhannes m zmölnig
2010-04-01include stdlib.hIOhannes m zmölnig
2010-04-01display the queue statusIOhannes m zmölnig
2010-04-01fixed objName for tcpsendIOhannes m zmölnig
2010-04-01updated M$VC projectIOhannes m zmölnig
2010-04-01added note about udpserver not being useable yetIOhannes m zmölnig
2010-04-01use error() for errorsIOhannes m zmölnig
2010-04-01non-functional crashy copy of tcpserver for udpIOhannes m zmölnig
2010-04-01status outlet and forgotten struct member...IOhannes m zmölnig
2010-04-01iemnet__sender_destroy() now also closes the socketIOhannes m zmölnig
2010-04-01use error instead of postIOhannes m zmölnig
2010-04-01exporting symbols; using objNameIOhannes m zmölnig
2010-04-01convenience function for outputting the socketIOhannes m zmölnig
2010-04-01convenience function for outputting the number of connectionsIOhannes m zmölnig
2010-04-01tcpclient fixes and featuresIOhannes m zmölnig
2010-04-01made connection thread safeIOhannes m zmölnig
2010-04-01removed duplicate inclusionIOhannes m zmölnig
2010-03-31simple test, whether sequences qppear in the right orderIOhannes m zmölnig
2010-03-31made "target" persistent, even if clients disconnectIOhannes m zmölnig
2010-03-31output the data of stream-based objects in a serialized formIOhannes m zmölnig
2010-03-31features sheetIOhannes m zmölnig
2010-03-31query the server portIOhannes m zmölnig
2010-03-30tcpserver now does not fail to create if port is already in useIOhannes m zmölnig
2010-03-30avoid double registration of tcpclientIOhannes m zmölnig
2010-03-30updated M$VC projectIOhannes m zmölnig
2010-03-30added "target" method to tcpserver, to specify how to send ordinary listsIOhannes m zmölnig
2010-03-30query queue sizesIOhannes m zmölnig
2010-03-30inline code documentationIOhannes m zmölnig
2010-03-30split core library into separate filesIOhannes m zmölnig
2010-03-29made it compile on w32 againIOhannes m zmölnig
2010-03-29replaced &s_... by gensym("...")IOhannes m zmölnig
2010-03-29disable DEBUGIOhannes m zmölnig
2010-03-29output additional data just like with mrpeach's objectsIOhannes m zmölnig
2010-03-29use error() rather than post() where appropriateIOhannes m zmölnig
2010-03-29proper handling of remote disconnectIOhannes m zmölnig
2010-03-29provide feedback to Pd main-thread whether sender-thread still existsIOhannes m zmölnig
2010-03-29sender/receiver dtors can now be called recursively without double freeingIOhannes m zmölnig
2010-03-29clean up more properly on disconnectIOhannes m zmölnig
2010-03-29remind me of doing testsIOhannes m zmölnig
2010-03-27no need to lock the entire Pd-processIOhannes m zmölnig
2010-03-26iemnet-meta.pd is needed for "make dist"IOhannes m zmölnig
2010-03-26make cleanerIOhannes m zmölnig