2014-03-10 |
Fredrik Tolf | callfcgi: Improved recvrec implementation. |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Fredrik Tolf | lib: Transfer the responsibility of fopencookie bugs... |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Fredrik Tolf | callfcgi: Use the library mtio pipes instead of kernel... |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Fredrik Tolf | lib: Implemented internal mtio pipes. |
commit | commitdiff | tree | snapshot |
2014-03-02 |
Fredrik Tolf | lib: Fixed lingering stdchild bug. |
commit | commitdiff | tree | snapshot |
2014-03-02 |
Fredrik Tolf | lib: Fixed uncompiled bugs in the funopen path. |
commit | commitdiff | tree | snapshot |
2014-03-02 |
Fredrik Tolf | lib: Introduced a portable abstraction layer for custom... |
commit | commitdiff | tree | snapshot |
2014-03-02 |
Fredrik Tolf | Merge branch 'master' of fludd.seatribe.se:/usr/local... |
commit | commitdiff | tree | snapshot |
2014-03-02 |
Fredrik Tolf | dirplex: Actually allow zero-argument index-file, as... |
commit | commitdiff | tree | snapshot |
2014-03-01 |
Fredrik Tolf | Updated changelog. |
commit | commitdiff | tree | snapshot |
2014-03-01 |
Fredrik Tolf | build: Remove GNU-make extensions from doc/Makefile. |
commit | commitdiff | tree | snapshot |
2014-03-01 |
Fredrik Tolf | lib: Added a kqueue mtio implementation. |
commit | commitdiff | tree | snapshot |
2014-02-28 |
Fredrik Tolf | build: Use AS_HELP_STRING. |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Fredrik Tolf | lib: Removed nested functions from all required parts... |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Fredrik Tolf | lib: Added a BSD mtio implementation. |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Fredrik Tolf | lib: Modularized mtio implementation. |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Fredrik Tolf | build: Modernized autoconf/automake initialization. |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Fredrik Tolf | call[fs]cgi: Fixed wrong header usage. |
commit | commitdiff | tree | snapshot |
2014-02-27 |
Fredrik Tolf | accesslog: Fixed non-ASCII logging bug again. |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Fredrik Tolf | htextauth: Added a simple authenticator program for... |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Fredrik Tolf | doc: Documented httrcall. |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Fredrik Tolf | Added the `httrcall' program. |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Fredrik Tolf | callcgi: Made callcgi better at running more arbitrary... |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Fredrik Tolf | python: Fixed typo. |
commit | commitdiff | tree | snapshot |
2014-02-07 |
Fredrik Tolf | python: Ensure request bytearray is explicitly converte... |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Fredrik Tolf | python: Updated documentation. |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Fredrik Tolf | python: Removed the -l option from the usage message... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Fredrik Tolf | dirplex: Inverted the default root capture behaviour... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Fredrik Tolf | doc: Fixed typo. |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Fredrik Tolf | doc: Updated dirplex 404 handling. |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Fredrik Tolf | dirplex: Improved 404 handling. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Fredrik Tolf | lib: Log EGAINs again, but attempt to do so sparingly. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Fredrik Tolf | python: Fixed the real thread-starting problem. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Fredrik Tolf | python: Added a safety timeout in the new-thread wait... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Fredrik Tolf | Merge branch 'py-reserve' |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Fredrik Tolf | python: Back-ported the new request handling to Python2. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Fredrik Tolf | python: Keep a copy of the real socket for Python2... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Fredrik Tolf | python: Cleaned up a few uglies. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Catch some previously uncaught errors in rplex... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Gather handler names better. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Removed threadpool handler again. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Added request limiter to rplex handler. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Abort instead of exit on rplex response-thread... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Added an early version of a response-multiplexi... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Added a simple, non-threaded handler. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | dirplex, patplex: Emit more helpful error message on... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | lib: Don't log mere EAGAINs. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | lib: Properly use error from the restarted child, in... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Emulate the previous `-l' option to ashd-wsgi3. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Added an abort timeout for the freethread handler. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Added an optional request limiter for freethread. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Added command-line parsing of request handler... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Added blocking thread-pool handler. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Fixed scgi-wsgi3 input handling bug. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Always properly close request handlers when... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Converted scgi-wsgi3 as well to use modular... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Fredrik Tolf | python: Start rewriting WSGI handlers with modular... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Fredrik Tolf | etc: Added an explicit .wsgi2 extension in the Python... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Fredrik Tolf | lib: Added environment-variable expansion for stdchild... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Fredrik Tolf | lib: Moved default status strings from call[fs]cgi... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Fredrik Tolf | etc: Added a default configuration file for Python... |
commit | commitdiff | tree | snapshot |
2013-12-28 |
Fredrik Tolf | callcgi: Don't log errors about broken pipes. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Fredrik Tolf | doc: Fixed typo. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Fredrik Tolf | doc: Fixed comma usage. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Fredrik Tolf | doc: More consistent grammar. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Fredrik Tolf | doc: Fixed typo. |
commit | commitdiff | tree | snapshot |
2013-09-24 |
Fredrik Tolf | doc: Fixed typo. |
commit | commitdiff | tree | snapshot |
2013-08-11 |
Fredrik Tolf | patplex: Fixed regex compilation bug. |
commit | commitdiff | tree | snapshot |
2013-07-14 |
Fredrik Tolf | lib: Fixed stdinit bug. |
commit | commitdiff | tree | snapshot |
2013-07-14 |
Fredrik Tolf | lib: Added ability to set environment variables in... |
commit | commitdiff | tree | snapshot |
2013-06-09 |
Fredrik Tolf | accesslog: Explicitly close logfile when exiting. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Fredrik Tolf | Bumped python version numbers. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Fredrik Tolf | Bumped version number. py-0.5 |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Fredrik Tolf | Updated changelog. 0.12 |
commit | commitdiff | tree | snapshot |
2013-03-23 |
Fredrik Tolf | patplex: Added URL unquoting functionality. |
commit | commitdiff | tree | snapshot |
2013-03-23 |
Fredrik Tolf | lib: Add $HOME/.ashd/etc to the directories to search... |
commit | commitdiff | tree | snapshot |
2013-03-23 |
Fredrik Tolf | patplex: Search for the configuration file if it contai... |
commit | commitdiff | tree | snapshot |
2013-03-23 |
Fredrik Tolf | doc: Fixed patplex configuration filename discrepancy. |
commit | commitdiff | tree | snapshot |
2013-03-03 |
Fredrik Tolf | Document and install psendfile. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Fredrik Tolf | Merge branches 'block' and 'py-reserve' |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Fredrik Tolf | Merge branch 'master' of git.dolda2000.com:/srv/git... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Fredrik Tolf | htparser: Make plexwatch shut up a bit. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Fredrik Tolf | htparser: Shut down root handler socket instead of... |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Fredrik Tolf | examples: setsid is now built into htparser. |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Fredrik Tolf | python: Updated documentation. |
commit | commitdiff | tree | snapshot |
2013-01-19 |
Fredrik Tolf | python: Properly abort when over request limit. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Fredrik Tolf | python: Added PDM support in scgi-wsgi{,3}. |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Fredrik Tolf | python: Make scgi-wsgi{,3} use ashd.serve. |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Fredrik Tolf | python: Removed lingering thread name. |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Fredrik Tolf | python: Converted ashd-wsgi3 as well to use ashd.serve. |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Fredrik Tolf | python: Added a Python3 version of ashd.serve. |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Fredrik Tolf | python: Use ashd.serve for ashd-wsgi. |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Fredrik Tolf | python: Added a module with abstracted tools for both... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Fredrik Tolf | userplex: Use nonblocking forwarding behavior as in... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Fredrik Tolf | lib: Preserve error properly across flog. |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Fredrik Tolf | lib: Don't close children on mere EAGAINs, but fail... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Fredrik Tolf | lib: Use nonblocking-behavior forwarding explicitly... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Fredrik Tolf | lib: Change the default behavior of send{fd,req} to... |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Fredrik Tolf | lib: Added variants of sendfd and sendreq that take... |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Fredrik Tolf | userplex: Fixed missing-404 bug, finally. |
commit | commitdiff | tree | snapshot |
next |