summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...Steve Murphy
2006-12-21same as in other places, check that generator->release is not NULLLuigi Rizzo
2006-12-21Really clean up indications to use the linkedlists APIJoshua Colp
2006-12-21Switch list of global variables to read/write locks.Joshua Colp
2006-12-21Convert alternate dialplan switch list to use read/write locks.Joshua Colp
2006-12-21As per bug 7978, this version introduces the jittertargetextra option in conf...Steve Murphy
2006-12-19remove now useless extern declarations.Luigi Rizzo
2006-12-18convert the final clients of ast_build_string to use ast_str_*()Luigi Rizzo
2006-12-18debugging shows that we always need more than 128 bytesLuigi Rizzo
2006-12-18Merged revisions 48554 via svnmerge from Kevin P. Fleming
2006-12-18Replace ast_build_string with ast_str_*().Luigi Rizzo
2006-12-16Merged revisions 48525 via svnmerge from Kevin P. Fleming
2006-12-16Merged revisions 48521 via svnmerge from Kevin P. Fleming
2006-12-16forgot this part...Luigi Rizzo
2006-12-16another conversion from ast_build_str to ast_strLuigi Rizzo
2006-12-16convert ast_build_str to ast_str_*Luigi Rizzo
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-15Merged revisions 48506 via svnmerge from Joshua Colp
2006-12-15unbreak the output for http session.Luigi Rizzo
2006-12-15remove ast_safe_string_alloc() - it is completelyLuigi Rizzo
2006-12-15Doxygen changesOlle Johansson
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-14Merged revisions 48461 via svnmerge from Joshua Colp
2006-12-13make sure that showdialplan sends only oneLuigi Rizzo
2006-12-13clean up function manager_show_dialplan_helper()Luigi Rizzo
2006-12-12properly initialize a malloc'ed bufferLuigi Rizzo
2006-12-12normalize the scanning of "general" options in the config file.Luigi Rizzo
2006-12-12Make sure tab-completion works even when we have typed a fullyLuigi Rizzo
2006-12-11make sure the argument to ast_malloc() is > 0.Luigi Rizzo
2006-12-11This update fixes the problem reported in bug 8551; that ast_app_getdata() be...Steve Murphy
2006-12-11Merged revisions 48381 via svnmerge from Joshua Colp
2006-12-07- Generalize the function ssl_setup() so that the certificate infoLuigi Rizzo
2006-12-07Merged revisions 47986,47995,47997,48001,48003-48004,48008-48014,48016,48018-...Steve Murphy
2006-12-06remove duplicated code to start the server threads, useLuigi Rizzo
2006-12-06Part of the transformations necessary to add TLS support,Luigi Rizzo
2006-12-06Make externally visible some generic code useful to createLuigi Rizzo
2006-12-06Staticize one, and Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-12-06Constify a bunch of the usage strings for CLI commands.Russell Bryant
2006-12-05Doxygen updatesOlle Johansson
2006-12-05Expand on r48273 (from issue 8506), to translate more of the fskmodem stuff t...Jason Parker
2006-12-05Issue #8506 - translate spanish comments in fskmodem to english (according to...Olle Johansson
2006-12-05Well, yes... Olle Johansson
2006-12-05Reserving flags for coming code (currently in the "videocaps" branch) Olle Johansson
2006-12-02- Code formattingOlle Johansson
2006-12-02- Disable RTP timeouts during T.38 transmissionOlle Johansson
2006-12-01Formatting fixOlle Johansson