summaryrefslogtreecommitdiff
path: root/include/asterisk/timing.h
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2015-05-04Modules: Make ast_module_info->self available to auxiliary sources.Corey Farrell
2014-02-07timing: Improve performance for most timing implementations.Joshua Colp
2012-11-05Refactor ast_timer_ack to return an error and handle the error in timer usersMatthew Jordan
2010-11-08Merged revisions 294278 via svnmerge from Jeff Peeler
2010-06-08Fix some doxygen warnings.Leif Madsen
2009-03-27Improve timing interface to remember which provider provided a timerKevin P. Fleming
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
2009-02-17Update the timing API to have better support for multiple timing interfaces.Russell Bryant
2008-10-30Add a todo for a new timing API implementation that would work for Linux systemsRussell Bryant
2008-07-02Fix a bunch of places where \arg was used instead of \param. Using \argRussell Bryant
2008-06-26- add get_max_rate timing API callRussell Bryant
2008-06-16 - Fix a typo in a timing API callRussell Bryant
2008-06-13Merge changes from timing branchRussell Bryant
2008-06-12Complete the documentation for the timing API.Russell Bryant
2008-06-12clarify documentation on how timer intervals should be specifiedKevin P. Fleming
2008-06-12add infrastructure so that timing source can be a loadable module... next ste...Kevin P. Fleming