summaryrefslogtreecommitdiff
path: root/main/http.c
AgeCommit message (Expand)Author
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
2007-06-24Conversions to ast_debug()Russell Bryant
2007-06-20Revert the change made in revision 45474, since this causes other issues.Jason Parker
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-24Add a new API call for creating detached threads. Then, go replace all of theRussell Bryant
2007-04-30Merged revisions 62414 via svnmerge from Russell Bryant
2007-04-11Merged revisions 61407 via svnmerge from Russell Bryant
2007-04-08Merged revisions 60712 via svnmerge from Tilghman Lesher
2007-04-06Merged revisions 60603 via svnmerge from Russell Bryant
2007-04-05Merged revisions 60265 via svnmerge from Russell Bryant
2007-03-21Merged revisions 59089 via svnmerge from Joshua Colp
2007-03-08Merged revisions 58354 via svnmerge from Kevin P. Fleming
2007-03-08Merged revisions 58351-58352 via svnmerge from Kevin P. Fleming
2007-02-20Merged revisions 55634 via svnmerge from Russell Bryant
2007-01-31Merged revisions 53046 via svnmerge from Russell Bryant
2007-01-24Doxygen updatesOlle Johansson
2006-12-28Convert uri_redirects list to read/write locks.Joshua Colp
2006-12-28Merged revisions 49024 via svnmerge from Joshua Colp