summaryrefslogtreecommitdiff
path: root/include/asterisk/utils.h
AgeCommit message (Expand)Author
2018-03-17core: Stop using AST_INLINE_API for allocator functions.Corey Farrell
2018-03-13core: Remove incorrect usage of attribute_malloc.Corey Farrell
2018-03-01core: Remove ABI effects of MALLOC_DEBUG.Richard Mudgett
2017-12-08utils: Add convenience function for setting fd flagsSean Bright
2017-11-06Fix ast_(v)asprintf() malloc failure usage conditions.Richard Mudgett
2016-11-30res_rtp: Fix regression when IPv6 is not available.Guido Falsi
2016-09-30astobj2: Add backtrace to log_bad_ao2.Corey Farrell
2016-09-29core: Remove ABI effects of LOW_MEMORY.Corey Farrell
2016-08-19Fix naming mismatch of allocator functions.Corey Farrell
2016-08-15core: Entity ID is not set or invalidAlexei Gradinari
2016-07-19Add conditional support for noreturn functions.Corey Farrell
2015-12-14Fix sscanf() format string type mismatch.Richard Mudgett
2015-12-12pjsip/config_transport: Check pjproject version at runtime for async opsGeorge Joseph
2015-12-08res_pjsip: Add existence and readablity checks for tls related filesGeorge Joseph
2015-04-22Fix/Update clang-RAII macro implementationDiederik de Groot
2015-04-09clang compiler warnings: Fix autological comparisonsMatthew Jordan
2015-03-30Fix an ABI compatibility issue with ast_log_safe for modules.Corey Farrell
2015-03-27Fix link error for utils/aelparse.Corey Farrell
2015-03-27Improved and portable ast_log recursion avoidanceCorey Farrell
2015-03-17core: Introduce chaos into memory allocationsScott Griepentrog
2015-03-12Add support for the clang compiler; update RAII_VAR to use BlocksRuntimeMatthew Jordan
2014-11-05config: Make text_file_save and 'dialplan save' escape semicolons in values.George Joseph
2014-08-27CallerID: Fix parsing of malformed calleridKinsey Moore
2014-06-12AST-2014-007: Fix DOS by consuming the number of allowed HTTP connections.Richard Mudgett
2013-11-23res_pjsip: AMI commands and events.Kevin Harwell
2013-08-23Fix memory corruption when trying to get "core show locks".Richard Mudgett
2013-08-16utils.h: Minor formatting tweaks.Richard Mudgett
2013-08-16Prevent heap alloc functions from running out of stack space.Walter Doekes
2013-07-03ARI - channel recording supportDavid M. Lee
2013-07-03Shuffle RESTful URL's around.David M. Lee
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