summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-01-21don't do the memcpy inside of ast_strdupa if we know that __builtin_alloca Russell Bryant
2006-01-21remove optimization where its benefits are negligibleRussell Bryant
2006-01-20- move ast_strdupa from channel.h to utils.hRussell Bryant
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-18allows for use of the originate function fromMatt O'Gorman
2006-01-18cli.h cleanup and additional documentationMatt O'Gorman
2006-01-17Doxygen updateOlle Johansson
2006-01-14Small documentation update for new AST_FRAME_MODEM typeMatthew Fredrickson
2006-01-14added feature for pausing and unpausing the Matt O'Gorman
2006-01-13Various cleanups from comments in an email from Luigi Rizzo. Thank you!Russell Bryant
2006-01-13Made chan_agent code parsing more robust andMatt O'Gorman
2006-01-12More changes to make t.38 support workMatthew Fredrickson
2006-01-12Changes to add udptl to asterisk (preliminary merging of the t.38 patch)Matthew Fredrickson
2006-01-12As we no longer have chan_modem this file is not usedMatt O'Gorman
2006-01-11add doxygen documentation and fix various issues with ast_dtmf_streamRussell Bryant
2006-01-11- add AST_LIST_HEAD_NOLOCK_STATIC, similar to AST_LIST_HEAD_STATIC, but witho...Russell Bryant
2006-01-11lock list of translators *before* recalculating translation matrix.Russell Bryant
2006-01-11remove stray headerRussell Bryant
2006-01-10Add wrappers for commonly used memory allocation functions. These wrappersRussell Bryant
2006-01-10Bug 5961 - new RAND() functionTilghman Lesher
2006-01-08Commiting bugfix 5310. added functions to astobjMatt O'Gorman
2006-01-07Add support for H.264 with SIP and recordingMark Spencer
2006-01-07Bug 6164 - Allow ast_skip_blanks on const strings without spewing warningTilghman Lesher
2006-01-07Bug 6162 - Constify manager_event argumentsTilghman Lesher
2006-01-06Changes to allow receiving japanese callerid (Bug #5928)Matthew Fredrickson
2006-01-06ensure that string field 'build' operation only evaluates arguments one timeKevin P. Fleming
2006-01-05Merged revisions 7827 via svnmerge fromTilghman Lesher
2006-01-05Doxygen updatesOlle Johansson
2006-01-04add memory-pool based string field management for structuresKevin P. Fleming
2006-01-03update copyright headers for files changed this yearKevin P. Fleming
2006-01-03Merged revisions 7740 via svnmerge from Kevin P. Fleming
2006-01-03Bug #6109: Fix unprotected list in RTP, implement AST_LIST macros, update dox...Olle Johansson
2006-01-03Bug #6118: Clean up list handling in image.c (drumkilla)Olle Johansson
2006-01-01fix a couple of doxygen errorsRussell Bryant
2005-12-31- fix some doxygen errorsRussell Bryant
2005-12-27Bug 5183 - Inline stack backtracesTilghman Lesher
2005-12-24minor cleanups ...Russell Bryant
2005-12-20- move the string join() function to utils.c since it is used in both cli.c a...Russell Bryant
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of Mark Spencer
2005-12-20Major peformance improvements to meetmeMark Spencer
2005-12-17Merged revisions 7508 via svnmerge fromTilghman Lesher
2005-12-12TypoTilghman Lesher
2005-12-11Bug 5965 - major bug in AST_LIST_REMOVETilghman Lesher
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-29remove remaining .cvsignore filesKevin P. Fleming
2005-11-23issue #5826Josh Roberson
2005-11-11issue #5590Kevin P. Fleming
2005-11-11issue #5669Kevin P. Fleming