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

Fix debug output


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

Remove unused IndexIterator constructor


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

Remove references in index iterator interface

This avoids checks.


# 989addc2 07-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Simplify [Abstract]IndexIterator interface

* Remove Current() and Previous() and add a HasNext() instead.
* Reimplement NameIndexIterator. It directly works with tree nodes
instead of using an iterator, now.


# 4791f5eb 05-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Add Index base class and index table in Volume


# a70f4da47e1d5158da7553a52227560a047ca70e 15-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Fix debug output


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

Remove unused IndexIterator constructor


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

Remove references in index iterator interface

This avoids checks.


# 989addc20924f6168db9ce1707a5f79aeeb38627 07-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Simplify [Abstract]IndexIterator interface

* Remove Current() and Previous() and add a HasNext() instead.
* Reimplement NameIndexIterator. It directly works with tree nodes
instead of using an iterator, now.


# 4791f5ebb3bec07d9592b2bc5b461e269880ed3b 05-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Add Index base class and index table in Volume