summaryrefslogtreecommitdiff
path: root/main/http.c
AgeCommit message (Expand)Author
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
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