summaryrefslogtreecommitdiff
path: root/main/http.c
AgeCommit message (Expand)Author
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-08-18Remove old debug code from http configuration loadingMatthew Jordan
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-04-10Fix crash caused by unloading or reloading of res_http_postMatthew Jordan
2012-02-02Fix TLS port binding behavior as well as reload behavior:Mark Michelson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-05Merged revisions 316917-316919 via svnmerge from Sean Bright
2011-04-21Merged revisions 314628 via svnmerge from Matthew Nicholson
2011-03-01Merged revisions 309204 via svnmerge from Jason Parker
2011-02-22Use ast_debug for console loggingAndrew Latham
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