aboutsummaryrefslogtreecommitdiff
path: root/tcpserver.c
AgeCommit message (Expand)Author
2010-09-20debugging levelsIOhannes m zmölnig
2010-08-27get rid o fwarning in sprintf()IOhannes m zmölnig
2010-04-07iemnet__streamout() takes an argument telling us whether to serialize or notIOhannes m zmölnig
2010-04-07new receiver callback: chunk2list has to be handled by clientIOhannes m zmölnig
2010-04-01floatlist should be handled in the objectIOhannes m zmölnig
2010-04-01call sender_destroy/receiver_destroy before cleaning up socketreceiverIOhannes m zmölnig
2010-04-01exporting symbols; using objNameIOhannes m zmölnig
2010-04-01removed duplicate inclusionIOhannes 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-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-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-29disable DEBUGIOhannes m zmölnig
2010-03-29output additional data just like with mrpeach's objectsIOhannes m zmölnig
2010-03-29provide feedback to Pd main-thread whether sender-thread still existsIOhannes m zmölnig
2010-03-29clean up more properly on disconnectIOhannes m zmölnig
2010-03-26proper use of DEBUGIOhannes m zmölnig
2010-03-26output the sending hostIOhannes m zmölnig
2010-03-26compatibility with mrpeach; convenienceIOhannes m zmölnig
2010-03-26changed API of read-callbackIOhannes m zmölnig
2010-03-25most of the tcp-objects seem to work now;IOhannes m zmölnig
2010-03-24fixed M$VC preprocessor codeIOhannes m zmölnig
2010-03-24automatic callingIOhannes m zmölnig
2010-03-24made it compile (and run) on w32IOhannes m zmölnig
2010-03-24a first clientIOhannes m zmölnig
2010-03-24kind of works now: we can dump about 500MB within 5secs into tcpserver on loIOhannes m zmölnig
2010-03-23hmm, less crashes; threads hangIOhannes m zmölnig
2010-03-23factored out code into "shared";IOhannes m zmölnig
2010-03-23cleaned upIOhannes m zmölnig
2010-03-23forked mrpeach's "net" svn2git-rootIOhannes m zmölnig