etc: Add environment option to run init.d/ashd silently.
[ashd.git] / lib / req.c
2016-12-31 Fredrik TolfMerge branch 'master' into timeheap
2016-05-18 Fredrik TolfMerge branch 'master' into duplex
2016-05-18 Fredrik TolfMerge branch 'master' into duplex
2016-04-25 Fredrik Tolflib: Added bufio variants of parseresponse/parseheaders...
2013-02-03 Fredrik TolfMerge branches 'block' and 'py-reserve'
2013-01-15 Fredrik Tolflib: Change the default behavior of send{fd,req} to...
2013-01-15 Fredrik Tolflib: Added variants of sendfd and sendreq that take...
2011-06-26 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-05-13 Fredrik Tolflib: Moved parseresponse from htparser into lib for...
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.