summaryrefslogtreecommitdiff
path: root/main/http.c
AgeCommit message (Expand)Author
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
2006-10-18various code simplifications to reduce nesting depth,Luigi Rizzo
2006-10-16comment some functions, and more small code simplificationsLuigi Rizzo
2006-10-16fix indentation of a large block after changes in previous commitLuigi Rizzo
2006-10-16simplify string parsing routines using ast_skip_*() functions.Luigi Rizzo
2006-10-15don't forget to close a descriptor on a malloc failure.Luigi Rizzo
2006-10-15typo: serer -> serverLuigi Rizzo
2006-10-06make sure sockets are blocking when they should be blocking.Luigi Rizzo
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-21Remove deprecated CLI apps from the coreTilghman Lesher
2006-09-19After discussing this with other people, we decided we'd like to try to do th...Jason Parker
2006-09-195240 updateAnthony LaMantia
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming