| age |
author |
description |
| Fri, 24 Jun 2011 17:37:16 -0700 |
Eric Hopper |
cake.types: Adding a serialzier for lists.default tip |
| Fri, 24 Jun 2011 17:37:09 -0700 |
Eric Hopper |
tests: Add --with-id to nose tests so failed ones can be re-run. |
| Wed, 22 Jun 2011 16:53:34 -0700 |
Eric Hopper |
cake.types: Optimize longconvert for Python 3.2. |
| Tue, 31 May 2011 07:47:15 -0700 |
Eric Hopper |
cakeutils: Fix a spelling error. This utility needs more testing. |
| Sat, 28 May 2011 20:39:49 -0700 |
Eric Hopper |
cake: New types for capabilities and capability handlers. |
| Sat, 28 May 2011 09:48:05 -0700 |
Eric Hopper |
cake.types: Add some constants for min and max value of count. |
| Sun, 08 May 2011 10:14:01 -0700 |
Eric Hopper |
tests: More extensive test of database. |
| Sun, 08 May 2011 10:13:15 -0700 |
Eric Hopper |
cake.db: More consistent naming as well as fixing related bug. |
| Sat, 07 May 2011 20:23:33 -0700 |
Eric Hopper |
test: Moved further on DB save_session test. |
| Sat, 07 May 2011 20:23:24 -0700 |
Eric Hopper |
cake: Added a method in Session to help testing. |
| Sat, 07 May 2011 20:22:50 -0700 |
Eric Hopper |
cake.db: Fixed a small bug in the memory DB. |
| Sat, 07 May 2011 11:35:07 -0700 |
Eric Hopper |
cake: Fix numerous small errors found in testing. |
| Sat, 07 May 2011 10:39:56 -0700 |
Eric Hopper |
tests: Beginnings of DB save_session test. |
| Sat, 07 May 2011 10:39:29 -0700 |
Eric Hopper |
cake: Fixed a small bug in Session. |
| Sat, 07 May 2011 09:35:30 -0700 |
Eric Hopper |
tests: Now tests directory is a module. |
| Sat, 07 May 2011 00:16:11 -0700 |
Eric Hopper |
cake.db: Improved handling of backing DB for memory DB. |
| Sat, 07 May 2011 00:14:20 -0700 |
Eric Hopper |
tests: Changed names of tests to be more accurate. |
| Fri, 06 May 2011 06:56:57 -0700 |
Eric Hopper |
Merge in web page changes. |
| Fri, 06 May 2011 06:53:14 -0700 |
Eric Hopper |
tests: Add unittests for all database types and applied them to |
| Fri, 06 May 2011 06:52:14 -0700 |
Eric Hopper |
cake.db: Oops, fixed silly bugs in memory.DB |
| Tue, 03 May 2011 16:29:00 -0700 |
Eric Hopper |
cake.db: Start writing nose unit tests. |
| Tue, 03 May 2011 16:27:33 -0700 |
Eric Hopper |
cake.db: Fixed stupid import error I should've tested for. |
| Tue, 03 May 2011 14:28:43 -0700 |
Eric Hopper |
cake.db: A stab at an in-memory database. |
| Tue, 03 May 2011 14:25:51 -0700 |
Eric Hopper |
Add ability to explicitly forget a session. |
| Sat, 30 Apr 2011 13:25:38 -0700 |
Eric Hopper |
doc: Updated bitcoin donation destination. |
| Fri, 29 Apr 2011 18:39:58 -0700 |
Eric Hopper |
docs: Added a bitcoin donation capability. |
| Fri, 29 Apr 2011 03:49:27 -0700 |
Eric Hopper |
Merge in the PayPal button update again. |
| Fri, 29 Apr 2011 03:47:04 -0700 |
Eric Hopper |
Removed a bunch of cruft from previous version, stubbed stuff out. |
| Fri, 29 Apr 2011 03:05:02 -0700 |
Eric Hopper |
cake: Begin redoing the db to not be a Singleton module. |
| Tue, 19 Apr 2011 06:22:52 -0700 |
Eric Hopper |
cake: Make _transports set, not dictionary. |
| Mon, 11 Apr 2011 14:12:39 -0700 |
Eric Hopper |
Merge in PayPal donate button update. |
| Mon, 11 Apr 2011 14:07:22 -0700 |
Eric Hopper |
Change the donate button. |
| Wed, 06 Apr 2011 17:05:44 -0700 |
Eric Hopper |
cake: A preliminary cut at a class for handling session data. |
| Sun, 03 Apr 2011 22:40:31 -0700 |
Eric Hopper |
cake: Fix KeyName to be pickleable. |
| Sun, 03 Apr 2011 22:40:23 -0700 |
Eric Hopper |
cake: Don't need _pubkey module for keystuff anymore. |
| Sun, 03 Apr 2011 22:40:17 -0700 |
Eric Hopper |
rfc3548: Fixed this up to work in Python3 as well. |
| Tue, 29 Mar 2011 16:59:54 -0700 |
Eric Hopper |
cake.types: Made EncryptedKeyEntropy doctests somewhat better. |
| Tue, 29 Mar 2011 16:49:00 -0700 |
Eric Hopper |
cake.types: New method for getting key from entropy + added tests. |
| Mon, 28 Mar 2011 17:24:53 -0700 |
Eric Hopper |
cake.types: Oops, forgot to import ParserError. |
| Mon, 28 Mar 2011 00:42:30 -0700 |
Eric Hopper |
cake.types: Implement sample new session header trigger. |
| Mon, 28 Mar 2011 00:39:10 -0700 |
Eric Hopper |
cake.types: Fix type for encryption header to newly created type. |
| Mon, 28 Mar 2011 00:36:51 -0700 |
Eric Hopper |
cake.types: Add new classes for the encrypted key material header. |
| Mon, 28 Mar 2011 00:35:31 -0700 |
Eric Hopper |
cake.db: Fix silly spelling errors. Need tests! |
| Sat, 26 Mar 2011 21:01:52 -0700 |
Eric Hopper |
cake.types: Added definition for session continuation header. |
| Sat, 26 Mar 2011 19:10:51 -0700 |
Eric Hopper |
cake.types: Message definitions now call out to triggers. |
| Sat, 26 Mar 2011 16:53:08 -0700 |
Eric Hopper |
cake.types: Add DeserializeTrigger. |
| Sat, 26 Mar 2011 10:28:15 -0700 |
Eric Hopper |
cake.types: Make changes to contexts bubble up to parent contexts. |
| Fri, 25 Mar 2011 17:58:50 -0700 |
Eric Hopper |
cake.types: Fiddled code for multiple hashers and added test. |
| Fri, 25 Mar 2011 14:52:51 -0700 |
Eric Hopper |
cake.types: Update message definitions for new capabilities. |
| Fri, 25 Mar 2011 14:51:44 -0700 |
Eric Hopper |
cake.types: Allow Hashed and HashContext to update multiple hashes. |
| Fri, 25 Mar 2011 09:37:44 -0700 |
Eric Hopper |
cake.types: Added comment as to source for implementation. |
| Fri, 25 Mar 2011 02:52:44 -0700 |
Eric Hopper |
cake.types: An extra bit of documentation for signatures. |
| Fri, 25 Mar 2011 02:48:28 -0700 |
Eric Hopper |
cake.types: Now digital signatures can be serialized. |
| Thu, 24 Mar 2011 17:55:09 -0700 |
Eric Hopper |
cake.types: Get rid of memo concept from previous serializer. |
| Thu, 24 Mar 2011 15:39:57 -0700 |
Eric Hopper |
cake.types: Added Encrypted wrapper field to serialization stuff. |
| Thu, 24 Mar 2011 15:38:49 -0700 |
Eric Hopper |
cake.types: Fixed hashing's documentation. |
| Thu, 24 Mar 2011 14:58:52 -0700 |
Eric Hopper |
rawcrypto: Made CTRModeAES tests test edge cases. |
| Thu, 24 Mar 2011 13:08:15 -0700 |
Eric Hopper |
cake: Overhaul of keystuff. |
| Thu, 24 Mar 2011 12:38:02 -0700 |
Eric Hopper |
cake.types: Add convenience functions to convert keys <-> bytes. |
| Thu, 24 Mar 2011 08:47:04 -0700 |
Eric Hopper |
cake.types: Removed unused files. |