You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rtpengine/daemon
Richard Fuchs 5e63928da4
xmlrpc still segfaulting. leaves no choice but to fork out a new process, ugh.
14 years ago
..
Makefile
aux.c enough with the glib threading nonsense, it's only causing problems. revert to good old pthread stuff 14 years ago
aux.h enough with the glib threading nonsense, it's only causing problems. revert to good old pthread stuff 14 years ago
call.c xmlrpc still segfaulting. leaves no choice but to fork out a new process, ugh. 14 years ago
call.h actually the call struct needs neither linked flag nor shutdown flag due to the sequence of events and locking 14 years ago
control.c turns out you actually have to free/destroy mutexes. who woulda thunk? 14 years ago
control.h
control_udp.c need to handle the no-reply case to avoid deadlocks with bad cookies 14 years ago
control_udp.h preliminary attempt to make the udp controller thread-safe 14 years ago
kernel.c
kernel.h
log.h
main.c xmlrpc still segfaulting. leaves no choice but to fork out a new process, ugh. 14 years ago
obj.h
poller.c enough with the glib threading nonsense, it's only causing problems. revert to good old pthread stuff 14 years ago
poller.h move poller timers and polling into a separate thread 14 years ago
redis.c make the callmaster struct private - also requires update to redis module 14 years ago
redis.h make the callmaster struct private - also requires update to redis module 14 years ago
streambuf.c EINTR requires special handling 14 years ago
streambuf.h