aboutsummaryrefslogtreecommitdiff
path: root/iemnet.c
AgeCommit message (Expand)Author
2010-10-20added GPL-2 boilerplateIOhannes m zmölnig
2010-10-16updated splash to show versionIOhannes m zmölnig
2010-09-20less verbose when changing debuglevelIOhannes m zmölnig
2010-09-20debugging levelsIOhannes m zmölnig
2010-08-23use malloc() rather than getbytes(); use pthread_exit(); IOhannes m zmölnig
2010-04-07iemnet__streamout() takes an argument telling us whether to serialize or notIOhannes m zmölnig
2010-04-01updated M$VC projectIOhannes 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-03-31output the data of stream-based objects in a serialized formIOhannes m zmölnig
2010-03-30split core library into separate filesIOhannes 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-27no need to lock the entire Pd-processIOhannes m zmölnig
2010-03-26sys_lock() before calling clock_delay()IOhannes m zmölnig
2010-03-26convenience functionsIOhannes m zmölnig
2010-03-26changed API of read-callbackIOhannes m zmölnig
2010-03-25DEBUG mechanismIOhannes m zmölnig
2010-03-25most of the tcp-objects seem to work now;IOhannes m zmölnig
2010-03-24on M$VC we only build libraries (and the autoregistration doesn't work)IOhannes m zmölnig
2010-03-24automatic callingIOhannes m zmölnig
2010-03-24made it compile (and run) on w32IOhannes m zmölnig