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 ccfa304354
sdp_streams() initial implementation
13 years ago
..
.gitignore echo core >> .gitignore 14 years ago
Makefile adding preliminary SDP parser 13 years ago
aux.c prefer objects on stack instead of heap when possible 13 years ago
aux.h prefer objects on stack instead of heap when possible 13 years ago
bencode.c get rid of that silly len counter 13 years ago
bencode.h hard-link bencode.[ch] from kamailio source for now 13 years ago
call.c sdp_streams() initial implementation 13 years ago
call.h call_offer()/answer stubs 13 years ago
control.c turns out you actually have to free/destroy mutexes. who woulda thunk? 14 years ago
control.h private structs make for safer threading 14 years ago
control_ng.c make my life easier with a smart_ntop_port() function 13 years ago
control_ng.h adding control_ng stubs 13 years ago
control_udp.c make my life easier with a smart_ntop_port() function 13 years ago
control_udp.h split udp listener init code into separate file 13 years ago
cookie_cache.c split cookie cache keeping into separate file 13 years ago
cookie_cache.h split cookie cache keeping into separate file 13 years ago
kernel.c
kernel.h
log.h
main.c non-static vars must be initialized to 0 13 years ago
obj.h make use of "make debug" target 14 years ago
poller.c enough with the glib threading nonsense, it's only causing problems. revert to good old pthread stuff 14 years ago
poller.h split udp listener init code into separate file 13 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
sdp.c sdp_streams() initial implementation 13 years ago
sdp.h sdp_streams() initial implementation 13 years ago
streambuf.c EINTR requires special handling 14 years ago
streambuf.h private structs make for safer threading 14 years ago
udp_listener.c make my life easier with a smart_ntop_port() function 13 years ago
udp_listener.h split generic udp receiving code into udp_listener 13 years ago