aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/http.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-08Fix some doxygen warnings.lmadsen1-2/+2
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...kpfleming1-5/+5
2009-04-23Support HTTP digest authentication for the http manager interface.tilghman1-23/+94
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1jpeeler1-5/+10
2008-08-04HTTP module memory leakstilghman1-1/+5
2008-07-02Expose the prefix variable so that it can be used by modules depending on htt...twilson1-0/+3
2008-04-02Re-add HTTP post support by moving to res_http_post.ctwilson1-2/+9
2008-03-18start the process of changing HTTP request dispatching to do it based on *bot...kpfleming1-11/+19
2008-03-12Rename ast_tcptls_server_instance to session_instance, since this pertains torussell1-1/+1
2008-03-04Rename public object server_instance to ast_tcptls_server_instancerussell1-1/+1
2008-01-18Merge changes from team/group/sip-tcptlsrussell1-84/+2
2007-06-29Merge changes from team/russell/http_filetxferrussell1-1/+1
2007-06-07Fix a bunch of doxygen errors and document more thingsrussell1-0/+2
2007-04-30Merged revisions 62414 via svnmerge from russell1-1/+3
2007-02-24Doxygen additions, correctionsoej1-0/+1
2007-01-24Doxygen updatesoej1-14/+15
2006-12-23- Convert the list of URI handlers to use the linked list macros. While doingrussell1-1/+1
2006-12-16replace ast_build_string() with ast_str_*() functions.rizzo1-5/+3
2006-12-07- Generalize the function ssl_setup() so that the certificate inforizzo1-3/+15
2006-12-06Make externally visible some generic code useful to createrizzo1-0/+96
2006-04-03- Doxygen additionsoej1-9/+6
2006-04-01Flesh out the remainder of the manager + http changes and create a sample app...markster1-0/+2
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-0/+64