aboutsummaryrefslogtreecommitdiff
path: root/src/server/httpd.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch1-1/+1
2009-11-30do not extern 'interp' from command.cZachary T Welch1-7/+11
2009-11-26fix typos in source filesUwe Hermann1-2/+2
2009-11-24httpd: use register_commands()Zachary T Welch1-15/+20
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-2/+2
2009-11-10httpd: fix warnings, more robust error handling, improved MIME handlingØyvind Harboe1-6/+9
2009-09-29handle single threadingoharboe1-14/+34
2009-09-29httpd smoketest infooharboe1-4/+19
2009-09-15fix bug when using 32 instead of 64 bit value in callback, caught by -Walloharboe1-1/+1
2009-08-21Florian Boor <florian.boor@kernelconcepts.de> fixes a segfault executing comm...oharboe1-1/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace that occurs before ')'.zwelch1-8/+8
2009-06-23Remove whitespace that occurs after '('.zwelch1-5/+5
2009-06-23- Fixes '[<>]' whitespacezwelch1-3/+3
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-23- Fixes '!=' whitespacezwelch1-2/+2
2009-06-17Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch1-1/+1
2009-05-27Update build system to find moved scripts -- Step 3 of 2:zwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives from src/server.zwelch1-18/+1
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch1-2/+0
2009-05-08Fix warnings in httpd.c; builds with libmicrohttpd-0.4.1.zwelch1-18/+17
2008-12-23httpd wipoharboe1-2/+8
2008-12-22httpd wipoharboe1-1/+1
2008-12-22httpd wip oharboe1-72/+88
2008-12-22cygwin fixesoharboe1-3/+5
2008-12-19- fix rlink build under native win32 (mingw)ntfreak1-457/+457
2008-12-17fixed gaffe in post handlingoharboe1-5/+7
2008-12-16work in progress to hook up libmicrohttpd + tcl integrationoharboe1-0/+455