aboutsummaryrefslogtreecommitdiff
path: root/src/http.c
Commit message (Expand)AuthorAge
* use C++ map instead of Cactus hash to store page contentsrhaas2012-07-08
* Clean up warning messagesschnetter2005-03-01
* Add missing #include <stdio.h> statement.schnetter2004-12-30
* Concerning bug 1699:swhite2004-06-01
* Untabified. Please try to adhere to the Cactus coding guidelines whengoodale2004-05-17
* Changed HTTPD function names in exported header files to be in betterswhite2004-05-05
* Addresses Cactus bug 923swhite2004-04-19
* Missed oneswhite2004-04-16
* Addresses Cactus bug 907swhite2004-04-16
* Made HTTPD to correctly describe interface by INCLUDE HEADER mechanism.swhite2004-04-13
* Regarding Cactus bug report 1632 "HTTPD contains buffer overflows"swhite2004-04-06
* Print HTTP connect messages only if 'HTTPD::verbose' is set to "yes".tradke2002-03-07
* Need to include <winsock2.h> now.tradke2002-01-07
* Replaced sleep(3) by select(2) to make it compile under windoofs.tradke2002-01-07
* Fixed debug statement.tradke2002-01-07
* Made the HTTP server more compliant with the standard - it nowgoodale2001-11-21
* increasing maximal message size for http based communicationlanfer2001-11-12
* Making rcsid strings constant - PR 669.goodale2001-05-10
* Fixed most of the compiler warnings.tradke2001-04-03
* Fixing a few warnings (lots left) and the FILE_VERSIONsallen2001-02-24
* Reworked the socket layer a bit to detect errors when writing to a socket andgoodale2000-09-21
* All reading from socket is now done with HTTP_Read. HTTP_Read and HTTP_Writegoodale2000-09-18
* Bug fix - forgot to change function when changed data structure it works on.goodale2000-09-17
* New function HTTP_ArgumentWalk to allow walking through the argument list.goodale2000-09-16
* Bugfix for query with no arguments.goodale2000-09-16
* Minor bugfix.goodale2000-09-14
* Bugfix for catching malformed URIs.goodale2000-09-14
* Initial version of C http thorn. There are still a fair number of things ongoodale2000-09-14