summaryrefslogtreecommitdiff
path: root/src/server/httpd.c
Commit message (Expand)AuthorAgeFilesLines
* httpd: retire this serverØyvind Harboe2010-11-151-506/+0
* src/server: usage/help/doc updatesDavid Brownell2010-01-091-28/+26
* change #include "target.h" to <target/target.h>Zachary T Welch2009-12-031-1/+1
* do not extern 'interp' from command.cZachary T Welch2009-11-301-7/+11
* fix typos in source filesUwe Hermann2009-11-261-2/+2
* httpd: use register_commands()Zachary T Welch2009-11-241-15/+20
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-2/+2
* httpd: fix warnings, more robust error handling, improved MIME handlingØyvind Harboe2009-11-101-6/+9
* handle single threadingoharboe2009-09-291-14/+34
* httpd smoketest infooharboe2009-09-291-4/+19
* fix bug when using 32 instead of 64 bit value in callback, caught by -Walloharboe2009-09-151-1/+1
* Florian Boor <florian.boor@kernelconcepts.de> fixes a segfault executing comm...oharboe2009-08-211-1/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace that occurs before ')'.zwelch2009-06-231-8/+8
* Remove whitespace that occurs after '('.zwelch2009-06-231-5/+5
* - Fixes '[<>]' whitespacezwelch2009-06-231-3/+3
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-2/+2
* Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch2009-06-171-1/+1
* Update build system to find moved scripts -- Step 3 of 2:zwelch2009-05-271-1/+1
* Audit and eliminate redundant #include directives from src/server.zwelch2009-05-111-18/+1
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-2/+0
* Fix warnings in httpd.c; builds with libmicrohttpd-0.4.1.zwelch2009-05-081-18/+17
* httpd wipoharboe2008-12-231-2/+8
* httpd wipoharboe2008-12-221-1/+1
* httpd wip oharboe2008-12-221-72/+88
* cygwin fixesoharboe2008-12-221-3/+5
* - fix rlink build under native win32 (mingw)ntfreak2008-12-191-457/+457
* fixed gaffe in post handlingoharboe2008-12-171-5/+7
* work in progress to hook up libmicrohttpd + tcl integrationoharboe2008-12-161-0/+455