Added a simple python program for processing SSI.
[ashd.git] / src /
2010-08-30 Fredrik Tolfdirplex: Made it easier to include configuration "modules".
2010-08-30 Fredrik TolfFixed htls bug.
2010-08-29 Fredrik TolfBeautified the directory listings.
2010-08-29 Fredrik TolfAdded a htls program for directory listings.
2010-08-29 Fredrik Tolfdirplex: Added explicit directory matches.
2010-08-29 Fredrik TolfMake libmagic follow symlinks.
2010-08-29 Fredrik TolfTry to add default charset for text/* types in sendfile.
2010-08-29 Fredrik TolfFixed up PATH_INFO and SCRIPT_NAME.
2010-08-29 Fredrik Tolfcallcgi: Set SERVER_PORT and canonically consider Host...
2010-08-28 Fredrik TolfUnquote URL escapes in dirplex elements.
2010-08-27 Fredrik TolfFixed a bug in callcgi.
2010-08-26 Fredrik TolfFixed a couple of bugs in dirplex.
2010-08-26 Fredrik TolfFixed userplex usage message.
2010-08-25 Fredrik TolfAdded directory index-file handling to dirplex.
2010-08-25 Fredrik TolfAdded ability to have alternative patterns for name...
2010-08-25 Fredrik TolfAdded a more convenient fork-handler to dirplex configu...
2010-08-25 Fredrik TolfAdded global config files to dirplex and patplex.
2010-08-24 Fredrik TolfCache dirplex .htrc files better to avoid redundant...
2010-08-24 Fredrik TolfSend 404 for files with no matches.
2010-08-24 Fredrik TolfMade config lookup in dirplex much nicer.
2010-08-24 Fredrik TolfAdded a userplex.
2010-08-24 Fredrik TolfRedirect directory requests to dirplex to always includ...
2010-08-24 Fredrik TolfAdded a response function for standard redirection.
2010-08-24 Fredrik TolfUse childhandle() in dirplex too.
2010-08-24 Fredrik TolfMade plaintcp a bit more flexible and present the port...
2010-08-24 Fredrik TolfTrim any X-Ash- headers sent by the client.
2010-08-24 Fredrik TolfRemoved the unused strrcmp from sendfile.
2010-08-24 Fredrik TolfAdded a generic config parser/child handler and used...
2010-08-24 Fredrik TolfAdded an error message for crashing request handlers...
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.
2010-08-20 Fredrik TolfUse new-style (CR-less) headers in responses.
2010-08-20 Fredrik TolfAdded xattr mime-type detection to sendfile.
2009-12-14 Fredrik TolfUse libmagic for sendfile.
2009-05-09 Fredrik TolfMade it possible to specify the content-type to sendfile.
2009-01-07 Fredrik TolfAdded CSS "support" to sendfile.
2009-01-07 Fredrik TolfAbsolutify SCRIPT_FILENAME in callcgi.
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 "Status" header bug in callcgi.
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 TolfAdded a simple patplex.
2009-01-01 Fredrik TolfMake htparser exit when the root multiplexer exits.
2008-12-31 Fredrik TolfModified callcgi to run CGI programs without an explici...
2008-12-31 Fredrik TolfCheck the output from passdata in htparser.
2008-12-31 Fredrik TolfAdded a simple CGI endcap.
2008-12-23 Fredrik TolfAdded some caching capabilities to sendfile.
2008-12-22 Fredrik TolfAdded a really basic sendfile implementation.
2008-12-22 Fredrik TolfFixed a couple of bugs in dirplex.
2008-12-21 Fredrik TolfSend error reports from dirplex.
2008-12-21 Fredrik TolfReorganized dirplex quite a bit.
2008-12-19 Fredrik TolfChanged dirplex to pass the filename as an optional...
2008-12-18 Fredrik TolfAdded a first version of the directory multiplexer.
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 TolfAdded a `debugsink' test program.
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.
2007-08-28 Fredrik TolfAutoconf skeleton