aboutsummaryrefslogtreecommitdiffstats
path: root/http.c
AgeCommit message (Collapse)AuthorFilesLines
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint ↵kpfleming1-4/+4
again :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32846 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-27dont free unallocated block ,and dont close a fdmogorman1-3/+0
we never opened. bug #7045 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22933 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ↵file1-2/+2
reported by tzafrir) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20330 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-14Bug 6927 - CLI command has 3 args, not 2.tilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19941 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Make "show http" CLI command follow new guidelines - now "http show status"oej1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17828 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-03- Doxygen additionsoej1-7/+17
- Formatting fixes (read guidelines :-) ) - Removing compilation warnings git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17105 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-02Cleanup URI (when none is specified) and make sure threads are stand alonemarkster1-2/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16992 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-02Properly handle empty prefixmarkster1-5/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16939 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-01Flesh out the remainder of the manager + http changes and create a sample ↵markster1-18/+202
application to partially demonstrate the capability of manager over http. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16850 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-26use ast_calloc instead of calloc, and do a little bit of tweaking on the ↵russell1-14/+12
code formatting git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15026 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-26fix asterisk header include format and add the doxygen headerrussell1-7/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15024 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-26suppress some compiler warnings on macrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-0/+463
on reload. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14953 f38db490-d61c-443f-a65b-d21fe96a405b