summaryrefslogtreecommitdiff
path: root/main/timing.c
AgeCommit message (Expand)Author
2018-01-03loader: Create ast_module_running_ref.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2014-02-07timing: Improve performance for most timing implementations.Joshua Colp
2012-12-11Cleanup CLI commands on exit for several files.Richard Mudgett
2012-11-05Refactor ast_timer_ack to return an error and handle the error in timer usersMatthew Jordan
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2010-11-08Merged revisions 294278 via svnmerge from Jeff Peeler
2010-01-18Extend max call limit duration from 24.8 days to 292+ million years.Jeff Peeler
2009-12-14The default rate for 'timing test' is actually 50/sec, not 100/sec as adverti...Sean Bright
2009-08-10AST-2009-005Tilghman Lesher
2009-03-27Improve timing interface to remember which provider provided a timerKevin P. Fleming
2009-03-25Include poll-compat.hRussell Bryant
2009-03-25Change poll() to ast_poll().Russell Bryant
2009-02-17Update the timing API to have better support for multiple timing interfaces.Russell Bryant
2008-06-26- add get_max_rate timing API callRussell Bryant
2008-06-19- Make res_timing_pthread allow a max rate of 100/sec instead of 50/secRussell Bryant
2008-06-16Add a "timing test" CLI command. It opens a timer and configures it forRussell Bryant
2008-06-16 - Fix a typo in a timing API callRussell Bryant
2008-06-13Merge changes from timing branchRussell Bryant
2008-06-12add infrastructure so that timing source can be a loadable module... next ste...Kevin P. Fleming