wrw.git
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.