aboutsummaryrefslogtreecommitdiffstats
path: root/main/http.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-10Merged revisions 187599 via svnmerge from tilghman1-1/+1
2009-03-23Merged revisions 183865 via svnmerge from tilghman1-1/+1
2009-01-17Merged revisions 169080 via svnmerge from twilson1-8/+8
2008-11-02import gcc 4.3.2 warning fixes from trunk, with a few changes specific to thi...kpfleming1-3/+9
2008-10-19Merged revisions 151101 via svnmerge from kpfleming1-20/+21
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
2008-01-05Now that the version.h file was getting properly regenerated every time the svnrussell1-2/+2
2007-11-24remove some unnecessary includesrizzo1-1/+0
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-17trim more redundant headersrizzo1-3/+1
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-09-18(issue #10724)qwell1-27/+30
2007-09-17Fix memory leak introduced when POST support was added.dbailey1-0/+3
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-3/+3
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-1/+4
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-5/+6