aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2006-11-25generalize a bit the functions used to create an tcp socketrizzo1-18/+38
2006-11-25- Adding comment on suspicious memory allocation. Seems like it's never freed...oej1-6/+11
2006-11-25set pointers to NULL after freeing memory to avoid multiple free()rizzo1-0/+1
2006-11-24This fix inspired by a patch supplied in bug 8189, which points out problems ...murf1-0/+1
2006-11-24Doxygen updateoej1-3/+6
2006-11-22Merged revisions 47944 via svnmerge from file1-22/+2
2006-11-22Add support to set the maximum number of files open when Asterisk loads using...file1-0/+26
2006-11-22Restore some sense of security to managermarkster1-0/+4
2006-11-21Merged revisions 47897 via svnmerge from file1-1/+1
2006-11-20Merged revisions 47860 via svnmerge from file1-0/+4
2006-11-20Use RTP/RTCP fds on the RTP structure, don't bother storing them.file1-20/+17
2006-11-20Merged revisions 47852 via svnmerge from file1-2/+3
2006-11-18comments-only change:rizzo1-0/+13
2006-11-18ESS-ification.rizzo1-4/+4
2006-11-18Move this macro from cli.c to cli.h so apps can use itrizzo1-2/+1
2006-11-17This update fulfils the request of bug 7109, which claimed the language arg t...murf3-14/+13
2006-11-17remove a debugging messagerizzo1-1/+0
2006-11-17convert "help" to new style,rizzo1-47/+51
2006-11-17standardize "module show [like]"rizzo1-6/+4
2006-11-17describe a bit the patterns that you can have in the commands,rizzo1-2/+17
2006-11-17merge the implemenmtation of "core set debug" and "core set verbose".rizzo1-86/+24
2006-11-17introduce a bit of regexp support in the internal CLI api.rizzo1-85/+172
2006-11-16remove an unused functionrizzo1-6/+0
2006-11-16reduce indentation on a large function.rizzo1-54/+56
2006-11-16use atomic instructions to update the inuse countersrizzo1-1/+1
2006-11-16make kevin (and 64 bit machines) happy andrizzo1-1/+11
2006-11-16Merged revisions 44809 via svnmerge from pcadach1-1/+1
2006-11-15Merged revisions 47707 via svnmerge from file1-3/+9
2006-11-15Merged revisions 47701 via svnmerge from kpfleming1-3/+4
2006-11-15Merged revisions 47690 via svnmerge from kpfleming1-1/+7
2006-11-15Merged revisions 47684 via svnmerge from kpfleming1-3/+3
2006-11-15small simplifications and localization of variables.rizzo1-16/+10
2006-11-15new-style "core show channels"rizzo1-24/+33
2006-11-15more changes to new style of "module load" and "load".rizzo1-43/+46
2006-11-15move another deprecated command to the new stylerizzo1-38/+13
2006-11-15move "core set debug" to the new style, and remove duplicatedrizzo1-49/+48
2006-11-15one more step cleaning the internal CLI interface:rizzo1-87/+80
2006-11-15update the internal cli api following comments from kevin.rizzo1-91/+81
2006-11-15Merged revisions 47645 via svnmerge from file1-2/+4
2006-11-15Merged revisions 47641 via svnmerge from kpfleming1-17/+15
2006-11-15Merged revisions 47639 via svnmerge from file1-1/+2
2006-11-14add missing casts and remove an unused function.rizzo1-16/+2
2006-11-14fix completion for "module reload mod_1 mod_2 ... "rizzo1-1/+3
2006-11-14partly convert to new style set-verbose, with completion fixesrizzo1-33/+49
2006-11-14replace two deprecated functions with calls to the standard ones,rizzo1-51/+12
2006-11-14remove duplicated implementation for a deprecated function, use therizzo1-11/+7
2006-11-14new-style for 'core show uptime', include 'complete' support and better error...rizzo1-12/+26
2006-11-14apply previous fix to old-style cli entries as well.rizzo1-1/+1
2006-11-14fix "core set debug atleast ",rizzo1-2/+2
2006-11-14Bring in the improved internal API for the CLI.rizzo1-91/+139