jsvc.git
2011-03-29 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git... master
2011-03-29 Fredrik TolfApparently, InetAddress.getLocalHost doesn't actually...
2011-03-29 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-03-29 Fredrik TolfBind SCGI server to localhost by default, and allow...
2011-03-29 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-03-29 Fredrik TolfFixed DirServer argument parsing.
2011-03-29 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-03-29 Fredrik TolfUse Destroyable values instead of session listeners.
2011-03-28 Fredrik TolfReplaced ContextResponder with a more generic Destroyab...
2011-03-28 Fredrik TolfIndirected Session storage.
2011-03-28 Fredrik TolfAdded some JMX support.
2010-09-12 Fredrik TolfDocBuffer.asnode: Convert null properly.
2010-09-12 Fredrik TolfRevert "Moved the SCGI storage root default into Enviro...
2010-09-11 Fredrik TolfMoved the SCGI storage root default into Environment.
2010-09-11 Fredrik TolfAdd a VM shutdown hook in DirServer to shut down contex...
2010-09-11 Fredrik TolfAdded a way to properly shut down the SCGI server.
2010-09-11 Fredrik TolfAdded a sysconfig variable for global error debugging...
2010-09-11 Fredrik TolfHonor jsvc.forcelimit.
2010-09-11 Fredrik TolfFixed DirServer shutdown bug.
2010-09-11 Fredrik TolfCanonicalize HTTP method in ScgiRequest.
2010-09-10 Fredrik TolfImproved SCGI server's handling of its environment.
2010-09-08 Fredrik TolfExtended SCGI DirServer with some logging.
2010-09-07 Fredrik TolfAdded initial SCGI server and a handler for serving...
2010-09-06 Fredrik TolfAdded the includeantruntime attribute to build.xml.
2010-09-06 Fredrik TolfAdded some minor HTML utilities.
2010-01-27 Fredrik TolfMade per-context storage roots a Tomcat-specific function.
2009-12-14 Fredrik TolfFixed potential race condition in Html.validate().
2009-12-14 Fredrik TolfReplaced the "Restarts" class with individual restart...
2009-12-14 Fredrik TolfSeparated the bsvc console for clarity.
2009-12-14 Fredrik TolfImproved the DocBuffer and DOM writers to where they...
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 TolfRemoved a couple of testing mains.
2009-12-13 Fredrik TolfAdded a basic indenting XML writer.
2009-12-13 Fredrik TolfAdded XHTML validation support.
2009-12-13 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2009-12-13 Fredrik TolfFixed up the DocBuffer a bit and added a basic XML...
2009-12-09 Fredrik TolfUse an IdentityHashMap for session properties.
2009-11-16 Fredrik TolfCorrected the parser's attribute handling.
2009-11-16 Fredrik TolfWIP: Convenient document creation utilities.
2009-11-15 Fredrik TolfBugfixed the PeekReader.
2009-11-15 Fredrik TolfReplaced the NEXT parser with a new, better, recursive...
2009-11-15 Fredrik TolfAdded a peekable reader.
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 TolfFixed the bsvc console implementation.
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 TolfEnsure that the rooturl is interpreted as a directory.
2009-10-26 Fredrik TolfAdded library functions for setting and parsing cookies.
2009-10-26 Fredrik TolfCheck for the library jars in the bsh sample and fail...
2009-10-26 Fredrik TolfAdded a sample bsh service.
2009-10-26 Fredrik TolfA couple of minor cleanups.
2009-10-20 Fredrik TolfAdded a simple XML parser as an entry point for making...
2009-10-19 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2009-10-17 Fredrik TolfAdded timelimits to threads.
2009-10-16 Fredrik TolfImproved the configuration structure.
2009-10-16 Fredrik TolfRemoved the props stuff from the request.
2009-10-16 Fredrik TolfWork around Tomcat/AJP bug.
2009-10-16 Fredrik TolfFixed message typo.
2009-10-16 Fredrik TolfDegrade more gracefully when lacking permissions.
2009-10-16 Fredrik TolfA couple of bugfixes.
2009-10-16 Fredrik TolfImproved the store library massively and added a prelim...
2009-10-15 Fredrik TolfAdded an optional server-context name fetching operation.
2009-10-15 Fredrik TolfRemoved the pointless security check in Store.
2009-10-15 Fredrik TolfAdded a responder wrapper to the request restart class.
2009-10-15 Fredrik TolfStarted a basic storage manager.
2009-10-15 Fredrik TolfMade the server context config more secure.
2009-10-15 Fredrik TolfAdded config to the general ServerContext interface.
2009-10-15 Fredrik TolfAdded some possibilities for local configuration.
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 TolfImproved on the SvcConfig and renamed it.
2009-10-13 Fredrik TolfDestroy the thread groups properly when shutting down.
2009-10-13 Fredrik TolfMade thread management more predictable.
2009-10-13 Fredrik TolfPublicized the multiplexer's matcher interface.
2009-10-13 Fredrik TolfRemoved the primitive test code.
2009-10-13 Fredrik TolfMade cache checking easier.
2009-10-13 Fredrik TolfAdded Javadoc target to the build script.
2009-10-13 Fredrik TolfRemoved the "RootResponder". I have no idea what it...
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 TolfAdded a configuration manager with support for LET...
2009-10-12 Fredrik TolfDecode the Host header better when generating the URL...
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 ways to get the addresses of the request's connec...
2009-10-12 Fredrik TolfAdded a way to get the time of start of the server...
next