summaryrefslogtreecommitdiff
path: root/include/asterisk/time.h
AgeCommit message (Expand)Author
2016-01-08include/asterisk/time.h: Renamed global declaration:tvDiederik de Groot
2015-08-07Replaces clock_gettime() with ast_tsnow()David M. Lee
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-04-27Prevent overflow in calculation in ast_tvdiff_ms on 32-bit machinesMatthew Jordan
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...David Vossel
2010-01-18Extend max call limit duration from 24.8 days to 292+ million years.Jeff Peeler
2009-07-09Merged revisions 205599 via svnmerge from David Vossel
2009-07-08Merged revisions 205215 via svnmerge from David Vossel
2008-07-02Fix a bunch of places where \arg was used instead of \param. Using \argRussell Bryant
2008-02-15Fix up some doxygen issues.Jason Parker
2007-12-19Add a couple of new time API calls - ast_tvdiff_sec and ast_tvdiff_usecRussell Bryant
2007-12-17Merged revisions 93336 via svnmerge from Tilghman Lesher
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-06-11Merged revisions 68814 via svnmerge from Jason Parker
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-01add new GCC-specific macro and force inlining of certain functions where spee...Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-07-19restore proper difference calculation (bug #4746)Kevin P. Fleming
2005-07-19let the compiler learn the types for the elements of a struct timeval to fixRussell Bryant
2005-07-19fix negative timestamp issueRussell Bryant
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-11simplify (and document!) macro for inlinable API functions (inspired by bug #...Kevin P. Fleming
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used b...Kevin P. Fleming
2005-06-24add new header filesKevin P. Fleming