summaryrefslogtreecommitdiff
path: root/src/server/httpd.h
Commit message (Collapse)AuthorAgeFilesLines
* httpd: retire this serverØyvind Harboe2010-11-151-28/+0
| | | | | | | | | | this never panned out and there are enough mistakes in the code that probably nobody used this. Use the tcl server and implement a standalone http app instead works fine. Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
* httpd: use register_commands()Zachary T Welch2009-11-241-0/+28
Updates httpd_start() to use register_commands() for 'readform' and 'writeform' commands. Adds server/httpd.h to export the new signatures for this function (and httpd_stop), which allows removing the obsoleted declarations inside openocd.c.