aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2007-01-15Merged revisions 50867 via svnmerge from kpfleming1-3/+7
2007-01-12make the automatic post-answer delay happen only when the answer is 'automati...kpfleming1-2/+3
2007-01-11Merged revisions 50466 via svnmerge from file1-0/+2
2007-01-10Return the useless casts that ensure this file is C++ clean. (issue #8602 rep...file1-4/+6
2007-01-08Change trylock output for what already has the lock from an error to a warning.file1-1/+1
2007-01-08Issue #8663 - Add passthrough support for MPEG4 (neutrino88). oej1-0/+2
2007-01-07When calling the Realtime app more than once, unset fields which weretilghman1-0/+1
2007-01-06finish const-ifying ast_func_read()kpfleming1-2/+2
2007-01-05a little more const-ificationkpfleming1-3/+3
2007-01-05const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way herekpfleming2-5/+5
2007-01-05Merged revisions 49676 via svnmerge from kpfleming2-20/+17
2007-01-04ensure that the proper file/function/line shows up for dynamic string threads...kpfleming1-3/+27
2007-01-04yeah... so... compiling before committing seems like it might be a good ideakpfleming1-1/+1
2007-01-04Merged revisions 49553 via svnmerge from kpfleming3-12/+69
2007-01-01Merged revisions 49102 via svnmerge from kpfleming1-2/+2
2007-01-01Doxygen documentationificationoej1-21/+21
2007-01-01- Add error handling to ast_parse_allow_disallowoej1-1/+2
2007-01-01- Implement error handling in ast_append_haoej1-2/+13
2006-12-29Fix a spelling mistake in a comment.russell1-1/+1
2006-12-28Jason is having problems with the inclusion of <err.h>; it appears to be unne...murf1-1/+1
2006-12-27Merged revisions 48998 via svnmerge from kpfleming1-0/+2
2006-12-27Merged revisions 48987 via svnmerge from kpfleming2-0/+17
2006-12-26Merged revisions 48964 via svnmerge from file1-0/+1
2006-12-25rename the structs struct tone_zone_sound and struct tone_zonerizzo2-13/+13
2006-12-23- Convert the list of URI handlers to use the linked list macros. While doingrussell1-1/+1
2006-12-23We should probably declare the lock... and not just the constructor/deconstru...file1-0/+1
2006-12-23Use the correct function to destroy an rwlock in the destructor for an ast_rw...russell1-1/+1
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...murf1-0/+10
2006-12-21Really clean up indications to use the linkedlists APIfile1-1/+1
2006-12-21As per bug 7978, this version introduces the jittertargetextra option in conf...murf1-0/+1
2006-12-18unbreak the macro used for incrementing the frame counters.rizzo1-1/+14
2006-12-18apply the proposed fix for bug 8602rizzo1-6/+30
2006-12-18convert the final clients of ast_build_string to use ast_str_*()rizzo2-2/+2
2006-12-16Merged revisions 48528 via svnmerge from kpfleming1-0/+28
2006-12-16Merged revisions 48521 via svnmerge from kpfleming1-0/+7
2006-12-16replace ast_build_string() with ast_str_*() functions.rizzo2-5/+24
2006-12-15simplify the ast_dynamic_str_*.... routines byrizzo1-147/+61
2006-12-15move the dynamic string support in a better place i.e. string.hrizzo3-332/+402
2006-12-15remove ast_safe_string_alloc() - it is completelyrizzo1-6/+0
2006-12-15small documentation improvements.rizzo1-6/+8
2006-12-15Doxygen changesoej1-12/+6
2006-12-15Add support to see what holds the lock when doing trylock.file1-1/+4
2006-12-15constify ast_state2str() and note it is not reentrant.rizzo1-1/+1
2006-12-15remove the macro LOAD_OH and expand it inline in the onlyrizzo1-11/+0
2006-12-14Merged revisions 48472 via svnmerge from file1-1/+1
2006-12-12Fix various spelling mistakes in comments.russell3-12/+11
2006-12-07- Generalize the function ssl_setup() so that the certificate inforizzo1-3/+15
2006-12-06Make externally visible some generic code useful to createrizzo1-0/+96
2006-12-06Make the "usage" member of the ast_cli_entry struct const to resolve a compilerrussell1-1/+1
2006-12-05Doxygen updatesoej2-9/+54