- plugins/storage/localfiles: - fixed a problem with the latest checkin: The storage code assumes that every object has a unique id. So to ensure this while keeping GWEN_IDMAPs effective the upper 8 bytes of the id are now reserved for the type....
- src/storage: - fixed some bugs - object ids are now only unique within a type's namespace. This allows for a more efficient use of GWEN_IDMAP to store object ids per type.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1071 70169cfe-8b10-0410-8925-dcb4b91034d8
more fixes to storage code
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1064 70169cfe-8b10-0410-8925-dcb4b91034d8
- src/storage: added argument "reason" to GWEN_StoStorage_UnregisterClient(), which is now logged in the new log messages beginSession and endSession
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1063 70169cfe-8b10-0410-8925-dcb4b91034d8
Remove nonexisting file from EXTRA_DIST target
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1056 70169cfe-8b10-0410-8925-dcb4b91034d8
some fixes to storage code
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1054 70169cfe-8b10-0410-8925-dcb4b91034d8
more name changes to make the idmap functions fit better into gwenhywfar
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1053 70169cfe-8b10-0410-8925-dcb4b91034d8
- added storage framework (to be used by some of my developing projects)- added first storage plugin which uses local files The storage framework is not yet part of the official API of Gwenhywfar, so API changes are likely to occurr.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1048 70169cfe-8b10-0410-8925-dcb4b91034d8