summaryrefslogtreecommitdiff
path: root/funcs
AgeCommit message (Expand)Author
2012-06-01Add documentation to function CHANNEL for options echocan_mode and buffersMichael L. Young
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-18Fix more memory leaksMatthew Jordan
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-05-10Coverity Report: Fix issues for error type UNINIT in Core supported modulesJonathan Rose
2012-05-04Fix many issues from the NULL_RETURNS Coverity reportKinsey Moore
2012-05-01Fix Coverity-reported ARRAY_VS_SINGLETON error.Mark Michelson
2012-04-20Add original party id and reason support.Richard Mudgett
2012-04-19Fix documentation for ${VERSION(ASTERISK_VERSION_NUM)}.Walter Doekes
2012-04-17Fix places where a negative return from ftello could be used as invalid inputMatthew Jordan
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-04-09Allow func_curl to exit gracefully if list allocation fails during writeMatthew Jordan
2012-04-09Change SHARED function to use a safe traversal when modifying a variableMatthew Jordan
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-04-06Multiple revisions 361403,361412Paul Belanger
2012-04-04Make 'help devstate change' display properly (get rid of excess comma)Jonathan Rose
2012-03-24func_curl: Fix leak of an ast_str in error handling code path.Russell Bryant
2012-03-13Enable macros in 1.8 to find the next highest "h" extension in a context, lik...Tilghman Lesher
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-14Re-commit the verbose branch.Tilghman Lesher
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-09Note that CDRs are immutable once a bridge is torn downTerry Wilson
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-24Fix locking issues with channel datastores in func_odbc.c.Richard Mudgett
2012-01-21Fix ast_app_dtget() time unit inconsistency.Richard Mudgett
2012-01-10Fix absolute/relative time mismatch in LOCK function.Richard Mudgett
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-12-16Fix crash during CDR update.Richard Mudgett
2011-11-03Remove invalid flag given to iterator in func_dialgroup.cRichard Mudgett
2011-10-20Fixed typo from previous commitPaul Belanger
2011-10-20Updated documentation for the optional CID parameter with CALLERIDPaul Belanger
2011-10-14Some additional module documentation changes for 10 for the menuselect change.Jonathan Rose
2011-10-03Merged revisions 338995 via svnmerge from Gregory Nietsky
2011-09-26Merged revisions 337974 via svnmerge from Richard Mudgett
2011-09-21................Tilghman Lesher
2011-09-20Merged revisions 337119 via svnmerge from Richard Mudgett
2011-09-19Merged revisions 336789 via svnmerge from Tilghman Lesher
2011-09-16Merged revisions 336316 via svnmerge from Terry Wilson
2011-09-16Merged revisions 336313 via svnmerge from Terry Wilson
2011-09-09Merged revisions 335078 via svnmerge from Matthew Jordan
2011-09-09Merged revisions 335014 via svnmerge from Gregory Nietsky
2011-08-11Merged revisions 331576 via svnmerge from Richard Mudgett
2011-08-09Allow ENUM query functions to report lookup errorsKinsey Moore