aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_timing_pthread.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-21Use poll() instead of select() in res_timing_pthread to avoid stack corruption.russell1-8/+5
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+1
2009-06-09module load prioritydvossel1-2/+5
2009-05-29Improve handling of trying to ACK too many timer expirations.russell1-1/+13
2009-05-29Resolve issues with choppy sound when using res_timing_pthread.russell1-62/+62
2009-05-29Trim trailing whitespace so that I can work on this bug without it bothering ...russell1-11/+11
2009-02-17Update the timing API to have better support for multiple timing interfaces.russell1-17/+18
2008-12-11Fix a problem where continuous mode will get inadvertently get turned off if ...russell1-5/+22
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright1-4/+4
2008-11-19Merge the changes from the res_timing_timerfd branch.mmichelson1-0/+5
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright1-4/+4
2008-08-29Merged revisions 140488 via svnmerge from mmichelson1-1/+1
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.seanbright1-5/+5
2008-06-26- add get_max_rate timing API callrussell1-0/+7
2008-06-24fix a memory leak.russell1-2/+6
2008-06-19- Make res_timing_pthread allow a max rate of 100/sec instead of 50/secrussell1-5/+4
2008-06-17Fix the check against the max supported raterussell1-1/+1
2008-06-16Merge res_timing_pthread. This is a timing interface for Asterisk thatrussell1-0/+480