Updated changelog.
[ashd.git] / src /
2010-10-30 Fredrik Tolfmultifscgi: Print error message when running a child...
2010-10-30 Fredrik TolfAdded a simple program to manage multiple [FS]CGI insta...
2010-10-30 Fredrik Tolfcall*cgi: Added the REMOTE_USER CGI variable, as a...
2010-10-30 Fredrik TolfAdded a callfcgi program, probably a bit buggy.
2010-10-23 Fredrik Tolflib: Check for ECONNRESET as well to detect crashed...
2010-10-22 Fredrik Tolfcallscgi: Fixed remnants of old name.
2010-10-19 Fredrik TolfMerge branch 'sni'
2010-10-19 Fredrik Tolfsni: Documented SNI operation.
2010-10-19 Fredrik Tolfsni: Added support for reading a whole directory with...
2010-10-19 Fredrik TolfAdded support for reading additional certificates for...
2010-10-09 Fredrik Tolfsni: Install a post-client-hello function to check...
2010-10-08 Fredrik TolfEnsure that message are logged to syslog when appropria...
2010-10-07 Fredrik Tolfhtextauth: Check credentials against control characters...
2010-10-07 Fredrik Tolfhtextauth: Fixed segfault.
2010-10-07 Fredrik TolfAdded a Basic authentication filter.
2010-10-07 Fredrik Tolfaccesslog: Fixed another typo.
2010-10-07 Fredrik Tolfacceslog: Fixed typo.
2010-10-05 Fredrik Tolfsendfile: Fixed typo.
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-10-04 Fredrik Tolfaccesslog: Ensure %s logs the fraction of the same...
2010-10-04 Fredrik Tolfsendfile: Allow file forcing and X-Ash-File-less operation.
2010-10-04 Fredrik Tolfsendfile: Added support for partial content a la HTTP...
2010-10-04 Fredrik Tolfaccesslog: Reopen the log file on SIGHUP (to support...
2010-10-03 Fredrik Tolfhtparser: Format v4-mapped address as dotted-quad.
2010-10-03 Fredrik Tolfaccesslog: Changed command-line format.
2010-10-03 Fredrik TolfAdded a simple access logger.
2010-09-30 Fredrik Tolfcallcgi: Remember to check for POLLERR and POLLHUP...
2010-09-23 Fredrik Tolfcallcgi: Poll for response socket closing and kill...
2010-09-20 Fredrik TolfIgnore SIGPIPE (non-inheritably) in dirplex, patplex...
2010-09-06 Fredrik Tolfhtparser: Pass the server's local IP address.
2010-09-05 Fredrik Tolfdirplex: Added directory capture mode.
2010-09-05 Fredrik Tolfdirplex: Start children in the directory in which they...
2010-09-05 Fredrik Tolfdirplex: Merge children with identical names when reloa...
2010-09-05 Fredrik TolfAdded callbacks to handle child process initialization.
2010-09-05 Fredrik Tolfuserplex: Better handling of the name of the required...
2010-09-05 Fredrik Tolfdirplex: Moved to its own directory and split off confi...
2010-09-05 Fredrik TolfMerge branch 'recurse'
2010-09-05 Fredrik TolfUpdated call{,s}cgi to reflect dirplex point handling...
2010-09-05 Fredrik Tolfdirplex: Fixed findfile bug.
2010-09-05 Fredrik Tolfdirplex: Replaced serve with a recursive-descent implem...
2010-09-03 Fredrik Tolfhtparser: Ignore SIGPIPE.
2010-09-03 Fredrik Tolfcallscgi: Log exec errors.
2010-09-03 Fredrik Tolfcallscgi: Fixed header typo.
2010-09-03 Fredrik Tolfcallscgi: Exit properly on SIGTERM and SIGINT.
2010-09-03 Fredrik Tolfuserplex: Actually open stdout and stderr for writing...
2010-09-03 Fredrik Tolfcallscgi: Fixed a couple of simple bugs.
2010-09-02 Fredrik TolfFixed a couple of callscgi bugs.
2010-09-02 Fredrik TolfAdded an initial version of callscgi for doing requests...
2010-09-02 Fredrik Tolfcallcgi: Added option to change CWD to the script's...
2010-09-01 Fredrik Tolfhtls: Fixed HTML error.
2010-09-01 Fredrik Tolfdirplex: Ignore backup files.
2010-08-31 Fredrik Tolfcallcgi: Fixed PATH_INFO bug.
2010-08-31 Fredrik Tolfhtparser: Fixed pidfile-less bug.
2010-08-31 Fredrik Tolfhtparser: Added pidfile generation.
2010-08-31 Fredrik Tolfuserplex: Parse command-line arguments properly.
2010-08-31 Fredrik Tolfpatplex: Don't quit from recvreq on EINTR.
2010-08-31 Fredrik TolfAdded a proper SIGHUP handler to patplex.
2010-08-31 Fredrik Tolfdirplex: Fixed up handledir a bit.
2010-08-31 Fredrik TolfMade callcgi more Apache-compliant.
2010-08-31 Fredrik TolfAdded an initial implementation of HTTPS.
2010-08-31 Fredrik TolfFixed plaintcp bug.
2010-08-30 Fredrik Tolfhtls: Made directories more obvious.
2010-08-30 Fredrik Tolfhtls: Remember to quote URL characters in filenames.
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.
next