summaryrefslogtreecommitdiff
path: root/main/http.c
AgeCommit message (Expand)Author
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
2006-12-27Merged revisions 49006 via svnmerge from Kevin P. Fleming
2006-12-24Use spaces as a separator for the redirect option to improve readabilityRussell Bryant
2006-12-24Simplify the definition of http_uri_redirect such that only one allocation isRussell Bryant
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-11-28In the previous commit i forgot to set the poll_timeout to -1,Luigi Rizzo
2006-11-27document the support for running a server on TCP/TLS andLuigi Rizzo
2006-11-27add a new http.conf option, sslbindaddr.Luigi Rizzo
2006-11-27in the helper thread, separate the FILE * creation from the actualLuigi Rizzo
2006-11-27staticize a global variable and remove an unused field structure.Luigi Rizzo
2006-11-25generalize a bit the functions used to create an tcp socketLuigi Rizzo
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-10-22Fix a few issues in the previous (disabled) HTTPS code,Luigi Rizzo
2006-10-22Implement https support.Luigi Rizzo
2006-10-22it is useless and possibly wrong to use ast_cli() to send theLuigi Rizzo
2006-10-21the default port number was erroneously stored in host order,Luigi Rizzo
2006-10-18introduce uri_decode() so that '+' are translated into ' 'Luigi Rizzo