summaryrefslogtreecommitdiff
path: root/main/http.c
AgeCommit message (Expand)Author
2011-02-21Add HTTP URI Debug logging and update noticeAndrew Latham
2011-02-19Add CSS MIME TypeAndrew Latham
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2011-01-31Asterisk HTTP response Content-typeAndrew Latham
2011-01-24According to section 19.1.2 of RFC 3261:Matthew Nicholson
2010-10-29Enable IPv6 for the built-in HTTP server.Mark Michelson
2010-07-27Merged revisions 279726 via svnmerge from Paul Belanger
2010-07-08Add IPv6 to Asterisk.Mark Michelson
2010-06-15Don't continue sending the file when there has been an errorTerry Wilson
2010-03-23Don't act like an http write failed when it didn'tTerry Wilson
2009-11-02Adding external reference for doxygenOlle Johansson
2009-08-31Fix a trunk compilation warning.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-04-29Consistent SSL/TLS options across conf filesDavid Vossel
2009-04-24TLS/SSL private key optionDavid Vossel
2009-04-23Support HTTP digest authentication for the http manager interface.Tilghman Lesher
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listTilghman Lesher
2009-03-23Allow browsers to cache images and other static content.Tilghman Lesher
2009-01-17Fix qualify for TCP peerTerry Wilson
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-19cleaup of the TCP/TLS socket API:Kevin P. Fleming
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/Sean Bright
2008-08-04HTTP module memory leaksTilghman Lesher
2008-08-01Fix mime parsing by re-adding support for passing headers to callback functionsTerry Wilson
2008-07-31Merged revisions 134983 via svnmerge from Kevin P. Fleming
2008-07-29Fix deadlock when unloading res_http_post because the uris lock was still loc...Brett Bryant
2008-07-25Committing a fix that was introduced a long timeBrandon Kruse
2008-07-02Expose the prefix variable so that it can be used by modules depending on htt...Terry Wilson
2008-06-17Updates all usages of ast_tcptls_session_instance to be managed by reference ...Brett Bryant
2008-05-23Add new functionality to http server that requires manager authentication for...Brett Bryant
2008-05-20Document the possible presence of multiple variables with theLuigi Rizzo
2008-05-20Reverse the check for Cookie: and remove leftover code implementingLuigi Rizzo
2008-04-23Merged revisions 114600 via svnmerge from Russell Bryant
2008-04-02Re-add HTTP post support by moving to res_http_post.cTerry Wilson
2008-03-31Yeah, simplify that logic a bit...Terry Wilson
2008-03-31Handle blank prefix= in http.confTerry Wilson
2008-03-27Fix another little http problem. In making it match coding guidelines, a com...Terry Wilson
2008-03-26Stupid strcasecmp function :-)Terry Wilson
2008-03-26Add the "config reload <conffile>" command, which allows you to tell AsteriskTilghman Lesher
2008-03-19actually implement HTTP request dispatching based on both URI and method; red...Kevin P. Fleming
2008-03-19clean up code to conform to coding guidelinesKevin P. Fleming
2008-03-19Minor change to use Asterisk macrosRussell Bryant
2008-03-18start the process of changing HTTP request dispatching to do it based on *bot...Kevin P. Fleming
2008-03-17Replace minimime with superior GMime library so that the entire contents of a...Terry Wilson
2008-03-12Make the default prefix empty, like it was in Asterisk 1.4.Russell Bryant
2008-03-12Rename ast_tcptls_server_instance to session_instance, since this pertains toRussell Bryant