summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)Author
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-27dont free unallocated block ,and dont close a fdMatt O'Gorman
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...Joshua Colp
2006-04-14Bug 6927 - CLI command has 3 args, not 2.Tilghman Lesher
2006-04-06Make "show http" CLI command follow new guidelines - now "http show status"Olle Johansson
2006-04-03- Doxygen additionsOlle Johansson
2006-04-02Cleanup URI (when none is specified) and make sure threads are stand aloneMark Spencer
2006-04-02Properly handle empty prefixMark Spencer
2006-04-01Flesh out the remainder of the manager + http changes and create a sample app...Mark Spencer
2006-03-26use ast_calloc instead of calloc, and do a little bit of tweaking on the code...Russell Bryant
2006-03-26fix asterisk header include format and add the doxygen headerRussell Bryant
2006-03-26suppress some compiler warnings on macRussell Bryant
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer