summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-17define a mask SIP_INSECURE sam as for other sets of flags.Luigi Rizzo
2006-12-16Merged revisions 48528 via svnmerge from Kevin P. Fleming
2006-12-16Merged revisions 48525 via svnmerge from Kevin P. Fleming
2006-12-16update to use trunk's version of the threadstorage APIKevin 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-16Merged revisions 48513 via svnmerge from Kevin P. Fleming
2006-12-16prevent a compiler warningLuigi 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 a duplicate includeLuigi Rizzo
2006-12-15Merged revisions 48506 via svnmerge from Joshua Colp
2006-12-15Merged revisions 48504 via svnmerge from Joshua Colp
2006-12-15Merged revisions 48502 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-15replace ast_safe_string_alloc() with asprintf()Luigi Rizzo
2006-12-15replace ast_safe_string_alloc() with asprintf()Luigi Rizzo
2006-12-15small documentation improvements.Luigi Rizzo
2006-12-15Doxygen changesOlle Johansson
2006-12-15Issue #8592 - treat 504 as congestion (imported from 1.2/1.4)Olle Johansson
2006-12-15Update to latest IANA specsOlle Johansson
2006-12-15Add support to see what holds the lock when doing trylock.Joshua Colp
2006-12-15Merged revisions 48478 via svnmerge from 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-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-13support for deactivating translation paths that are no longer availableMatt O'Gorman
2006-12-13revert check for a zaptel transcoder related definition that was done in theRussell Bryant
2006-12-12Merged revisions 48427 via svnmerge from Kevin P. Fleming
2006-12-12Fix various spelling mistakes in comments.Russell Bryant
2006-12-12Make chan_zap inform you that your version of zaptel is too old instead ofRussell Bryant
2006-12-12fixed nubb error on my part, transcoder now unlocks and locks correctly, as w...Matt O'Gorman
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-12Merged revisions 48401 via svnmerge from Joshua Colp
2006-12-11Merged revisions 48399 via svnmerge from Matt O'Gorman
2006-12-11Merged revisions 48396 via svnmerge from Matt O'Gorman
2006-12-11Merged revisions 48391 via svnmerge from Joshua Colp
2006-12-11add support for dynamic channel creation and destruction, andMatt O'Gorman
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 48382 via svnmerge from Tilghman Lesher