2014-02-27 |
Fredrik Tolf | build: Modernized autoconf/automake initialization.
|
commit | commitdiff | tree |
2014-02-27 |
Fredrik Tolf | call[fs]cgi: Fixed wrong header usage.
|
commit | commitdiff | tree |
2014-02-27 |
Fredrik Tolf | accesslog: Fixed non-ASCII logging bug again.
|
commit | commitdiff | tree |
2014-02-13 |
Fredrik Tolf | htextauth: Added a simple authenticator program for...
|
commit | commitdiff | tree |
2014-02-13 |
Fredrik Tolf | doc: Documented httrcall.
|
commit | commitdiff | tree |
2014-02-13 |
Fredrik Tolf | Added the `httrcall' program.
|
commit | commitdiff | tree |
2014-02-13 |
Fredrik Tolf | callcgi: Made callcgi better at running more arbitrary...
|
commit | commitdiff | tree |
2014-02-07 |
Fredrik Tolf | python: Fixed typo.
|
commit | commitdiff | tree |
2014-02-07 |
Fredrik Tolf | python: Ensure request bytearray is explicitly converted...
|
commit | commitdiff | tree |
2014-01-12 |
Fredrik Tolf | python: Updated documentation.
|
commit | commitdiff | tree |
2014-01-12 |
Fredrik Tolf | python: Removed the -l option from the usage message...
|
commit | commitdiff | tree |
2014-01-11 |
Fredrik Tolf | dirplex: Inverted the default root capture behaviour...
|
commit | commitdiff | tree |
2014-01-11 |
Fredrik Tolf | doc: Fixed typo.
|
commit | commitdiff | tree |
2014-01-11 |
Fredrik Tolf | doc: Updated dirplex 404 handling.
|
commit | commitdiff | tree |
2014-01-11 |
Fredrik Tolf | dirplex: Improved 404 handling.
|
commit | commitdiff | tree |
2014-01-06 |
Fredrik Tolf | lib: Log EGAINs again, but attempt to do so sparingly.
|
commit | commitdiff | tree |
2014-01-06 |
Fredrik Tolf | python: Fixed the real thread-starting problem.
|
commit | commitdiff | tree |
2014-01-06 |
Fredrik Tolf | python: Added a safety timeout in the new-thread wait...
|
commit | commitdiff | tree |
2014-01-06 |
Fredrik Tolf | Merge branch 'py-reserve'
|
commit | commitdiff | tree |
2014-01-06 |
Fredrik Tolf | python: Back-ported the new request handling to Python2.
|
commit | commitdiff | tree |
2014-01-06 |
Fredrik Tolf | python: Keep a copy of the real socket for Python2...
|
commit | commitdiff | tree |
2014-01-06 |
Fredrik Tolf | python: Cleaned up a few uglies.
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Catch some previously uncaught errors in rplex...
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Gather handler names better.
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Removed threadpool handler again.
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Added request limiter to rplex handler.
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Abort instead of exit on rplex response-thread...
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Added an early version of a response-multiplexing...
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Added a simple, non-threaded handler.
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | dirplex, patplex: Emit more helpful error message on...
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | lib: Don't log mere EAGAINs.
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | lib: Properly use error from the restarted child, in...
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Emulate the previous `-l' option to ashd-wsgi3.
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Added an abort timeout for the freethread handler.
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Added an optional request limiter for freethread.
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Added command-line parsing of request handler...
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Added blocking thread-pool handler.
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Fixed scgi-wsgi3 input handling bug.
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Always properly close request handlers when...
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Converted scgi-wsgi3 as well to use modular...
|
commit | commitdiff | tree |
2014-01-05 |
Fredrik Tolf | python: Start rewriting WSGI handlers with modular...
|
commit | commitdiff | tree |
2014-01-02 |
Fredrik Tolf | etc: Added an explicit .wsgi2 extension in the Python...
|
commit | commitdiff | tree |
2014-01-02 |
Fredrik Tolf | lib: Added environment-variable expansion for stdchild...
|
commit | commitdiff | tree |
2014-01-02 |
Fredrik Tolf | lib: Moved default status strings from call[fs]cgi...
|
commit | commitdiff | tree |
2014-01-02 |
Fredrik Tolf | etc: Added a default configuration file for Python...
|
commit | commitdiff | tree |
2013-12-28 |
Fredrik Tolf | callcgi: Don't log errors about broken pipes.
|
commit | commitdiff | tree |
2013-09-24 |
Fredrik Tolf | doc: Fixed typo.
|
commit | commitdiff | tree |
2013-09-24 |
Fredrik Tolf | doc: Fixed comma usage.
|
commit | commitdiff | tree |
2013-09-24 |
Fredrik Tolf | doc: More consistent grammar.
|
commit | commitdiff | tree |
2013-09-24 |
Fredrik Tolf | doc: Fixed typo.
|
commit | commitdiff | tree |
2013-09-24 |
Fredrik Tolf | doc: Fixed typo.
|
commit | commitdiff | tree |
2013-08-11 |
Fredrik Tolf | patplex: Fixed regex compilation bug.
|
commit | commitdiff | tree |
2013-07-14 |
Fredrik Tolf | lib: Fixed stdinit bug.
|
commit | commitdiff | tree |
2013-07-14 |
Fredrik Tolf | lib: Added ability to set environment variables in...
|
commit | commitdiff | tree |
2013-06-09 |
Fredrik Tolf | accesslog: Explicitly close logfile when exiting.
|
commit | commitdiff | tree |
2013-05-08 |
Fredrik Tolf | Bumped python version numbers.
|
commit | commitdiff | tree |
2013-05-08 |
Fredrik Tolf | Bumped version number.
|
commit | commitdiff | tree |
2013-05-08 |
Fredrik Tolf | Updated changelog.
|
commit | commitdiff | tree |
2013-03-23 |
Fredrik Tolf | patplex: Added URL unquoting functionality.
|
commit | commitdiff | tree |
2013-03-23 |
Fredrik Tolf | lib: Add $HOME/.ashd/etc to the directories to search...
|
commit | commitdiff | tree |
2013-03-23 |
Fredrik Tolf | patplex: Search for the configuration file if it contains...
|
commit | commitdiff | tree |
2013-03-23 |
Fredrik Tolf | doc: Fixed patplex configuration filename discrepancy.
|
commit | commitdiff | tree |
2013-03-03 |
Fredrik Tolf | Document and install psendfile.
|
commit | commitdiff | tree |
2013-02-03 |
Fredrik Tolf | Merge branches 'block' and 'py-reserve'
|
commit | commitdiff | tree |
2013-02-03 |
Fredrik Tolf | Merge branch 'master' of git.dolda2000.com:/srv/git...
|
commit | commitdiff | tree |
2013-02-03 |
Fredrik Tolf | htparser: Make plexwatch shut up a bit.
|
commit | commitdiff | tree |
2013-02-03 |
Fredrik Tolf | htparser: Shut down root handler socket instead of...
|
commit | commitdiff | tree |
2013-01-21 |
Fredrik Tolf | examples: setsid is now built into htparser.
|
commit | commitdiff | tree |
2013-01-21 |
Fredrik Tolf | python: Updated documentation.
|
commit | commitdiff | tree |
2013-01-19 |
Fredrik Tolf | python: Properly abort when over request limit.
|
commit | commitdiff | tree |
2013-01-18 |
Fredrik Tolf | python: Added PDM support in scgi-wsgi{,3}.
|
commit | commitdiff | tree |
2013-01-18 |
Fredrik Tolf | python: Make scgi-wsgi{,3} use ashd.serve.
|
commit | commitdiff | tree |
2013-01-17 |
Fredrik Tolf | python: Removed lingering thread name.
|
commit | commitdiff | tree |
2013-01-17 |
Fredrik Tolf | python: Converted ashd-wsgi3 as well to use ashd.serve.
|
commit | commitdiff | tree |
2013-01-17 |
Fredrik Tolf | python: Added a Python3 version of ashd.serve.
|
commit | commitdiff | tree |
2013-01-16 |
Fredrik Tolf | python: Use ashd.serve for ashd-wsgi.
|
commit | commitdiff | tree |
2013-01-16 |
Fredrik Tolf | python: Added a module with abstracted tools for both...
|
commit | commitdiff | tree |
2013-01-15 |
Fredrik Tolf | userplex: Use nonblocking forwarding behavior as in...
|
commit | commitdiff | tree |
2013-01-15 |
Fredrik Tolf | lib: Preserve error properly across flog.
|
commit | commitdiff | tree |
2013-01-15 |
Fredrik Tolf | lib: Don't close children on mere EAGAINs, but fail...
|
commit | commitdiff | tree |
2013-01-15 |
Fredrik Tolf | lib: Use nonblocking-behavior forwarding explicitly...
|
commit | commitdiff | tree |
2013-01-15 |
Fredrik Tolf | lib: Change the default behavior of send{fd,req} to...
|
commit | commitdiff | tree |
2013-01-15 |
Fredrik Tolf | lib: Added variants of sendfd and sendreq that take...
|
commit | commitdiff | tree |
2012-12-29 |
Fredrik Tolf | userplex: Fixed missing-404 bug, finally.
|
commit | commitdiff | tree |
2012-12-28 |
Fredrik Tolf | doc: Establish HTTP version convention.
|
commit | commitdiff | tree |
2012-12-28 |
Fredrik Tolf | doc: Mention request-body chunking in ashd(7).
|
commit | commitdiff | tree |
2012-12-28 |
Fredrik Tolf | doc: Refined htparser shutdown description.
|
commit | commitdiff | tree |
2012-12-28 |
Fredrik Tolf | Merge branch 'master' of git.dolda2000.com:/srv/git...
|
commit | commitdiff | tree |
2012-12-28 |
Fredrik Tolf | doc: Describe htparser shutdown behavior.
|
commit | commitdiff | tree |
2012-12-28 |
Fredrik Tolf | htparser: Improved shutdown behavior further.
|
commit | commitdiff | tree |
2012-12-28 |
Fredrik Tolf | lib: Added the bufdel macro.
|
commit | commitdiff | tree |
2012-12-28 |
Fredrik Tolf | htparser: More well-defined shutdown behavior.
|
commit | commitdiff | tree |
2012-12-28 |
Fredrik Tolf | lib: Gave ioloop the ability to exit
|
commit | commitdiff | tree |
2012-12-27 |
Fredrik Tolf | Merge branch 'master' of git.dolda2000.com:/srv/git...
|
commit | commitdiff | tree |
2012-12-27 |
Fredrik Tolf | call*cgi, python: Added symmetrical {SERVER,REMOTE...
|
commit | commitdiff | tree |
2012-12-27 |
Fredrik Tolf | htparser: Fixed SSL listening bug.
|
commit | commitdiff | tree |
2012-12-27 |
Fredrik Tolf | Merge branch 'master' of git.dolda2000.com:/srv/git...
|
commit | commitdiff | tree |
2012-12-27 |
Fredrik Tolf | htparser: Put root handler in a new session regardless...
|
commit | commitdiff | tree |
2012-12-26 |
Fredrik Tolf | htparser: Be more tolerant to broken clients.
|
commit | commitdiff | tree |
2012-12-19 |
Fredrik Tolf | htparser: Support chunked request-bodies.
|
commit | commitdiff | tree |
next |