aboutsummaryrefslogtreecommitdiffstats
path: root/main/http.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-15don't forget to close a descriptor on a malloc failure.rizzo1-17/+22
2006-10-15typo: serer -> serverrizzo1-1/+1
2006-10-06make sure sockets are blocking when they should be blocking.rizzo1-0/+2
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-2/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-1/+2
2006-09-21Remove deprecated CLI apps from the coretilghman1-6/+1
2006-09-19After discussing this with other people, we decided we'd like to try to do th...qwell1-43/+43
2006-09-195240 updateanthonyl1-43/+43
2006-09-18merge qwell's CLI verbification workkpfleming1-7/+13
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+698