Added a sysconfig variable for global error debugging in ErrorHandler.
[jsvc.git] / src / dolda / jsvc / util /
2010-09-11 Fredrik TolfAdded a sysconfig variable for global error debugging...
2010-09-10 Fredrik TolfImproved SCGI server's handling of its environment.
2010-09-07 Fredrik TolfAdded initial SCGI server and a handler for serving...
2009-12-14 Fredrik TolfReplaced the "Restarts" class with individual restart...
2009-12-13 Fredrik TolfFixed an AcceptMap bug.
2009-12-13 Fredrik TolfAdded a utility class for parsing Accept* headers.
2009-12-13 Fredrik TolfBugfixed cookie parsing.
2009-12-13 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2009-12-09 Fredrik TolfUse an IdentityHashMap for session properties.
2009-10-29 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2009-10-28 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2009-10-28 Fredrik TolfAdded an explicit destruction action for sessions.
2009-10-28 Fredrik TolfMade usage of StaticContent less convoluted.
2009-10-27 Fredrik TolfActually update the atime of sessions.
2009-10-26 Fredrik TolfCache sessions per request.
2009-10-26 Fredrik TolfUpon session expiration, call destroy() on ContextRespo...
2009-10-26 Fredrik TolfTry more specific constructors first in PerSession.
2009-10-26 Fredrik TolfAdded a simple session manager for responders and used...
2009-10-26 Fredrik TolfAdded basic session support.
2009-10-26 Fredrik TolfAdded library functions for setting and parsing cookies.
2009-10-26 Fredrik TolfA couple of minor cleanups.
2009-10-19 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2009-10-17 Fredrik TolfAdded timelimits to threads.
2009-10-15 Fredrik TolfMade the server context a more useful concept.
2009-10-14 Fredrik TolfCleaned up parameter decoding.
2009-10-14 Fredrik TolfAdded support for decoding application/x-www-form-urlen...
2009-10-14 Fredrik TolfAdded URL parameter {en,de}coding.
2009-10-13 Fredrik TolfFixed faulty cache response.
2009-10-13 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2009-10-13 Fredrik TolfMade thread management more predictable.
2009-10-13 Fredrik TolfPublicized the multiplexer's matcher interface.
2009-10-13 Fredrik TolfMade cache checking easier.
2009-10-13 Fredrik TolfAdded a responder to serve static content from the...
2009-10-13 Fredrik TolfAdded a "directory multiplexer" responder.
2009-10-12 Fredrik TolfActually set the HTTP status code...
2009-10-12 Fredrik TolfAdded a request-restart-wrapper and some convenient...
2009-10-12 Fredrik TolfAdded a general-purpose root error handler.
2009-10-12 Fredrik TolfAdded a convenient toString implementation for multimaps.
2009-10-12 Fredrik TolfMade the buffered response resettable.
2009-10-04 Fredrik TolfInitial commit with hopefully working J2EE request...