summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-01-15Merged revisions 50867 via svnmerge from Kevin P. Fleming
2007-01-12make the automatic post-answer delay happen only when the answer is 'automati...Kevin P. Fleming
2007-01-11Merged revisions 50466 via svnmerge from Joshua Colp
2007-01-10Return the useless casts that ensure this file is C++ clean. (issue #8602 rep...Joshua Colp
2007-01-08Change trylock output for what already has the lock from an error to a warning.Joshua Colp
2007-01-08Issue #8663 - Add passthrough support for MPEG4 (neutrino88). Olle Johansson
2007-01-07When calling the Realtime app more than once, unset fields which wereTilghman Lesher
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming
2007-01-05a little more const-ificationKevin P. Fleming
2007-01-05const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way hereKevin P. Fleming
2007-01-05Merged revisions 49676 via svnmerge from Kevin P. Fleming
2007-01-04ensure that the proper file/function/line shows up for dynamic string threads...Kevin P. Fleming
2007-01-04yeah... so... compiling before committing seems like it might be a good ideaKevin P. Fleming
2007-01-04Merged revisions 49553 via svnmerge from Kevin P. Fleming
2007-01-01Merged revisions 49102 via svnmerge from Kevin P. Fleming
2007-01-01Doxygen documentationificationOlle Johansson
2007-01-01- Add error handling to ast_parse_allow_disallowOlle Johansson
2007-01-01- Implement error handling in ast_append_haOlle Johansson
2006-12-29Fix a spelling mistake in a comment.Russell Bryant
2006-12-28Jason is having problems with the inclusion of <err.h>; it appears to be unne...Steve Murphy
2006-12-27Merged revisions 48998 via svnmerge from Kevin P. Fleming
2006-12-27Merged revisions 48987 via svnmerge from Kevin P. Fleming
2006-12-26Merged revisions 48964 via svnmerge from Joshua Colp
2006-12-25rename the structs struct tone_zone_sound and struct tone_zoneLuigi Rizzo
2006-12-23- Convert the list of URI handlers to use the linked list macros. While doingRussell Bryant
2006-12-23We should probably declare the lock... and not just the constructor/deconstru...Joshua Colp
2006-12-23Use the correct function to destroy an rwlock in the destructor for an ast_rw...Russell Bryant
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...Steve Murphy
2006-12-21Really clean up indications to use the linkedlists APIJoshua Colp
2006-12-21As per bug 7978, this version introduces the jittertargetextra option in conf...Steve Murphy
2006-12-18unbreak the macro used for incrementing the frame counters.Luigi Rizzo
2006-12-18apply the proposed fix for bug 8602Luigi Rizzo
2006-12-18convert the final clients of ast_build_string to use ast_str_*()Luigi Rizzo
2006-12-16Merged revisions 48528 via svnmerge from Kevin P. Fleming
2006-12-16Merged revisions 48521 via svnmerge from Kevin P. Fleming
2006-12-16replace ast_build_string() with ast_str_*() functions.Luigi Rizzo
2006-12-15simplify the ast_dynamic_str_*.... routines byLuigi Rizzo
2006-12-15move the dynamic string support in a better place i.e. string.hLuigi Rizzo
2006-12-15remove ast_safe_string_alloc() - it is completelyLuigi Rizzo
2006-12-15small documentation improvements.Luigi Rizzo
2006-12-15Doxygen changesOlle Johansson
2006-12-15Add support to see what holds the lock when doing trylock.Joshua Colp
2006-12-15constify ast_state2str() and note it is not reentrant.Luigi Rizzo
2006-12-15remove the macro LOAD_OH and expand it inline in the onlyLuigi Rizzo
2006-12-14Merged revisions 48472 via svnmerge from Joshua Colp
2006-12-12Fix various spelling mistakes in comments.Russell Bryant
2006-12-07- Generalize the function ssl_setup() so that the certificate infoLuigi Rizzo
2006-12-06Make externally visible some generic code useful to createLuigi Rizzo
2006-12-06Make the "usage" member of the ast_cli_entry struct const to resolve a compilerRussell Bryant
2006-12-05Doxygen updatesOlle Johansson