aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2006-12-11make sure the argument to ast_malloc() is > 0.rizzo1-1/+1
2006-12-11This update fixes the problem reported in bug 8551; that ast_app_getdata() be...murf1-5/+7
2006-12-11Merged revisions 48381 via svnmerge from file1-36/+52
2006-12-07- Generalize the function ssl_setup() so that the certificate inforizzo2-53/+102
2006-12-07Merged revisions 47986,47995,47997,48001,48003-48004,48008-48014,48016,48018-...murf1-4/+7
2006-12-06remove duplicated code to start the server threads, userizzo1-127/+61
2006-12-06Part of the transformations necessary to add TLS support,rizzo1-12/+52
2006-12-06Make externally visible some generic code useful to createrizzo1-66/+3
2006-12-06Staticize one, and Constify a bunch of usage strings for CLI commands.russell7-22/+22
2006-12-06Constify a bunch of the usage strings for CLI commands.russell2-20/+20
2006-12-05Doxygen updatesoej1-1/+28
2006-12-05Expand on r48273 (from issue 8506), to translate more of the fskmodem stuff t...qwell3-27/+27
2006-12-05Issue #8506 - translate spanish comments in fskmodem to english (according to...oej1-33/+32
2006-12-05Well, yes... oej2-2/+2
2006-12-05Reserving flags for coming code (currently in the "videocaps" branch) oej2-0/+6
2006-12-02- Code formattingoej5-137/+174
2006-12-02- Disable RTP timeouts during T.38 transmissionoej1-0/+52
2006-12-01Formatting fixoej1-3/+3
2006-12-01Merged revisions 48179 via svnmerge from tilghman1-1/+0
2006-11-30Merged revisions 48168 via svnmerge from file1-2/+8
2006-11-30Documentation updatesoej2-2/+21
2006-11-30Merged revisions 48152 via svnmerge from file1-5/+5
2006-11-30Small updateoej1-0/+6
2006-11-30Doxygen updatesoej1-1/+19
2006-11-30Adding some generic docs on extension and device states - watchers and providersoej1-1/+44
2006-11-29Change logging for p2p rtp bridge modeoej1-10/+10
2006-11-29Go ahead and make this write unconditional. Making it conditional is more workrussell1-10/+2
2006-11-29Merged revisions 48107 via svnmerge from file1-0/+2
2006-11-29Remove an XXX command suggesting that this truncation should not be conditional,russell1-1/+8
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