History log of /haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/AttributeIndex.cpp
Revision Date Author Comments
# 08bed1ac 08-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Check key length, if index keys are fixed length


# 03aed3a3 08-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Attribute index support for non-special attributes

* Add AttributeIndex class.
* Each attribute does now have an attribute index cookie. The new
attribute index service methods Node::IndexAttribute() and
IndexCookieForAttribute() create+set/retrieve the cookie. The cookie
is actually the attribute index's tree node.
* Add OldNodeAttribute::IndexCookieForAttribute() so the cookie is
available when the node changes.


# 08bed1acb71034b2918955acf7aed6487e5a2a5f 08-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Check key length, if index keys are fixed length


# 03aed3a3146e5e989b327eba191e41a1d4bf3dfc 08-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Attribute index support for non-special attributes

* Add AttributeIndex class.
* Each attribute does now have an attribute index cookie. The new
attribute index service methods Node::IndexAttribute() and
IndexCookieForAttribute() create+set/retrieve the cookie. The cookie
is actually the attribute index's tree node.
* Add OldNodeAttribute::IndexCookieForAttribute() so the cookie is
available when the node changes.