summaryrefslogtreecommitdiff
path: root/include/asterisk/http.h
AgeCommit message (Expand)Author
2017-12-20Fix Common Typo's.Corey Farrell
2016-08-19res_ari: Add http prefix to generated docsTorrey Searle
2015-01-30HTTP: For httpd server, need option to define server name for security purposesAshley Sanders
2014-07-03HTTP: Add persistent connection support.Richard Mudgett
2014-06-05res_http_websocket: Create a websocket clientKevin Harwell
2013-11-27ari:Add application/json parameter supportDavid M. Lee
2013-07-03Shuffle RESTful URL's around.David M. Lee
2013-06-24Index installed sounds and implement ARI sounds queriesKinsey Moore
2013-04-22This patch adds a RESTful HTTP interface to Asterisk.David M. Lee
2010-06-08Fix some doxygen warnings.Leif Madsen
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...Kevin P. Fleming
2009-04-23Support HTTP digest authentication for the http manager interface.Tilghman Lesher
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
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