aboutsummaryrefslogtreecommitdiffstats
path: root/main/http.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-27Use ast_sockaddr_setnull() when http is not enabled.pabelanger1-2/+2
2010-07-08Add IPv6 to Asterisk.mmichelson1-20/+35
2010-06-15Don't continue sending the file when there has been an errortwilson1-0/+1
2010-03-23Don't act like an http write failed when it didn'ttwilson1-1/+1
2009-11-02Adding external reference for doxygenoej1-0/+2
2009-08-31Fix a trunk compilation warning.tilghman1-2/+3
2009-08-10AST-2009-005tilghman1-1/+1
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-1/+1
2009-04-29Consistent SSL/TLS options across conf filesdvossel1-23/+8
2009-04-24TLS/SSL private key optiondvossel1-0/+9
2009-04-23Support HTTP digest authentication for the http manager interface.tilghman1-315/+442
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listtilghman1-1/+1
2009-03-23Allow browsers to cache images and other static content.tilghman1-1/+1
2009-01-17Fix qualify for TCP peertwilson1-8/+8
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-3/+3
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-1/+1
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-3/+9
2008-10-19cleaup of the TCP/TLS socket API:kpfleming1-20/+21
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+2
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/seanbright1-4/+4
2008-08-04HTTP module memory leakstilghman1-0/+6
2008-08-01Fix mime parsing by re-adding support for passing headers to callback functionstwilson1-0/+19
2008-07-31Merged revisions 134983 via svnmerge from kpfleming1-4/+4
2008-07-29Fix deadlock when unloading res_http_post because the uris lock was still loc...bbryant1-0/+1
2008-07-25Committing a fix that was introduced a long timebkruse1-3/+6
2008-07-02Expose the prefix variable so that it can be used by modules depending on htt...twilson1-0/+7
2008-06-17Updates all usages of ast_tcptls_session_instance to be managed by reference ...bbryant1-1/+2
2008-05-23Add new functionality to http server that requires manager authentication for...bbryant1-2/+22
2008-05-20Document the possible presence of multiple variables with therizzo1-7/+27
2008-05-20Reverse the check for Cookie: and remove leftover code implementingrizzo1-26/+3
2008-04-23Merged revisions 114600 via svnmerge from russell1-45/+42
2008-04-02Re-add HTTP post support by moving to res_http_post.ctwilson1-333/+16
2008-03-31Yeah, simplify that logic a bit...twilson1-1/+2
2008-03-31Handle blank prefix= in http.conftwilson1-2/+2
2008-03-27Fix another little http problem. In making it match coding guidelines, a com...twilson1-1/+1
2008-03-26Stupid strcasecmp function :-)twilson1-1/+1
2008-03-26Add the "config reload <conffile>" command, which allows you to tell Asterisktilghman1-1/+1
2008-03-19actually implement HTTP request dispatching based on both URI and method; red...kpfleming1-81/+101
2008-03-19clean up code to conform to coding guidelineskpfleming1-127/+232
2008-03-19Minor change to use Asterisk macrosrussell1-2/+5
2008-03-18start the process of changing HTTP request dispatching to do it based on *bot...kpfleming1-5/+8
2008-03-17Replace minimime with superior GMime library so that the entire contents of a...twilson1-85/+126
2008-03-12Make the default prefix empty, like it was in Asterisk 1.4.russell1-4/+1
2008-03-12Rename ast_tcptls_server_instance to session_instance, since this pertains torussell1-6/+6
2008-03-04add a destroy API call for a server instancerussell1-1/+1
2008-03-04More public API name changes to use an appropriate ast_ prefixrussell1-5/+5
2008-03-04Rename public object server_instance to ast_tcptls_server_instancerussell1-5/+5
2008-02-26Rename version.h to ast_version.h. Next, I will be re-adding version.h as anrussell1-1/+1
2008-01-18Merge changes from team/group/sip-tcptlsrussell1-196/+4
2008-01-12merging a comment added in 1.4pari1-0/+4