aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2006-11-28don't use outputstr in the struct mansession, it's justrizzo1-38/+21
2006-11-28initialize the dynamic string in a sane way.rizzo1-1/+1
2006-11-28some simplifications torizzo1-7/+9
2006-11-28do not return 500 Internal error if the AMI command providesrizzo1-2/+3
2006-11-28mosty comment and documentation cleanup on waitevent.rizzo1-17/+30
2006-11-28Move the code to purge stale sessions to a function,rizzo1-25/+31
2006-11-28Various simplifications of the code:rizzo1-12/+21
2006-11-28More informative message on invalid commands.rizzo1-1/+1
2006-11-28another normalization of AMI vs HTTP identification.rizzo1-1/+1
2006-11-28always use managerid to determine whether this is an AMI or HTTP session,rizzo1-9/+15
2006-11-28In the previous commit i forgot to set the poll_timeout to -1,rizzo1-0/+2
2006-11-27document the support for running a server on TCP/TLS andrizzo1-13/+63
2006-11-27add a new http.conf option, sslbindaddr.rizzo1-2/+11
2006-11-27in the helper thread, separate the FILE * creation from the actualrizzo1-8/+22
2006-11-27staticize a global variable and remove an unused field structure.rizzo1-2/+1
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