aboutsummaryrefslogtreecommitdiffstats
path: root/main/http.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-09-18(issue #10724)qwell1-27/+30
2007-09-17Fix memory leak introduced when POST support was added.dbailey1-0/+3
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-3/+3
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-1/+4
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-5/+6
2007-06-29Fix my recent change for sending large files via the http server. This coderussell1-11/+1
2007-06-29Merge changes from team/russell/http_filetxferrussell1-21/+31
2007-06-24Conversions to ast_debug()russell1-25/+14
2007-06-20Revert the change made in revision 45474, since this causes other issues.qwell1-13/+1
2007-06-14Convert uses of strdup() to ast_strdup()russell1-4/+4
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-14/+14
2007-05-24Add a new API call for creating detached threads. Then, go replace all of therussell1-6/+1
2007-04-30Merged revisions 62414 via svnmerge from russell1-4/+12
2007-04-11Merged revisions 61407 via svnmerge from russell1-5/+7
2007-04-08Merged revisions 60712 via svnmerge from tilghman1-1/+1
2007-04-06Merged revisions 60603 via svnmerge from russell1-4/+314
2007-04-05Merged revisions 60265 via svnmerge from russell1-0/+1
2007-03-21Merged revisions 59089 via svnmerge from file1-0/+1
2007-03-08Merged revisions 58354 via svnmerge from kpfleming1-3/+1
2007-03-08Merged revisions 58351-58352 via svnmerge from kpfleming1-0/+1
2007-02-20Merged revisions 55634 via svnmerge from russell1-2/+3
2007-01-31Merged revisions 53046 via svnmerge from russell1-0/+2
2007-01-24Doxygen updatesoej1-19/+5
2006-12-28Convert uri_redirects list to read/write locks.file1-23/+23
2006-12-28Merged revisions 49024 via svnmerge from file1-24/+26
2006-12-27Merged revisions 49006 via svnmerge from kpfleming1-1/+1
2006-12-24Use spaces as a separator for the redirect option to improve readabilityrussell1-1/+4
2006-12-24Simplify the definition of http_uri_redirect such that only one allocation isrussell1-22/+14
2006-12-23- Convert the list of URI handlers to use the linked list macros. While doingrussell1-41/+149
2006-12-16replace ast_build_string() with ast_str_*() functions.rizzo1-71/+58
2006-12-07- Generalize the function ssl_setup() so that the certificate inforizzo1-47/+34
2006-12-06Make externally visible some generic code useful to createrizzo1-66/+3
2006-11-28In the previous commit i forgot to set the poll_timeout to -1,rizzo1-0/+2
2006-11-27document the support for running a server on TCP/TLS andrizzo1-13/+63
2006-11-27add a new http.conf option, sslbindaddr.rizzo1-2/+11
2006-11-27in the helper thread, separate the FILE * creation from the actualrizzo1-8/+22
2006-11-27staticize a global variable and remove an unused field structure.rizzo1-2/+1
2006-11-25generalize a bit the functions used to create an tcp socketrizzo1-18/+38
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-2/+2
2006-10-22Fix a few issues in the previous (disabled) HTTPS code,rizzo1-21/+42
2006-10-22Implement https support.rizzo1-62/+236
2006-10-22it is useless and possibly wrong to use ast_cli() to send therizzo1-10/+12
2006-10-21the default port number was erroneously stored in host order,rizzo1-2/+2
2006-10-18introduce uri_decode() so that '+' are translated into ' 'rizzo1-1/+12
2006-10-18various code simplifications to reduce nesting depth,rizzo1-128/+127
2006-10-16comment some functions, and more small code simplificationsrizzo1-30/+40
2006-10-16fix indentation of a large block after changes in previous commitrizzo1-38/+38
2006-10-16simplify string parsing routines using ast_skip_*() functions.rizzo1-26/+15