root/trunk/bknr/datastore


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4067 [4067] 11/15/08 13:06:55 hans Make STREAM argument in json:encode method optional.
(edit) @4035 [4035] 11/12/08 11:08:24 hans Save work before extracting JSON library into a separate package.
(edit) @4026 [4026] 11/10/08 09:25:02 hans resolve conflicts with alexandria
(edit) @3988 [3988] 10/14/08 12:37:34 hans Remove iconv dependency, which is no longer used.
(edit) @3987 [3987] 10/14/08 12:32:34 hans Minor cosmetical fixes Fix startup from Makefile Repair certificate …
(edit) @3965 [3965] 10/03/08 01:33:18 hans Replace dependency on :hunchentoot by dependencies on :flexi-streams and …
(edit) @3962 [3962] 09/24/08 18:51:13 hans Put bknr.impex and bknr.xml back in. They are used, contrary to what …
(edit) @3959 [3959] 09/24/08 18:16:41 hans remove more.
(edit) @3958 [3958] 09/24/08 17:54:34 hans Remove XML import/export facility for now, as it is not maintained and …
(edit) @3950 [3950] 09/23/08 21:27:58 hans Make it possible to restore datastores when packages have been …
(edit) @3946 [3946] 09/23/08 00:24:04 hans Implement rollback for anonymous transactions. All slot changes made in a …
(edit) @3945 [3945] 09/22/08 21:18:24 hans make hash tables thread safe for sbcl
(edit) @3942 [3942] 09/22/08 20:47:54 hans Merge from anon-transaction-fixes-2 branch. This changeset …
(edit) @3835 [3835] 09/07/08 23:47:13 hans Re-establish manual auto-generation.
(edit) @3818 [3818] 09/05/08 20:22:02 ksprotte whitespace / indent datastore/src/data
(edit) @3817 [3817] 09/05/08 20:10:54 ksprotte (deftransaction CHANGE-SLOT-VALUES ...) had been split into (defun …
(edit) @3698 [3698] 07/30/08 15:44:57 hans back out changeset 3682, too - this needs more thought
(edit) @3694 [3694] 07/30/08 13:21:33 hans back out 3685-3692, that was too much to swallow
(edit) @3692 [3692] 07/30/08 12:12:22 ksprotte added two datastore core tests: :make-instance-in-anon-txn, …
(edit) @3691 [3691] 07/30/08 12:11:48 hans Don't try to log changes to ID slot.
(edit) @3690 [3690] 07/30/08 11:42:58 hans More changes relating to ALLOCATE-INSTANCE.
(edit) @3689 [3689] 07/30/08 11:36:20 hans Remove INITIALIZE-PERSISTENT-INSTANCE, use INITIALIZE-INSTANCE instead. …
(edit) @3684 [3684] 07/30/08 08:29:44 hans Add JSON serialization method for store objects from scrabble project.
(edit) @3682 [3682] 07/29/08 22:25:57 hans Fix anonymous transactions: Instead of storing the subtransactions and …
(edit) @3680 [3680] 07/29/08 14:56:24 ksprotte add &allow-other-keys to initialize-persistent-instance for now
(edit) @3677 [3677] 07/29/08 14:13:33 hans INITIALIZE-PERSISTENT-INSTANCE now receives the initargs supplied to …
(edit) @3674 [3674] 07/29/08 11:59:45 hans Export slot value conversion function
(edit) @3673 [3673] 07/29/08 10:56:38 hans Always call CONVERT-SLOT-VALUE-WHILE-RESTORING and supply a default method …
(edit) @3672 [3672] 07/29/08 10:42:50 hans Schema evolution aid: In order to make it possible to restore snapshots …
(edit) @3644 [3644] 07/25/08 18:46:19 hans Revive cmucl support for BOS.
(edit) @3585 [3585] 07/23/08 15:13:08 hans Print newline after message
(edit) @3567 [3567] 07/23/08 09:40:34 hans Warn using FORMAT *TRACE-OUTPUT*, not WARN.
(edit) @3554 [3554] 07/22/08 14:02:48 hans Never block in contract-issue-cert. In the frontend, the user will …
(edit) @3496 [3496] 07/18/08 06:47:37 hans Correct typo, thanks to Stan Parman (?) for reporting.
(edit) @3491 [3491] 07/17/08 16:48:01 hans Add option to ignore objects in a snapshot that are of now-nonexistant …
(edit) @3483 [3483] 07/17/08 14:18:34 ksprotte better to use &body body (and not &rest) for two with-* macros
(edit) @3474 [3474] 07/17/08 08:09:00 hans Only update LAST-CHANGE slot if another persistent slot is changed.
(edit) @3451 [3451] 07/15/08 16:37:26 ksprotte dont update store-object's last-change slot during restore
(edit) @3450 [3450] 07/15/08 16:13:49 hans Automatic recursive determination of last-change timestamp. …
(edit) @3449 [3449] 07/15/08 15:14:17 hans Add automatically maintained LAST-CHANGE slot to STORE-OBJECT class.
(edit) @3445 [3445] 07/15/08 13:47:24 hans Only use slot-boundp/slot-value on objects (not NIL)
(edit) @3443 [3443] 07/15/08 13:24:47 hans Don't use signals in order to find out if an object is destroyed.
(edit) @3436 [3436] 07/14/08 16:33:26 hans Some small cmucl fixes.
(edit) @3384 [3384] 06/30/08 12:48:27 ksprotte small fix to WITH-TRANSACTION-LOG
(edit) @3383 [3383] 06/30/08 12:47:55 ksprotte removed *make-object-lock* and replaced it with store-guard
(edit) @3381 [3381] 06/30/08 12:06:03 hans Adopt test. We don't signal errors from bknr.datastore::%decode-string. …
(edit) @3380 [3380] 06/30/08 11:53:00 hans Be more tolerant when string can't be decoded as UTF-8. We now fall back …
(edit) @3373 [3373] 06/29/08 16:19:29 hans remove extra parens in indices tutorial
(edit) @3188 [3188] 05/26/08 17:05:34 ksprotte changed test string.decode-utf-8 to expect …
(edit) @3144 [3144] 05/21/08 16:36:00 hans Lock make-object transaction earlier to ensure read consistency.
(edit) @3040 [3040] 04/30/08 00:55:02 hans Add some comments. Print failing transaction in "truncate" restart. Add …
(edit) @3039 [3039] 04/29/08 23:56:19 hans problem solved, remove TODO item
(edit) @3038 [3038] 04/29/08 23:51:07 hans Fix long outstanding bug in WITH-TRANSACTION that was arguably making it …
(edit) @3037 [3037] 04/29/08 23:50:49 hans Only warn when CHANGE-SLOT-VALUES is called - TX-CHANGE-SLOT-VALUES …
(edit) @3036 [3036] 04/29/08 23:48:58 hans add element-type keyword argument to FILE-CONTENTS
(edit) @3035 [3035] 04/29/08 23:48:20 hans Update tutorials to reflect reality better
(edit) @3032 [3032] 04/28/08 23:17:30 hans Fix Bug #76 - Export subsystem API symbols.
(edit) @2970 [2970] 04/14/08 14:40:08 ksprotte package bknr.utils now for openmcl (:shadow :ccl #:copy-file …
(edit) @2969 [2969] 04/14/08 14:17:12 ksprotte CRYPT-MD5 now robust against passwords that have a fill-pointer
(edit) @2968 [2968] 04/14/08 13:29:18 ksprotte actor in bknr.utils now depends on acl-mp-compat of bknr.utils
(edit) @2922 [2922] 04/09/08 10:14:41 hans define persistent-class always in order to make CCL happy, which seems to …
(edit) @2850 [2850] 04/02/08 12:39:56 ksprotte find-store-object added note about QUERY-FUNCTION in docstring
(edit) @2814 [2814] 03/28/08 12:00:23 ksprotte all tests should pass now; corrected bugs introduced by 'encoding now …
(edit) @2813 [2813] 03/28/08 11:04:22 ksprotte various small chs to make the buildbot BUILD again successfully
(edit) @2809 [2809] 03/27/08 15:46:18 ksprotte added remaining bknr tests to build.lisp
(edit) @2808 [2808] 03/27/08 14:35:32 ksprotte encoding now supports wide chars
(edit) @2797 [2797] 03/25/08 11:55:16 ksprotte bknr.datastore now uses trivial-utf-8 for string encode / decode
(edit) @2786 [2786] 03/23/08 16:35:04 ksprotte changed the encoding of bknr/datastore/src/utils/utils.lisp to utf-8
(edit) @2774 [2774] 03/20/08 11:47:13 ksprotte removed a confusing check from string.decode-utf-8
(edit) @2770 [2770] 03/19/08 18:50:04 ksprotte test-encoding array.4 does not use strings anymore
(edit) @2769 [2769] 03/19/08 18:30:48 ksprotte for encoding / decoding strings have to be only string=
(edit) @2768 [2768] 03/19/08 18:15:25 ksprotte some enhancements to %encode-string
(edit) @2767 [2767] 03/19/08 17:38:36 ksprotte %encode-string now native for sbcl
(edit) @2766 [2766] 03/19/08 17:34:29 ksprotte changed %encode-string for new encoding scheme
(edit) @2765 [2765] 03/19/08 17:15:51 ksprotte new encode / decode test: string.random
(edit) @2764 [2764] 03/19/08 16:57:27 ksprotte fixed %decode-string for utf-8, native version for sbcl + test-case
(edit) @2756 [2756] 03/18/08 11:28:29 ksprotte delete-orphaned-blob-files: added :name :wild to directory pathname
(edit) @2748 [2748] 03/16/08 22:38:26 hans Add documentation for rational encoding.
(edit) @2743 [2743] 03/16/08 21:50:29 hans Support ratios in datastore.
(edit) @2742 [2742] 03/16/08 10:55:24 hans Translate documentation to english.
(edit) @2729 [2729] 03/13/08 17:28:04 ksprotte some GROUP-ON enhancements
(edit) @2726 [2726] 03/12/08 15:49:44 ksprotte small fix for defpersistent-class: :metaclass would miss () around it
(edit) @2720 [2720] 03/11/08 17:25:41 hans Checkpoint QuickHoney? work.
(edit) @2711 [2711] 03/08/08 23:34:35 hans Make mail-style date more portable
(edit) @2693 [2693] 03/07/08 12:50:50 hans Remove unused and commented out code, improve status message.
(edit) @2685 [2685] 03/06/08 22:11:37 ksprotte ccl skips hash.{1,2} tests
(edit) @2658 [2658] 03/05/08 10:57:36 hans Depend on Alexandria for recent cascading-delete fixes.
(edit) @2655 [2655] 03/05/08 10:50:59 hans fix cascading delete problems.
(edit) @2649 [2649] 03/04/08 12:41:26 hans Add subseq* which works like subseq, but ignores END arguments that are …
(edit) @2640 [2640] 03/03/08 09:49:33 hans whitespace fix
(edit) @2626 [2626] 02/26/08 11:57:32 hans Improve error message when a package is mentioned in a snapshot file that …
(edit) @2619 [2619] 02/24/08 22:05:02 hans rename temporary-file to make-temporary-pathname rename with-temp-file to …
(edit) @2618 [2618] 02/24/08 21:51:28 hans minor cleanups
(edit) @2617 [2617] 02/24/08 20:27:33 hans add new datastore tests to buildbot test
(edit) @2612 [2612] 02/24/08 11:41:39 hans Enable indices tests in buildbot. Improve restart messages for invalid …
(edit) @2611 [2611] 02/24/08 00:54:44 hans Provide restarts to allow for skipping or reinitializing random state that …
(edit) @2610 [2610] 02/24/08 00:35:11 hans More multi-store fixes. Silence random state reading.
(edit) @2609 [2609] 02/24/08 00:19:22 hans Multi-store fixes and tutorial update.
(edit) @2602 [2602] 02/23/08 22:33:41 hans fix build script again
(edit) @2600 [2600] 02/23/08 17:45:03 hans Add multiple-store support. :MAKE-DEFAULT initarg to make-instance …
Note: See TracRevisionLog for help on using the revision log.