aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2006-12-27Merged revisions 48987 via svnmerge from kpfleming2-20/+57
2006-12-26Merged revisions 48964 via svnmerge from file1-6/+18
2006-12-25rename the structs struct tone_zone_sound and struct tone_zonerizzo3-20/+20
2006-12-25Resolve some compiler warningsrussell1-1/+1
2006-12-24Use spaces as a separator for the redirect option to improve readabilityrussell1-1/+4
2006-12-24Simplify the definition of http_uri_redirect such that only one allocation isrussell1-22/+14
2006-12-23- Convert the list of URI handlers to use the linked list macros. While doingrussell1-41/+149
2006-12-23Remove a debug message. If this is still needed for debugging something,russell1-2/+0
2006-12-22Merged revisions 48906 via svnmerge from qwell1-4/+0
2006-12-21Merge non-blocking logger from my branch. This should improve things under he...file1-142/+272
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...murf3-4/+4
2006-12-21same as in other places, check that generator->release is not NULLrizzo1-1/+2
2006-12-21Really clean up indications to use the linkedlists APIfile1-140/+144
2006-12-21Switch list of global variables to read/write locks.file1-15/+15
2006-12-21Convert alternate dialplan switch list to use read/write locks.file1-17/+17
2006-12-21As per bug 7978, this version introduces the jittertargetextra option in conf...murf1-6/+16
2006-12-19remove now useless extern declarations.rizzo1-2/+0
2006-12-18convert the final clients of ast_build_string to use ast_str_*()rizzo3-13/+15
2006-12-18debugging shows that we always need more than 128 bytesrizzo1-2/+2
2006-12-18Merged revisions 48554 via svnmerge from kpfleming1-0/+1
2006-12-18Replace ast_build_string with ast_str_*().rizzo1-33/+28
2006-12-16Merged revisions 48525 via svnmerge from kpfleming1-1/+0
2006-12-16Merged revisions 48521 via svnmerge from kpfleming1-5/+5
2006-12-16forgot this part...rizzo1-11/+7
2006-12-16another conversion from ast_build_str to ast_strrizzo1-13/+13
2006-12-16convert ast_build_str to ast_str_*rizzo1-13/+10
2006-12-16replace ast_build_string() with ast_str_*() functions.rizzo2-152/+135
2006-12-15simplify the ast_dynamic_str_*.... routines byrizzo4-34/+34
2006-12-15move the dynamic string support in a better place i.e. string.hrizzo1-14/+30
2006-12-15Merged revisions 48506 via svnmerge from file1-41/+55
2006-12-15unbreak the output for http session.rizzo1-1/+1
2006-12-15remove ast_safe_string_alloc() - it is completelyrizzo1-15/+0
2006-12-15Doxygen changesoej1-0/+2
2006-12-15constify ast_state2str() and note it is not reentrant.rizzo1-2/+4
2006-12-15remove the macro LOAD_OH and expand it inline in the onlyrizzo1-1/+9
2006-12-14Merged revisions 48472 via svnmerge from file1-11/+61
2006-12-14Merged revisions 48461 via svnmerge from file1-75/+1
2006-12-13make sure that showdialplan sends only onerizzo1-14/+9
2006-12-13clean up function manager_show_dialplan_helper()rizzo1-126/+109
2006-12-12properly initialize a malloc'ed bufferrizzo1-0/+1
2006-12-12normalize the scanning of "general" options in the config file.rizzo1-63/+46
2006-12-12Make sure tab-completion works even when we have typed a fullyrizzo1-3/+17
2006-12-11make sure the argument to ast_malloc() is > 0.rizzo1-1/+1
2006-12-11This update fixes the problem reported in bug 8551; that ast_app_getdata() be...murf1-5/+7
2006-12-11Merged revisions 48381 via svnmerge from file1-36/+52
2006-12-07- Generalize the function ssl_setup() so that the certificate inforizzo2-53/+102
2006-12-07Merged revisions 47986,47995,47997,48001,48003-48004,48008-48014,48016,48018-...murf1-4/+7
2006-12-06remove duplicated code to start the server threads, userizzo1-127/+61
2006-12-06Part of the transformations necessary to add TLS support,rizzo1-12/+52
2006-12-06Make externally visible some generic code useful to createrizzo1-66/+3