wrw.git
2012-06-29 Fredrik TolfAdded more useful repr for sessions.
2012-06-29 Fredrik TolfAttempt to make the session database properly parallel.
2012-06-27 Fredrik TolfRemoved debug message.
2012-06-26 Fredrik TolfTried to create a more advanced sessiondata class for...
2012-06-26 Fredrik TolfFixed up HTTP response status info a bit.
2012-05-24 Fredrik TolfPass the current session to sessiondata constructor.
2012-05-24 Fredrik TolfUse an RLock for session locking.
2012-05-20 Fredrik TolfAdded a SP element for outputting unprocessed code.
2012-05-13 Fredrik TolfUse SP for all wrw.resp.
2012-05-13 Fredrik TolfBackported indent-encoding fix.
2012-05-13 Fredrik TolfAdded a HTML-generation engine that might hopefully...
2012-03-14 Fredrik TolfAlways import the proto module.
2012-03-14 Fredrik TolfAdded a, perhaps overly simplistic, multipart form...
2012-03-14 Fredrik TolfRemember to copy method to request copies.
2012-03-14 Fredrik TolfAlways downcase MIME header parameter names.
2012-03-14 Fredrik TolfAlways upper-case the request method.
2012-03-14 Fredrik TolfAdded a function for parsing MIME-style parameterized...
2012-03-14 Fredrik TolfAdded a request variable for the HTTP method.
2012-02-05 Fredrik TolfFixed env bug.
2012-02-05 Fredrik TolfUse the environment to configure session and skel defau...
2012-02-05 Fredrik TolfUse the env module to catch errors in the dispatcher.
2012-02-05 Fredrik TolfAdded a kind of generic module to handle configuration...
2012-01-05 Fredrik TolfFixed resp.message initialization bug.
2012-01-01 Fredrik TolfRemoved the rather unnecessary backeddb class.
2011-12-30 Fredrik TolfAlways use the latest pickle protocol when freezing...
2011-12-30 Fredrik TolfAdded a way to get sessiondata without creating it.
2011-12-30 Fredrik TolfAdded a mod_python-style form-data application decorator.
2011-12-29 Fredrik TolfFixed autodirty bug.
2011-12-28 Fredrik TolfAdded a utility class for manual dirty management.
2011-12-28 Fredrik TolfSplit the dirty management out from sessiondata.
2011-12-21 Fredrik TolfAdded a utility class for session data storage.
2011-12-21 Fredrik TolfDon't commit sessions to db.live before they are dirty.
2011-12-21 Fredrik TolfProxy the response iter to make generator code run...
2011-12-01 Fredrik TolfTidied up sessions' freezechecking.
2011-12-01 Fredrik TolfAdded an explicit get function to session databases.
2011-11-29 Fredrik TolfRevert "Use new import format."
2011-11-24 Fredrik TolfUse new import format.
2011-11-24 Fredrik TolfIgnore /build.
2011-11-06 Fredrik TolfMerge branch 'master' of git.dolda2000.com:/srv/git...
2011-11-06 Fredrik TolfAdded a redirection restart.
2011-11-06 Fredrik TolfAdded some URL manipulation functions to wrw.proto.
2011-11-01 Fredrik TolfRemoved __future__ import from wmako for consistency.
2011-10-31 Fredrik TolfProperly distribute the built-in Mako library.
2011-10-31 Fredrik TolfAdded a simplifying mako dispatcher.
2011-10-31 Fredrik TolfFixed form handler bug when no POST data is present.
2011-10-31 Fredrik TolfAdded a distutils script.
2011-10-31 Fredrik TolfCatch cookie errors.
2011-05-30 Fredrik TolfMade requests shallow-cloneable.
2011-05-28 Fredrik TolfAdded a simple filesystem handler.
2011-05-28 Fredrik TolfFixed some typos.
2011-05-27 Fredrik TolfAdded a resp module with basic response restarts.
2011-05-27 Fredrik TolfAdded a proto module with basic utilities without highe...
2011-05-27 Fredrik TolfAdded a per-session class-based handler wrapper.
2011-05-27 Fredrik TolfFixed restart typo.
2011-05-27 Fredrik TolfDon't send session cookie unless session is dirty.
2011-05-25 Fredrik TolfFixed session cleaning bug.
2011-05-25 Fredrik TolfInitial commit.