Imposed some limits on request parts.
[ashd.git] / lib / req.c
2011-04-30 Fredrik TolfImposed some limits on request parts.
2011-03-09 Fredrik TolfMerge branch 'master' into sslres
2011-03-09 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-03-08 Fredrik TolfTry to use FD_CLOEXEC instead of mass-closing everywhere.
2010-09-03 Fredrik Tolflibht: Fixed headrmheader bug.
2010-09-02 Fredrik TolfAdded an initial version of callscgi for doing requests...
2010-08-31 Fredrik Tolflibht: Fixed the trim bug again. :P
2010-08-31 Fredrik Tolflibht: Fixed a bug in trim.
2010-08-28 Fredrik TolfUnquote URL escapes in dirplex elements.
2009-01-07 Fredrik TolfRewrote htparser to handle both HTTP/1.0 and HTTP/1.1.
2008-12-18 Fredrik TolfCreate the passed socket explicitly in htparser rather...
2008-12-17 Fredrik TolfStrip the leading slash of the rest string.
2008-12-17 Fredrik TolfFixed socktype bug in sendreq.
2008-12-16 Fredrik TolfRenamed htreq to hthead and added functions for transfe...
2008-11-27 Fredrik TolfAdded basic support for parsing requests.
2008-11-27 Fredrik TolfAdded a request library component.