summaryrefslogtreecommitdiff
path: root/include/asterisk/utils.h
AgeCommit message (Expand)Author
2013-04-30Use the proper lower bound when doing saturation arithmetic.Sean Bright
2013-04-26Example of how to use the Stasis message busDavid M. Lee
2013-01-12Fix XML encoding of 'identity display' in NOTIFY messages.David M. Lee
2012-11-08Add MALLOC_DEBUG enhancements.Richard Mudgett
2012-09-18Add -fnested-functions compile flag, if needed.David M. Lee
2012-08-30Clean up doxygen warningsMatthew Jordan
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-05Tweak some comments and whitespace in utils.hRichard Mudgett
2012-06-02Add res_http_websocket module which implements the WebSocket protocol accordi...Joshua Colp
2012-06-01Add new config-parsing frameworkTerry Wilson
2012-03-22Adds F option to Bridge applicationJonathan Rose
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2011-11-11Use __alignof__ instead of sizeof for stringfield length storage.Walter Doekes
2011-11-02Ensure that string field lengths are properly alignedWalter Doekes
2011-06-15Merged revisions 323863 via svnmerge from Terry Wilson
2011-01-24According to section 19.1.2 of RFC 3261:Matthew Nicholson
2010-12-18Merged revisions 298960 via svnmerge from Tilghman Lesher
2010-12-12Add support for several platforms to obtain the real thread ID.Jeff Peeler
2010-02-09Various updates to the unit test API.Russell Bryant
2010-01-26RFC compliant uri and display-name encode/decodeDavid Vossel
2009-07-28Define side-effect-safe MIN and MAX macros and remove duplicate definitions f...Kevin P. Fleming
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-10Merged revisions 199856 via svnmerge from Sean Bright
2009-06-08Merged revisions 199626,199628 via svnmerge from Sean Bright
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-04-23Support HTTP digest authentication for the http manager interface.Tilghman Lesher
2009-03-27Change g_eid to ast_eid_default.Russell Bryant
2009-03-11Fix malloc debug macros to work properly with h323.Jeff Peeler
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
2009-01-25Change ARRAY_LEN() to be more C++ safe.Russell Bryant
2008-12-22Introduce ast_careful_fwrite() and use in AMI to prevent partial writes.Russell Bryant
2008-12-09Merged revisions 162413 via svnmerge from Russell Bryant
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-08-06Merged revisions 135899 via svnmerge from Tilghman Lesher
2008-06-10Merge another change from team/russell/events ...Russell Bryant
2008-05-23Merged revisions 118048 via svnmerge from Russell Bryant
2008-05-19Merged revisions 117086 via svnmerge from Tilghman Lesher
2008-05-15Add an extra check in ast_strlen_zero, and make ast_assert() not print theTilghman Lesher
2008-05-14Merged revisions 116463 via svnmerge from Russell Bryant
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-16whitespace only change - adjust indentation and add someLuigi Rizzo
2007-11-16remove redundant #include "asterisk/compat.h",Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-09-17Make the MALLOC_DEBUG output for free() useful again. After changing calls toRussell Bryant
2007-08-29Add inline function for signed linear subtraction.Joshua Colp
2007-07-21Add support for using /dev/urandom to get random numbers on systems that supp...Joshua Colp
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy