summaryrefslogtreecommitdiff
path: root/main/http.c
AgeCommit message (Expand)Author
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
2008-03-04add a destroy API call for a server instanceRussell Bryant
2008-03-04More public API name changes to use an appropriate ast_ prefixRussell Bryant
2008-03-04Rename public object server_instance to ast_tcptls_server_instanceRussell Bryant
2008-02-26Rename version.h to ast_version.h. Next, I will be re-adding version.h as anRussell Bryant
2008-01-18Merge changes from team/group/sip-tcptlsRussell Bryant
2008-01-12merging a comment added in 1.4Pari Nannapaneni
2008-01-05Now that the version.h file was getting properly regenerated every time the svnRussell Bryant
2007-11-24remove some unnecessary includesLuigi Rizzo
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-17trim more redundant headersLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-09-18(issue #10724)Jason Parker
2007-09-17Fix memory leak introduced when POST support was added.Doug Bailey
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-06-29Fix my recent change for sending large files via the http server. This codeRussell Bryant
2007-06-29Merge changes from team/russell/http_filetxferRussell Bryant