index
:
svn2git/iem/iemnet.git
externals/iem/iemnet
iemnet: converted automatically from sourceforge/svn
Sir Walter Raleigh
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
iemnet.c
Age
Commit message (
Expand
)
Author
2015-09-03
syncing with git
IOhannes m zmölnig
2015-09-01
sync with git
IOhannes m zmölnig
2015-08-31
un-threaded receive
IOhannes m zmölnig
2012-07-13
threadsafer debugging printout
IOhannes m zmölnig
2012-05-22
advanced debugging
IOhannes m zmölnig
2011-10-29
updated copyright
IOhannes m zmölnig
2010-10-20
added GPL-2 boilerplate
IOhannes m zmölnig
2010-10-16
updated splash to show version
IOhannes m zmölnig
2010-09-20
less verbose when changing debuglevel
IOhannes m zmölnig
2010-09-20
debugging levels
IOhannes m zmölnig
2010-08-23
use malloc() rather than getbytes(); use pthread_exit();
IOhannes m zmölnig
2010-04-07
iemnet__streamout() takes an argument telling us whether to serialize or not
IOhannes m zmölnig
2010-04-01
updated M$VC project
IOhannes m zmölnig
2010-04-01
exporting symbols; using objName
IOhannes m zmölnig
2010-04-01
convenience function for outputting the socket
IOhannes m zmölnig
2010-04-01
convenience function for outputting the number of connections
IOhannes m zmölnig
2010-03-31
output the data of stream-based objects in a serialized form
IOhannes m zmölnig
2010-03-30
split core library into separate files
IOhannes m zmölnig
2010-03-29
provide feedback to Pd main-thread whether sender-thread still exists
IOhannes m zmölnig
2010-03-29
sender/receiver dtors can now be called recursively without double freeing
IOhannes m zmölnig
2010-03-29
clean up more properly on disconnect
IOhannes m zmölnig
2010-03-27
no need to lock the entire Pd-process
IOhannes m zmölnig
2010-03-26
sys_lock() before calling clock_delay()
IOhannes m zmölnig
2010-03-26
convenience functions
IOhannes m zmölnig
2010-03-26
changed API of read-callback
IOhannes m zmölnig
2010-03-25
DEBUG mechanism
IOhannes m zmölnig
2010-03-25
most of the tcp-objects seem to work now;
IOhannes m zmölnig
2010-03-24
on M$VC we only build libraries (and the autoregistration doesn't work)
IOhannes m zmölnig
2010-03-24
automatic calling
IOhannes m zmölnig
2010-03-24
made it compile (and run) on w32
IOhannes m zmölnig