wrw.git
12 years agoAlways use the latest pickle protocol when freezing sessions.
Fredrik Tolf [Fri, 30 Dec 2011 03:24:11 +0000 (04:24 +0100)]
Always use the latest pickle protocol when freezing sessions.

12 years agoAdded a way to get sessiondata without creating it.
Fredrik Tolf [Fri, 30 Dec 2011 01:43:55 +0000 (02:43 +0100)]
Added a way to get sessiondata without creating it.

12 years agoAdded a mod_python-style form-data application decorator.
Fredrik Tolf [Fri, 30 Dec 2011 01:33:09 +0000 (02:33 +0100)]
Added a mod_python-style form-data application decorator.

12 years agoFixed autodirty bug.
Fredrik Tolf [Thu, 29 Dec 2011 00:43:42 +0000 (01:43 +0100)]
Fixed autodirty bug.

12 years agoAdded a utility class for manual dirty management.
Fredrik Tolf [Wed, 28 Dec 2011 00:08:37 +0000 (01:08 +0100)]
Added a utility class for manual dirty management.

12 years agoSplit the dirty management out from sessiondata.
Fredrik Tolf [Tue, 27 Dec 2011 23:56:06 +0000 (00:56 +0100)]
Split the dirty management out from sessiondata.

12 years agoAdded a utility class for session data storage.
Fredrik Tolf [Wed, 21 Dec 2011 06:39:18 +0000 (07:39 +0100)]
Added a utility class for session data storage.

12 years agoDon't commit sessions to db.live before they are dirty.
Fredrik Tolf [Wed, 21 Dec 2011 05:46:03 +0000 (06:46 +0100)]
Don't commit sessions to db.live before they are dirty.

12 years agoProxy the response iter to make generator code run before return.
Fredrik Tolf [Wed, 21 Dec 2011 05:35:45 +0000 (06:35 +0100)]
Proxy the response iter to make generator code run before return.

12 years agoTidied up sessions' freezechecking.
Fredrik Tolf [Thu, 1 Dec 2011 20:33:32 +0000 (21:33 +0100)]
Tidied up sessions' freezechecking.

12 years agoAdded an explicit get function to session databases.
Fredrik Tolf [Thu, 1 Dec 2011 20:26:54 +0000 (21:26 +0100)]
Added an explicit get function to session databases.

12 years agoRevert "Use new import format."
Fredrik Tolf [Tue, 29 Nov 2011 03:39:56 +0000 (04:39 +0100)]
Revert "Use new import format."

This reverts commit fed807e31c96fef8d941b34a25a1f5044b2d4e8d.

12 years agoUse new import format.
Fredrik Tolf [Thu, 24 Nov 2011 21:51:41 +0000 (22:51 +0100)]
Use new import format.

12 years agoIgnore /build.
Fredrik Tolf [Thu, 24 Nov 2011 21:33:23 +0000 (22:33 +0100)]
Ignore /build.

12 years agoMerge branch 'master' of git.dolda2000.com:/srv/git/r/wrw
Fredrik Tolf [Sun, 6 Nov 2011 19:56:52 +0000 (20:56 +0100)]
Merge branch 'master' of git.dolda2000.com:/srv/git/r/wrw

12 years agoAdded a redirection restart.
Fredrik Tolf [Sun, 6 Nov 2011 19:56:40 +0000 (20:56 +0100)]
Added a redirection restart.

12 years agoAdded some URL manipulation functions to wrw.proto.
Fredrik Tolf [Sun, 6 Nov 2011 19:56:22 +0000 (20:56 +0100)]
Added some URL manipulation functions to wrw.proto.

12 years agoRemoved __future__ import from wmako for consistency.
Fredrik Tolf [Tue, 1 Nov 2011 05:01:15 +0000 (06:01 +0100)]
Removed __future__ import from wmako for consistency.

12 years agoProperly distribute the built-in Mako library.
Fredrik Tolf [Mon, 31 Oct 2011 18:26:48 +0000 (19:26 +0100)]
Properly distribute the built-in Mako library.

12 years agoAdded a simplifying mako dispatcher.
Fredrik Tolf [Mon, 31 Oct 2011 08:56:26 +0000 (09:56 +0100)]
Added a simplifying mako dispatcher.

12 years agoFixed form handler bug when no POST data is present.
Fredrik Tolf [Mon, 31 Oct 2011 08:47:09 +0000 (09:47 +0100)]
Fixed form handler bug when no POST data is present.

12 years agoAdded a distutils script.
Fredrik Tolf [Mon, 31 Oct 2011 08:13:30 +0000 (09:13 +0100)]
Added a distutils script.

12 years agoCatch cookie errors.
Fredrik Tolf [Mon, 31 Oct 2011 08:09:03 +0000 (09:09 +0100)]
Catch cookie errors.

12 years agoMade requests shallow-cloneable.
Fredrik Tolf [Mon, 30 May 2011 06:50:33 +0000 (08:50 +0200)]
Made requests shallow-cloneable.

12 years agoAdded a simple filesystem handler.
Fredrik Tolf [Sat, 28 May 2011 04:14:04 +0000 (06:14 +0200)]
Added a simple filesystem handler.

12 years agoFixed some typos.
Fredrik Tolf [Sat, 28 May 2011 04:13:45 +0000 (06:13 +0200)]
Fixed some typos.

12 years agoAdded a resp module with basic response restarts.
Fredrik Tolf [Fri, 27 May 2011 06:16:22 +0000 (08:16 +0200)]
Added a resp module with basic response restarts.

12 years agoAdded a proto module with basic utilities without higher dependencies.
Fredrik Tolf [Fri, 27 May 2011 06:15:23 +0000 (08:15 +0200)]
Added a proto module with basic utilities without higher dependencies.

12 years agoAdded a per-session class-based handler wrapper.
Fredrik Tolf [Fri, 27 May 2011 06:14:32 +0000 (08:14 +0200)]
Added a per-session class-based handler wrapper.

12 years agoFixed restart typo.
Fredrik Tolf [Fri, 27 May 2011 00:22:27 +0000 (02:22 +0200)]
Fixed restart typo.

12 years agoDon't send session cookie unless session is dirty.
Fredrik Tolf [Fri, 27 May 2011 00:18:23 +0000 (02:18 +0200)]
Don't send session cookie unless session is dirty.

12 years agoFixed session cleaning bug.
Fredrik Tolf [Wed, 25 May 2011 23:56:45 +0000 (01:56 +0200)]
Fixed session cleaning bug.

12 years agoInitial commit.
Fredrik Tolf [Wed, 25 May 2011 08:16:10 +0000 (10:16 +0200)]
Initial commit.