summaryrefslogtreecommitdiff
path: root/res/res_timing_pthread.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-08utils: Add convenience function for setting fd flagsSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-02-15res_timing_pthread: Fix leaky pipes.Joshua Colp
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-02-07timing: Improve performance for most timing implementations.Joshua Colp
2013-04-19Prevent res_timing_pthread from blocking callersMatthew Jordan
2012-11-05Refactor ast_timer_ack to return an error and handle the error in timer usersMatthew Jordan
2011-12-27Fix timing source dependency issues with MOHMatthew Jordan
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2010-07-21Use poll() instead of select() in res_timing_pthread to avoid stack corruption.Russell Bryant
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2009-06-09module load priorityDavid Vossel
2009-05-29Improve handling of trying to ACK too many timer expirations.Russell Bryant
2009-05-29Resolve issues with choppy sound when using res_timing_pthread.Russell Bryant
2009-05-29Trim trailing whitespace so that I can work on this bug without it bothering ...Russell Bryant
2009-02-17Update the timing API to have better support for multiple timing interfaces.Russell Bryant
2008-12-11Fix a problem where continuous mode will get inadvertently get turned off if ...Russell Bryant
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-19Merge the changes from the res_timing_timerfd branch.Mark Michelson
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromSean Bright
2008-08-29Merged revisions 140488 via svnmerge from Mark Michelson
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.Sean Bright
2008-06-26- add get_max_rate timing API callRussell Bryant
2008-06-24fix a memory leak.Russell Bryant
2008-06-19- Make res_timing_pthread allow a max rate of 100/sec instead of 50/secRussell Bryant
2008-06-17Fix the check against the max supported rateRussell Bryant
2008-06-16Merge res_timing_pthread. This is a timing interface for Asterisk thatRussell Bryant