lib: Fixed uncompiled bugs in the funopen path.
[ashd.git] / src /
2014-03-02 Fredrik TolfMerge branch 'master' of fludd.seatribe.se:/usr/local...
2014-03-02 Fredrik Tolfdirplex: Actually allow zero-argument index-file, as...
2014-02-27 Fredrik Tolfcall[fs]cgi: Fixed wrong header usage.
2014-02-27 Fredrik Tolfaccesslog: Fixed non-ASCII logging bug again.
2014-02-13 Fredrik TolfAdded the `httrcall' program.
2014-02-13 Fredrik Tolfcallcgi: Made callcgi better at running more arbitrary...
2014-01-11 Fredrik Tolfdirplex: Inverted the default root capture behaviour...
2014-01-11 Fredrik Tolfdirplex: Improved 404 handling.
2014-01-06 Fredrik TolfMerge branch 'py-reserve'
2014-01-05 Fredrik Tolfdirplex, patplex: Emit more helpful error message on...
2014-01-02 Fredrik Tolflib: Moved default status strings from call[fs]cgi...
2013-12-28 Fredrik Tolfcallcgi: Don't log errors about broken pipes.
2013-08-11 Fredrik Tolfpatplex: Fixed regex compilation bug.
2013-06-09 Fredrik Tolfaccesslog: Explicitly close logfile when exiting.
2013-03-23 Fredrik Tolfpatplex: Added URL unquoting functionality.
2013-03-23 Fredrik Tolfpatplex: Search for the configuration file if it contai...
2013-03-03 Fredrik TolfDocument and install psendfile.
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...
2013-01-15 Fredrik Tolfuserplex: Use nonblocking forwarding behavior as in...
2012-12-29 Fredrik Tolfuserplex: Fixed missing-404 bug, finally.
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 Tolfcall*cgi, python: Added symmetrical {SERVER,REMOTE...
2012-12-27 Fredrik Tolfhtparser: Fixed SSL listening bug.
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.
2012-08-15 Fredrik Tolfdirplex: Added a capture option to ignore captures...
2012-08-08 Fredrik TolfAdded the `httimed' program.
2012-06-19 Fredrik Tolfaccesslog: Fixed quoting sign-extension.
2012-06-05 Fredrik Tolfpsendfile: Don't free contype if it's NULL.
2012-06-04 Fredrik TolfAdded a preliminary version of a psendfile program.
2012-05-13 Fredrik Tolfuserplex: Corrected opening of /dev/null.
2012-03-20 Fredrik TolfWarn for core dumps in various places.
2012-03-20 Fredrik Tolfcallcgi: Don't mass-close child FDs.
2012-03-08 Fredrik Tolfcallcgi: Properly wait for the handler process to exit.
2012-01-23 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2012-01-23 Fredrik Tolfdirplex: Match pathname directives relative to the...
2012-01-23 Fredrik Tolfdirplex: Correct config resolution for base directory.
2011-12-13 Fredrik Tolfdirplex, patplex: Added a cosmetical `xset' directive...
2011-12-13 Fredrik Tolfsendfile: Use the header X-Ash-Content-Type for file...
2011-12-13 Fredrik Tolfdirplex, patplex: Added ability to set arbitrary header...
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-07-23 Fredrik Tolfdirplex: Don't strip all of X-Ash-File.
2011-06-26 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-06-26 Fredrik Tolfcall*cgi, python: Try to emulate standard CGI behavior...
2011-05-13 Fredrik Tolflib: Moved parseresponse from htparser into lib for...
2011-05-13 Fredrik Tolfaccesslog: Fixed up stdout logging and related FD_CLOEX...
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.
2011-04-27 Fredrik Tolfcall[fs]cgi: Ensure less delay in closing stdin when...
2011-04-14 Fredrik Tolfsendfile: Only allow GET and HEAD requests.
2011-04-13 Fredrik Tolfhtextauth: Ensure that the same challenge is provided...
2011-04-12 Fredrik Tolfuserplex: Run each handler in its own session.
2011-03-29 Fredrik Tolfdirplex: Fixed .htrc rechecking.
2011-03-28 Fredrik Tolfdirplex: Strip leading `./' from X-Ash-File.
2011-03-17 Fredrik Tolfhtparser: Increased listen backlog a lot.
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.
2011-03-05 Fredrik TolfFixed argument parsing in errlogger and multifscgi.
2011-02-27 Fredrik Tolfcall[fs]cgi: Fixed bug-fix bug.
2011-02-27 Fredrik Tolfhtparser: Implemented an in-memory database for TLS...
2011-02-26 Fredrik Tolfcall[fs]cgi: Plugged a bit of memory leakage.
2011-02-26 Fredrik TolfRemoved debugsink.
2011-02-26 Fredrik Tolfhtparser: Fixed SSL memory leak.
2011-02-26 Fredrik Tolfaccesslog: Mention -P mode in usage message.
2011-02-15 Fredrik Tolfaccesslog: Added logfile locking. 0.6
2011-02-15 Fredrik Tolfaccesslog: Added PID file option.
2011-02-11 Fredrik Tolferrlogger: Ignore SIGCHLD.
2011-02-11 Fredrik TolfAdded a program for redirecting stderr to syslog.
2011-02-02 Fredrik Tolfhtparser: Try to generate dhparams as late as possible.
2011-01-28 Fredrik Tolfdirplex: Made the 404 response indirectible and reusable.
2011-01-28 Fredrik Tolflib: Added more indirection for child handling.
2011-01-15 Fredrik TolfComply better with the CGI specification by unquoting...
2011-01-15 Fredrik Tolfdirplex: Added directory-locality to matches.
2011-01-15 Fredrik Tolfdirplex: Fixed dotfile-checking typo.
2011-01-03 Fredrik Tolfdirplex: Plugged a memory leak.
2010-11-01 Fredrik Tolfdirplex, patplex: Really wait for children.
2010-11-01 Fredrik Tolfcall[fs]cgi: Ensure exit handlers are not called in...
2010-10-30 Fredrik Tolfcallfcgi: Fixed free() typo. 0.4
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.
next