etc: Add environment option to run init.d/ashd silently.
[ashd.git] / src / htparser.c
2023-07-28 Fredrik Tolfhtparser: Add an initial OpenSSL backend.
2021-05-15 Fredrik Tolfhtparser: Fixed pidfile initialization bug.
2021-05-14 Fredrik Tolfhtparser: Allow PID-file, chuser and chroot arguments...
2021-05-14 Fredrik Tolfhtparser: Added a simple PID-file state monitoring...
2016-12-31 Fredrik TolfMerge branch 'master' into timeheap
2016-06-19 Fredrik Tolfhtparser: Fixed up duplex timeouts.
2016-05-18 Fredrik TolfMerge branch 'master' into duplex
2016-05-18 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2016-05-18 Fredrik TolfMerge branch 'master' into duplex
2016-05-18 Fredrik TolfMerge branch 'master' of ansgar.seatribe.se:/usr/local...
2016-05-18 Fredrik Tolfhtparser: Fixed bad size_t.
2016-05-18 Fredrik Tolfhtparser: Added support for full-duplex requests.
2016-05-08 Fredrik Tolfhtparser: Use bufio instead of stdio for greater respon...
2016-04-13 Fredrik Tolflib: Allow reception of mtstdopen info structure.
2014-08-11 Fredrik Tolfhtparser: Affix a unique connection ID to each request.
2013-02-03 Fredrik TolfMerge branches 'block' and 'py-reserve'
2013-02-03 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2013-02-03 Fredrik Tolfhtparser: Make plexwatch shut up a bit.
2013-02-03 Fredrik Tolfhtparser: Shut down root handler socket instead of...
2012-12-28 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2012-12-28 Fredrik Tolfhtparser: Improved shutdown behavior further.
2012-12-28 Fredrik Tolfhtparser: More well-defined shutdown behavior.
2012-12-27 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2012-12-27 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2012-12-27 Fredrik Tolfhtparser: Put root handler in a new session regardless...
2012-12-26 Fredrik Tolfhtparser: Be more tolerant to broken clients.
2012-12-19 Fredrik Tolfhtparser: Support chunked request-bodies.
2012-08-19 Fredrik Tolfhtparser: Made HTTP version recognition case-independent.
2011-10-01 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-09-05 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-09-05 Fredrik Tolfhtparser: Improved HTTP/1.0 Keep-Alive behavior.
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 Tolfhtparser: Handle absolute-URI requests.
2011-04-30 Fredrik Tolfhtparser: Implemented resource limits for response...
2011-04-30 Fredrik TolfImposed some limits on request parts.
2011-04-29 Fredrik Tolfhtparser: chdir as part of chrooting.
2010-10-08 Fredrik TolfEnsure that message are logged to syslog when appropria...
2010-10-04 Fredrik Tolfhtparser: Enforce no more than Content-Length bytes...
2010-10-04 Fredrik Tolfhtparser: Add a `Server' header if none previously...
2010-10-04 Fredrik Tolfhtparser: Handle HEAD requests properly.
2010-09-05 Fredrik TolfAdded callbacks to handle child process initialization.
2010-09-03 Fredrik Tolfhtparser: Ignore SIGPIPE.
2010-08-31 Fredrik Tolfhtparser: Fixed pidfile-less bug.
2010-08-31 Fredrik Tolfhtparser: Added pidfile generation.
2010-08-31 Fredrik TolfAdded an initial implementation of HTTPS.
2010-08-24 Fredrik TolfTrim any X-Ash- headers sent by the client.
2010-08-21 Fredrik TolfSlightly more sensible argument parsing for htparser.
2010-08-21 Fredrik TolfAdded daemonizing, syslogging, setuid and chrooting...
2010-08-21 Fredrik TolfMade htparser listening much more flexible.
2009-01-07 Fredrik TolfMerge branch 'master' of /srv/git/r/ashd
2009-01-07 Fredrik TolfFixed a couple of small bugs.
2009-01-07 Fredrik TolfFixed a passdata bug in htparser.
2009-01-07 Fredrik TolfRewrote htparser to handle both HTTP/1.0 and HTTP/1.1.
2009-01-01 Fredrik TolfMake htparser exit when the root multiplexer exits.
2008-12-31 Fredrik TolfCheck the output from passdata in htparser.
2008-12-18 Fredrik TolfCreate the passed socket explicitly in htparser rather...
2008-12-17 Fredrik TolfMake sure to wait for the rootplex to accept writes...
2008-12-17 Fredrik TolfMoved htparser's ioloop to the library.
2008-12-17 Fredrik TolfFixed another htparser bug.
2008-12-17 Fredrik TolfMake htparser strip the param string from the rest...
2008-12-17 Fredrik TolfFixed a couple of htparser bugs.
2008-12-17 Fredrik TolfStrip the leading slash of the rest string.
2008-12-17 Fredrik TolfSend request data to multiplexer.
2008-12-17 Fredrik TolfMade htparser capable of handling basic requests.
2008-12-16 Fredrik TolfFixed header reading and a request parser memory leak.
2008-11-27 Fredrik TolfAdded basic support for parsing requests.
2008-11-27 Fredrik TolfBasic muthread I/O loop implemented in htparser.
2008-11-26 Fredrik TolfInitial skeleton.