aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-11use SO_REUSEPORT (if available during compile-time)IOhannes m zmölnig
2010-10-11authorsIOhannes m zmölnig
2010-10-11ChangeLog and NEWS filesIOhannes m zmölnig
2010-10-11at least accept one(1) clientIOhannes m zmölnig
2010-10-11these debug things IOhannes m zmölnig
2010-10-08added 'port' for outlet #4Roman Haefeli
2010-10-08added help for [udpserver]Roman Haefeli
2010-10-08added a 'check also:' section where applicableRoman Haefeli
2010-10-08added help for [udpclient]Roman Haefeli
2010-10-08corrected NOTE: there is no outlet 6. made outlet counting consistent (start ...Roman Haefeli
2010-10-06more iemnet specificsIOhannes m zmölnig
2010-10-05made iemnet-meta.pd comply with the libname-meta.pd formatRoman Haefeli
2010-10-02added description to the 'bufsize' status messageRoman Haefeli
2010-10-02updated help of [tcpsend]/[tcpreceive] to reflect their current behaviourRoman Haefeli
2010-10-02updated help to reflect current behaviour of [tcpclient]Roman Haefeli
2010-10-02updated help to reflect [tcpserver]'s current behaviourRoman Haefeli
2010-09-20global debuglevelIOhannes m zmölnig
2010-09-20more debugging in the tickIOhannes m zmölnig
2010-09-20added DEBUG_CFLAGSIOhannes m zmölnig
2010-09-20less verbose when changing debuglevelIOhannes m zmölnig
2010-09-20debugging levelsIOhannes m zmölnig
2010-09-15remove -mcpu/-mtune flags as it breaks x64 build. we should eventually figure...mescalinum
2010-09-14receive in nonblocking modeIOhannes m zmölnig
2010-09-14on the way to thread safety...(?)IOhannes m zmölnig
2010-09-13more DEBUG; alternative algorithm to add clientsIOhannes m zmölnig
2010-09-13nada: whitespaceIOhannes m zmölnig
2010-09-13removed the "return" at the beginning of iemnet__receiver_destroy()IOhannes m zmölnig
2010-09-09more debug outputIOhannes m zmölnig
2010-09-09...IOhannes m zmölnig
2010-08-27get rid o fwarning in sprintf()IOhannes m zmölnig
2010-08-23on read termination read the status variables in a protected areaIOhannes m zmölnig
2010-08-23use malloc() rather than getbytes(); use pthread_exit(); IOhannes m zmölnig
2010-08-22more support for udpserverIOhannes m zmölnig
2010-08-20fixed reentrancy issueIOhannes m zmölnig
2010-08-20fixed bugs in multithreading codeIOhannes m zmölnig
2010-08-20in DEBUG mode, define IEMNET_HAVE_DEBUGIOhannes m zmölnig
2010-08-20reindentated; add some commentsIOhannes m zmölnig
2010-08-20more DEBUGs; clear memory before freeing itIOhannes m zmölnig
2010-08-20added more DEBUGsIOhannes m zmölnig
2010-08-20output sender addressIOhannes m zmölnig
2010-08-09allow to resize NULL-floatlists IOhannes m zmölnig
2010-07-14fixed crasher bug when printing "[udpsend] not connected"IOhannes m zmölnig
2010-04-07iemnet__streamout() takes an argument telling us whether to serialize or notIOhannes m zmölnig
2010-04-07first working prototype - still loads of problemsIOhannes m zmölnig
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