summaryrefslogtreecommitdiff
path: root/include/asterisk/http.h
AgeCommit message (Expand)Author
2008-08-04HTTP module memory leaksTilghman Lesher
2008-07-02Expose the prefix variable so that it can be used by modules depending on htt...Terry Wilson
2008-04-02Re-add HTTP post support by moving to res_http_post.cTerry Wilson
2008-03-18start the process of changing HTTP request dispatching to do it based on *bot...Kevin P. Fleming
2008-03-12Rename ast_tcptls_server_instance to session_instance, since this pertains toRussell Bryant
2008-03-04Rename public object server_instance to ast_tcptls_server_instanceRussell Bryant
2008-01-18Merge changes from team/group/sip-tcptlsRussell Bryant
2007-06-29Merge changes from team/russell/http_filetxferRussell Bryant
2007-06-07Fix a bunch of doxygen errors and document more thingsRussell Bryant
2007-04-30Merged revisions 62414 via svnmerge from Russell Bryant
2007-02-24Doxygen additions, correctionsOlle Johansson
2007-01-24Doxygen updatesOlle Johansson
2006-12-23- Convert the list of URI handlers to use the linked list macros. While doingRussell Bryant
2006-12-16replace ast_build_string() with ast_str_*() functions.Luigi Rizzo
2006-12-07- Generalize the function ssl_setup() so that the certificate infoLuigi Rizzo
2006-12-06Make externally visible some generic code useful to createLuigi Rizzo
2006-04-03- Doxygen additionsOlle Johansson
2006-04-01Flesh out the remainder of the manager + http changes and create a sample app...Mark Spencer
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer