summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2009-06-10Fixes the argument order in definition of new_find_extension().David Brooks
2009-06-10Use ast_channel_unref to instead of ast_free on a newly created channel.Mark Michelson
2009-06-09module load priorityDavid Vossel
2009-06-05Merged revisions 199297 via svnmerge from David Vossel
2009-06-04Merged revisions 199022 via svnmerge from Sean Bright
2009-06-03ast_call_forward() todo notes and originate flag copy.David Vossel
2009-06-02Generic call forward api, ast_call_forward()David Vossel
2009-06-02Fix a bug where we were passing in address information that should remain unm...Joshua Colp
2009-06-01Add the ability to execute connected line interception macros.Mark Michelson
2009-06-01Do not add say.o in a separate line.Eliel C. Sardanons
2009-06-01Fixed an issue in the threadstorage cli functions resulting from the constifi...David Vossel
2009-05-31Filter the say.o object, it is being added later.Eliel C. Sardanons
2009-05-31Constification and remove some unused code.Russell Bryant
2009-05-31Constify the ast_frame arg to ast_queue_frame().Russell Bryant
2009-05-29Simplify the Makefile and avoid needing to specify each object file.Eliel C. Sardanons
2009-05-29Merged revisions 198068 via svnmerge from Matthew Nicholson
2009-05-29Fix a memory leak of the write buffer when writing a file.Joshua Colp
2009-05-28Update references to bugs.digium.com and reviewboard.digium.com to the new URLs.Sean Bright
2009-05-28Ensure that accidental calls to ast_string_field_free_memory() on embedded st...Kevin P. Fleming
2009-05-28Eliminate several needless checks and fix a few memory leaksTilghman Lesher
2009-05-28Fix an incorrect call to ast_string_field_free_memory which caused a crash in...Joshua Colp
2009-05-28Merged revisions 197537 via svnmerge from Mark Michelson
2009-05-28Fix a bug in stringfields where it did not actually free the pools of memory.Joshua Colp
2009-05-27Revert commit 192032. This define is needed on Mac OS X.Tilghman Lesher
2009-05-27Don't do a pointer comparison before setting the remote address.Russell Bryant
2009-05-26Reset the terminal to the correct fg/bg after XML documenation is rendered.Sean Bright
2009-05-26Add ActionID to CoreShowChannel event.Sean Bright
2009-05-26Include startup and reload date in the CoreStatus manager message.Sean Bright
2009-05-26Add new ast_complete_applications function so that we can use it with theSean Bright
2009-05-22Call ast_stun_init() when we're initializing to get the 'stun debug set'Sean Bright
2009-05-22Implement a new element in AstXML for AMI actions documentation.Eliel C. Sardanons
2009-05-22Two more minor fixes due to constificationTilghman Lesher
2009-05-22Fix build under dev mode and remove some casts that are no longer necessary asSean Bright
2009-05-22Avoid using prototypes when not necessary (it is already defined in the headerEliel C. Sardanons
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-21Pass connected line updates along during a bridge.Mark Michelson
2009-05-21Merged revisions 195881 via svnmerge from Matthew Nicholson
2009-05-20Merged revisions 195688 via svnmerge from Joshua Colp
2009-05-18Fix the CLI command 'manager show command' documentation and functionality.Eliel C. Sardanons
2009-05-18Rollback commit 195367.Eliel C. Sardanons
2009-05-18Avoid autocompleting passed the action name argument in the CLI command.Eliel C. Sardanons
2009-05-18Move the spawn of astcanary down, until after the call to daemon(3).Tilghman Lesher
2009-05-18Merged revisions 195206 via svnmerge from Joshua Colp
2009-05-18Warn about the use of the application WaitExten() within a Macro().Eliel C. Sardanons
2009-05-18Merged revisions 195095 via svnmerge from Joshua Colp
2009-05-18Do not avoid loading the XML documentation if not XInclude substitution is done.Eliel C. Sardanons
2009-05-16Allow to include sections of other parts of the xml documentation.Eliel C. Sardanons
2009-05-16Fix a missing unlock in case of error, and a missing free().Eliel C. Sardanons
2009-05-15Allow to specify an enumlist inside an enum.Eliel C. Sardanons
2009-05-15Add ability for modules to dynamically register logger levelsKevin P. Fleming