Richard Fuchs
|
7e378ebb4d
|
attempt to fix the "multiple media streams with same endpoints" case
|
12 years ago |
Richard Fuchs
|
47e344a261
|
hack to prevent stale children
|
12 years ago |
Richard Fuchs
|
7673ae15a4
|
fix merge errors
|
12 years ago |
Richard Fuchs
|
4552f20a41
|
treat zero ip/port as wildcard when matching up old streams
Conflicts:
daemon/call.c
|
12 years ago |
Richard Fuchs
|
e8ad96f0d0
|
use peer_advertised where appropriate
Conflicts:
daemon/call.c
|
12 years ago |
Richard Fuchs
|
25c8e4b02f
|
replace IN6_IS_ADDR_UNSPECIFIED because it doesnt work for mapped addresses
Conflicts:
daemon/call.c
|
12 years ago |
Richard Fuchs
|
bca25d7700
|
make call_lookup_udp() remember viabranches like call_update_udp()
|
12 years ago |
Richard Fuchs
|
b36afb6183
|
exclude deprated API calls
|
12 years ago |
Richard Fuchs
|
ef521030ab
|
make viabranch in udp lookup optional
|
12 years ago |
Richard Fuchs
|
6755ce3e49
|
fix RE regression
|
13 years ago |
Richard Fuchs
|
ed7f8dda04
|
remove obsolete code; add more locking
|
13 years ago |
Richard Fuchs
|
644e5ba9df
|
calculate proper "TTL"
|
13 years ago |
Richard Fuchs
|
bbb8327750
|
implement udp Q command
|
13 years ago |
Richard Fuchs
|
a99ada4e41
|
add more logging to xmlrpc call mechanism
|
13 years ago |
Richard Fuchs
|
eda487e579
|
un-shoot myself in the foot, gna
|
13 years ago |
Richard Fuchs
|
8092a56761
|
another locking fix
|
13 years ago |
Richard Fuchs
|
bb054ec00b
|
fix more locking problems
|
13 years ago |
Richard Fuchs
|
3a26e9fceb
|
fix possible race condition
|
13 years ago |
Richard Fuchs
|
39207a0859
|
dont fail on zero port in tcp controller
|
13 years ago |
Richard Fuchs
|
37013fd148
|
IPv6 socket requires IPv4 PKTINFO for setting source address correctly
|
13 years ago |
Richard Fuchs
|
59c5ffd0da
|
fix reference count leak
|
13 years ago |
Richard Fuchs
|
08d40d8ac5
|
add debian buildflags and address generated warnings
|
13 years ago |
Richard Fuchs
|
59e47df1d6
|
remove obsolete makefile target and add missed \n to simulator script
|
13 years ago |
Richard Fuchs
|
d751d10093
|
check struct sizes and offsets exported by redis plugin
|
13 years ago |
Richard Fuchs
|
594297a3ea
|
use string chunk for all the little call-related strings
|
13 years ago |
Richard Fuchs
|
afb1f5de95
|
need to lock the call a bit earlier
|
13 years ago |
Richard Fuchs
|
d8ef1885cc
|
split callstream_init into callstream_new for redis module
|
13 years ago |
Richard Fuchs
|
2e189c5eb5
|
echo core >> .gitignore
|
13 years ago |
Richard Fuchs
|
c291d1220b
|
fix logging inconsistency
|
13 years ago |
Richard Fuchs
|
9077fac612
|
be a lazy developer and try to load the .so locally
|
13 years ago |
Richard Fuchs
|
a9823f2323
|
adding .gitignore files
|
13 years ago |
Richard Fuchs
|
da02558511
|
its always nice to call openlog()
|
13 years ago |
Richard Fuchs
|
72840c8d1d
|
reorder calls to redis for proper locking
|
13 years ago |
Richard Fuchs
|
7e38c7a96f
|
a more robust thread shutdown procedure
|
13 years ago |
Richard Fuchs
|
d20d747a63
|
since xmlrpc is still segfaulting even in its own process, disable core dumps in the child and retry the xmlrpc call up to 3 times if the child terminates abnormally. jumping through hoops ftw!
|
13 years ago |
Richard Fuchs
|
2ad1d6f65e
|
xmlrpc still segfaulting. leaves no choice but to fork out a new process, ugh.
|
13 years ago |
Richard Fuchs
|
f4833f6b74
|
xmlrpc calls still causing segfaults, lets try with a dedicated client object per call... i'm starting to dislike this library
|
13 years ago |
Richard Fuchs
|
a4625fbad9
|
enough with the glib threading nonsense, it's only causing problems. revert to good old pthread stuff
|
13 years ago |
Richard Fuchs
|
fabcb53a3b
|
the curl xmlrpc transport isnt playing nicely - revert to default
|
13 years ago |
Richard Fuchs
|
08c764c748
|
cant decref null references
|
13 years ago |
Richard Fuchs
|
4b7d4d24cd
|
dont block fatal core-dumping signals
|
13 years ago |
Richard Fuchs
|
0f6d898171
|
add proper locking to callstream setup procedure
|
13 years ago |
Richard Fuchs
|
94f2f320a6
|
actually the call struct needs neither linked flag nor shutdown flag due to the sequence of events and locking
|
13 years ago |
Richard Fuchs
|
d8776907f8
|
need to lock the callstream a bit earlier
|
13 years ago |
Richard Fuchs
|
ab3b8c60f0
|
fix a silly, threading-unrelated, statistics-skewing bug
|
13 years ago |
Richard Fuchs
|
45f34b9784
|
turns out you actually have to free/destroy mutexes. who woulda thunk?
|
13 years ago |
Richard Fuchs
|
54353022ff
|
om nom nom memory leak... well, reference count leak
|
13 years ago |
Richard Fuchs
|
b7a68659b1
|
analoguous to the last race, call_destroy() must not assume that it's getting the last reference to the call
|
13 years ago |
Richard Fuchs
|
683b716885
|
here we go with the subtle race conditions
|
13 years ago |
Richard Fuchs
|
806920cc52
|
dont abort polling on EINTR
|
13 years ago |